Shades of Fire Engine Red #CA0F2D
Tints of Fire Engine Red #CA0F2D
RGB
CMYK
RGB Variations
Color information
#CA0F2D (or 0xCA0F2D) is known color: Fire Engine Red. HEX triplet: CA, 0F and 2D. RGB value is (202,15,45). Sum of RGB (Red+Green+Blue) = 202+15+45=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0F2D is #35F0D2. Grayscale: #4A4A4A. Windows color (decimal): -3535059 or 2953162. OLE color: 2953162.
HSL color Cylindrical-coordinate representation of color #CA0F2D: hue angle of 350.37º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0F2D is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 15 | 45 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.21 |
| HSL | 350.37º | 0.86% | 0.43% | - |
| HSV(B) | 350.37º | 0.93% | 0.79% | - |
| XYZ | 25 | 13.09 | 3.69 | - |
| YUV | 74.33 | 111.45 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 45 | 0 | 0.93 | 0.78 | 0.21 | 350.37 | 0.86 | 0.43 |
| Hex | CA | F | 2D | 0 | 5D | 4E | 15 | 15E | 56 | 2B |
| Octal | 312 | 17 | 55 | 0 | 135 | 116 | 25 | 536 | 126 | 53 |
| Binary | 11001010 | 1111 | 101101 | 0 | 1011101 | 1001110 | 10101 | 101011110 | 1010110 | 101011 |
Color Harmonies of #CA0F2D
Complementary color
Monochromatic Colors of #CA0F2D
Black with #CA0F2D
Text Example
Text Example
White with #CA0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0F2D; }
p { color: rgb(202,15,45); }
H1.HeaderClassName
{
color: #CA0F2D;
}
.AnyTagClassName
{
color: #CA0F2D;
}
</style>
background-color css
<style>
a { background-color: #CA0F2D; }
a { background-color: rgb(202,15,45); }
div.DivClassName
{
background-color: #CA0F2D;
}
.BgClassName
{
background-color: #CA0F2D;
}
</style>
border-color css
<style>
span { border-color: #CA0F2D; }
span { border-color: rgb(202,15,45); }
td.TdClassName
{
border-color: #CA0F2D;
}
.TagClassName
{
border-color: #CA0F2D;
}
</style>