Shades of Fire Engine Red #CA1229
Tints of Fire Engine Red #CA1229
RGB
CMYK
RGB Variations
Color information
#CA1229 (or 0xCA1229) is known color: Fire Engine Red. HEX triplet: CA, 12 and 29. RGB value is (202,18,41). Sum of RGB (Red+Green+Blue) = 202+18+41=261 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.39% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1229 is #35EDD6. Grayscale: #4B4B4B. Windows color (decimal): -3534295 or 2691786. OLE color: 2691786.
HSL color Cylindrical-coordinate representation of color #CA1229: hue angle of 352.5º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1229 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 41 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.21 |
| HSL | 352.5º | 0.84% | 0.43% | - |
| HSV(B) | 352.5º | 0.91% | 0.79% | - |
| XYZ | 24.97 | 13.15 | 3.32 | - |
| YUV | 75.64 | 108.46 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 41 | 0 | 0.91 | 0.80 | 0.21 | 352.5 | 0.84 | 0.43 |
| Hex | CA | 12 | 29 | 0 | 5B | 50 | 15 | 160 | 54 | 2B |
| Octal | 312 | 22 | 51 | 0 | 133 | 120 | 25 | 540 | 124 | 53 |
| Binary | 11001010 | 10010 | 101001 | 0 | 1011011 | 1010000 | 10101 | 101100000 | 1010100 | 101011 |
Color Harmonies of #CA1229
Complementary color
Monochromatic Colors of #CA1229
Black with #CA1229
Text Example
Text Example
White with #CA1229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1229; }
p { color: rgb(202,18,41); }
H1.HeaderClassName
{
color: #CA1229;
}
.AnyTagClassName
{
color: #CA1229;
}
</style>
background-color css
<style>
a { background-color: #CA1229; }
a { background-color: rgb(202,18,41); }
div.DivClassName
{
background-color: #CA1229;
}
.BgClassName
{
background-color: #CA1229;
}
</style>
border-color css
<style>
span { border-color: #CA1229; }
span { border-color: rgb(202,18,41); }
td.TdClassName
{
border-color: #CA1229;
}
.TagClassName
{
border-color: #CA1229;
}
</style>