Shades of Fire Engine Red #CA1819
Tints of Fire Engine Red #CA1819
RGB
CMYK
RGB Variations
Color information
#CA1819 (or 0xCA1819) is known color: Fire Engine Red. HEX triplet: CA, 18 and 19. RGB value is (202,24,25). Sum of RGB (Red+Green+Blue) = 202+24+25=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1819 is #35E7E6. Grayscale: #4D4D4D. Windows color (decimal): -3532775 or 1644746. OLE color: 1644746.
HSL color Cylindrical-coordinate representation of color #CA1819: hue angle of 359.66º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1819 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 25 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.21 |
| HSL | 359.66º | 0.79% | 0.44% | - |
| HSV(B) | 359.66º | 0.88% | 0.79% | - |
| XYZ | 24.86 | 13.28 | 2.17 | - |
| YUV | 77.34 | 98.47 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 25 | 0 | 0.88 | 0.88 | 0.21 | 359.66 | 0.79 | 0.44 |
| Hex | CA | 18 | 19 | 0 | 58 | 58 | 15 | 168 | 4F | 2C |
| Octal | 312 | 30 | 31 | 0 | 130 | 130 | 25 | 550 | 117 | 54 |
| Binary | 11001010 | 11000 | 11001 | 0 | 1011000 | 1011000 | 10101 | 101101000 | 1001111 | 101100 |
Color Harmonies of #CA1819
Complementary color
Monochromatic Colors of #CA1819
Black with #CA1819
Text Example
Text Example
White with #CA1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1819; }
p { color: rgb(202,24,25); }
H1.HeaderClassName
{
color: #CA1819;
}
.AnyTagClassName
{
color: #CA1819;
}
</style>
background-color css
<style>
a { background-color: #CA1819; }
a { background-color: rgb(202,24,25); }
div.DivClassName
{
background-color: #CA1819;
}
.BgClassName
{
background-color: #CA1819;
}
</style>
border-color css
<style>
span { border-color: #CA1819; }
span { border-color: rgb(202,24,25); }
td.TdClassName
{
border-color: #CA1819;
}
.TagClassName
{
border-color: #CA1819;
}
</style>