#ca100f color space conversions
Hex:
        #ca100f
        RGB:
        202, 16, 15
        CMY:
        21, 94, 94
        CMYK:
        0, 92, 93, 21
      HSL:
        0°, 86.1751%, 42.5490%
        HSV (HSB):
        0°, 92.5743%, 79.2157%
        XYZ:
        24.6286, 12.9616, 1.6557
        xyY:
        0.6275, 0.3303, 12.9616
      CIE-Lab:
        42.7054, 65.7246, 51.6668
        CIE-LCH:
        42.7054, 83.6014, 38.1713
        CIE-Luv:
        42.7054, 134.3054, 29.0889
        Hunter-Lab:
        36.0023, 59.1054, 22.4749
      #ca100f color charts
#ca100f RGB chart
      #ca100f CMYK chart
      #ca100f RGB pie chart
      #ca100f color shades, tints & tones
#ca100f color schemes
#ca100f color preview, HTML & CSS examples
           This text has a color of #ca100f        
        
          <p style="color:#ca100f;">Text here</p>
        
        
          .mytext {color:#ca100f;}
        
        Text color #ca100f
      
           This box has a color of #ca100f        
        
          <div style="background-color:#ca100f;">Content here</div>
        
        
          .mybackground {background-color:#ca100f;}
        
        Background color #ca100f
      
           Border around this has a color of #ca100f        
        
          <div style="border:2px solid #ca100f;">Content here</div>
        
        
          .myborder {border:2px solid #ca100f;}
        
        Border color #ca100f