Shades of Fire Engine Red #CA1920
Tints of Fire Engine Red #CA1920
RGB
CMYK
RGB Variations
Color information
#CA1920 (or 0xCA1920) is known color: Fire Engine Red. HEX triplet: CA, 19 and 20. RGB value is (202,25,32). Sum of RGB (Red+Green+Blue) = 202+25+32=259 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.99% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1920 is #35E6DF. Grayscale: #4E4E4E. Windows color (decimal): -3532512 or 2103754. OLE color: 2103754.
HSL color Cylindrical-coordinate representation of color #CA1920: hue angle of 357.63º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1920 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 32 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.21 |
| HSL | 357.63º | 0.78% | 0.45% | - |
| HSV(B) | 357.63º | 0.88% | 0.79% | - |
| XYZ | 24.97 | 13.36 | 2.63 | - |
| YUV | 78.72 | 101.64 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 32 | 0 | 0.88 | 0.84 | 0.21 | 357.63 | 0.78 | 0.45 |
| Hex | CA | 19 | 20 | 0 | 58 | 54 | 15 | 166 | 4E | 2D |
| Octal | 312 | 31 | 40 | 0 | 130 | 124 | 25 | 546 | 116 | 55 |
| Binary | 11001010 | 11001 | 100000 | 0 | 1011000 | 1010100 | 10101 | 101100110 | 1001110 | 101101 |
Color Harmonies of #CA1920
Complementary color
Monochromatic Colors of #CA1920
Black with #CA1920
Text Example
Text Example
White with #CA1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1920; }
p { color: rgb(202,25,32); }
H1.HeaderClassName
{
color: #CA1920;
}
.AnyTagClassName
{
color: #CA1920;
}
</style>
background-color css
<style>
a { background-color: #CA1920; }
a { background-color: rgb(202,25,32); }
div.DivClassName
{
background-color: #CA1920;
}
.BgClassName
{
background-color: #CA1920;
}
</style>
border-color css
<style>
span { border-color: #CA1920; }
span { border-color: rgb(202,25,32); }
td.TdClassName
{
border-color: #CA1920;
}
.TagClassName
{
border-color: #CA1920;
}
</style>