Shades of Fire Engine Red #CA1820
Tints of Fire Engine Red #CA1820
RGB
CMYK
RGB Variations
Color information
#CA1820 (or 0xCA1820) is known color: Fire Engine Red. HEX triplet: CA, 18 and 20. RGB value is (202,24,32). Sum of RGB (Red+Green+Blue) = 202+24+32=258 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.29% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1820 is #35E7DF. Grayscale: #4E4E4E. Windows color (decimal): -3532768 or 2103498. OLE color: 2103498.
HSL color Cylindrical-coordinate representation of color #CA1820: hue angle of 357.3º 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 #CA1820 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 32 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.21 |
| HSL | 357.3º | 0.79% | 0.44% | - |
| HSV(B) | 357.3º | 0.88% | 0.79% | - |
| XYZ | 24.94 | 13.31 | 2.62 | - |
| YUV | 78.13 | 101.97 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 32 | 0 | 0.88 | 0.84 | 0.21 | 357.3 | 0.79 | 0.44 |
| Hex | CA | 18 | 20 | 0 | 58 | 54 | 15 | 165 | 4F | 2C |
| Octal | 312 | 30 | 40 | 0 | 130 | 124 | 25 | 545 | 117 | 54 |
| Binary | 11001010 | 11000 | 100000 | 0 | 1011000 | 1010100 | 10101 | 101100101 | 1001111 | 101100 |
Color Harmonies of #CA1820
Complementary color
Monochromatic Colors of #CA1820
Black with #CA1820
Text Example
Text Example
White with #CA1820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1820; }
p { color: rgb(202,24,32); }
H1.HeaderClassName
{
color: #CA1820;
}
.AnyTagClassName
{
color: #CA1820;
}
</style>
background-color css
<style>
a { background-color: #CA1820; }
a { background-color: rgb(202,24,32); }
div.DivClassName
{
background-color: #CA1820;
}
.BgClassName
{
background-color: #CA1820;
}
</style>
border-color css
<style>
span { border-color: #CA1820; }
span { border-color: rgb(202,24,32); }
td.TdClassName
{
border-color: #CA1820;
}
.TagClassName
{
border-color: #CA1820;
}
</style>