Shades of Fire Engine Red #CA1A24
Tints of Fire Engine Red #CA1A24
RGB
CMYK
RGB Variations
Color information
#CA1A24 (or 0xCA1A24) is known color: Fire Engine Red. HEX triplet: CA, 1A and 24. RGB value is (202,26,36). Sum of RGB (Red+Green+Blue) = 202+26+36=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1A24 is #35E5DB. Grayscale: #4F4F4F. Windows color (decimal): -3532252 or 2366154. OLE color: 2366154.
HSL color Cylindrical-coordinate representation of color #CA1A24: hue angle of 356.59º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1A24 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 26 | 36 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.21 |
| HSL | 356.59º | 0.77% | 0.45% | - |
| HSV(B) | 356.59º | 0.87% | 0.79% | - |
| XYZ | 25.04 | 13.42 | 2.94 | - |
| YUV | 79.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 36 | 0 | 0.87 | 0.82 | 0.21 | 356.59 | 0.77 | 0.45 |
| Hex | CA | 1A | 24 | 0 | 57 | 52 | 15 | 165 | 4D | 2D |
| Octal | 312 | 32 | 44 | 0 | 127 | 122 | 25 | 545 | 115 | 55 |
| Binary | 11001010 | 11010 | 100100 | 0 | 1010111 | 1010010 | 10101 | 101100101 | 1001101 | 101101 |
Color Harmonies of #CA1A24
Complementary color
Monochromatic Colors of #CA1A24
Black with #CA1A24
Text Example
Text Example
White with #CA1A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1A24; }
p { color: rgb(202,26,36); }
H1.HeaderClassName
{
color: #CA1A24;
}
.AnyTagClassName
{
color: #CA1A24;
}
</style>
background-color css
<style>
a { background-color: #CA1A24; }
a { background-color: rgb(202,26,36); }
div.DivClassName
{
background-color: #CA1A24;
}
.BgClassName
{
background-color: #CA1A24;
}
</style>
border-color css
<style>
span { border-color: #CA1A24; }
span { border-color: rgb(202,26,36); }
td.TdClassName
{
border-color: #CA1A24;
}
.TagClassName
{
border-color: #CA1A24;
}
</style>