Shades of Fire Engine Red #CA042D
Tints of Fire Engine Red #CA042D
RGB
CMYK
RGB Variations
Color information
#CA042D (or 0xCA042D) is known color: Fire Engine Red. HEX triplet: CA, 04 and 2D. RGB value is (202,4,45). Sum of RGB (Red+Green+Blue) = 202+4+45=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA042D is #35FBD2. Grayscale: #434343. Windows color (decimal): -3537875 or 2950346. OLE color: 2950346.
HSL color Cylindrical-coordinate representation of color #CA042D: hue angle of 347.58º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA042D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.21 |
| HSL | 347.58º | 0.96% | 0.4% | - |
| HSV(B) | 347.58º | 0.98% | 0.79% | - |
| XYZ | 24.87 | 12.83 | 3.65 | - |
| YUV | 67.88 | 115.1 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 45 | 0 | 0.98 | 0.78 | 0.21 | 347.58 | 0.96 | 0.4 |
| Hex | CA | 4 | 2D | 0 | 62 | 4E | 15 | 15C | 60 | 28 |
| Octal | 312 | 4 | 55 | 0 | 142 | 116 | 25 | 534 | 140 | 50 |
| Binary | 11001010 | 100 | 101101 | 0 | 1100010 | 1001110 | 10101 | 101011100 | 1100000 | 101000 |
Color Harmonies of #CA042D
Complementary color
Monochromatic Colors of #CA042D
Black with #CA042D
Text Example
Text Example
White with #CA042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA042D; }
p { color: rgb(202,4,45); }
H1.HeaderClassName
{
color: #CA042D;
}
.AnyTagClassName
{
color: #CA042D;
}
</style>
background-color css
<style>
a { background-color: #CA042D; }
a { background-color: rgb(202,4,45); }
div.DivClassName
{
background-color: #CA042D;
}
.BgClassName
{
background-color: #CA042D;
}
</style>
border-color css
<style>
span { border-color: #CA042D; }
span { border-color: rgb(202,4,45); }
td.TdClassName
{
border-color: #CA042D;
}
.TagClassName
{
border-color: #CA042D;
}
</style>