Shades of Fire Engine Red #CA192A
Tints of Fire Engine Red #CA192A
RGB
CMYK
RGB Variations
Color information
#CA192A (or 0xCA192A) is known color: Fire Engine Red. HEX triplet: CA, 19 and 2A. RGB value is (202,25,42). Sum of RGB (Red+Green+Blue) = 202+25+42=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA192A is #35E6D5. Grayscale: #4F4F4F. Windows color (decimal): -3532502 or 2759114. OLE color: 2759114.
HSL color Cylindrical-coordinate representation of color #CA192A: hue angle of 354.24º 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 #CA192A is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 42 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.21 |
| HSL | 354.24º | 0.78% | 0.45% | - |
| HSV(B) | 354.24º | 0.88% | 0.79% | - |
| XYZ | 25.12 | 13.42 | 3.46 | - |
| YUV | 79.86 | 106.64 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 42 | 0 | 0.88 | 0.79 | 0.21 | 354.24 | 0.78 | 0.45 |
| Hex | CA | 19 | 2A | 0 | 58 | 4F | 15 | 162 | 4E | 2D |
| Octal | 312 | 31 | 52 | 0 | 130 | 117 | 25 | 542 | 116 | 55 |
| Binary | 11001010 | 11001 | 101010 | 0 | 1011000 | 1001111 | 10101 | 101100010 | 1001110 | 101101 |
Color Harmonies of #CA192A
Complementary color
Monochromatic Colors of #CA192A
Black with #CA192A
Text Example
Text Example
White with #CA192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA192A; }
p { color: rgb(202,25,42); }
H1.HeaderClassName
{
color: #CA192A;
}
.AnyTagClassName
{
color: #CA192A;
}
</style>
background-color css
<style>
a { background-color: #CA192A; }
a { background-color: rgb(202,25,42); }
div.DivClassName
{
background-color: #CA192A;
}
.BgClassName
{
background-color: #CA192A;
}
</style>
border-color css
<style>
span { border-color: #CA192A; }
span { border-color: rgb(202,25,42); }
td.TdClassName
{
border-color: #CA192A;
}
.TagClassName
{
border-color: #CA192A;
}
</style>