Shades of Fire Engine Red #CA192B
Tints of Fire Engine Red #CA192B
RGB
CMYK
RGB Variations
Color information
#CA192B (or 0xCA192B) is known color: Fire Engine Red. HEX triplet: CA, 19 and 2B. RGB value is (202,25,43). Sum of RGB (Red+Green+Blue) = 202+25+43=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA192B is #35E6D4. Grayscale: #505050. Windows color (decimal): -3532501 or 2824650. OLE color: 2824650.
HSL color Cylindrical-coordinate representation of color #CA192B: hue angle of 353.9º 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 #CA192B is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 43 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.21 |
| HSL | 353.9º | 0.78% | 0.45% | - |
| HSV(B) | 353.9º | 0.88% | 0.79% | - |
| XYZ | 25.14 | 13.43 | 3.55 | - |
| YUV | 79.98 | 107.14 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 43 | 0 | 0.88 | 0.79 | 0.21 | 353.9 | 0.78 | 0.45 |
| Hex | CA | 19 | 2B | 0 | 58 | 4F | 15 | 162 | 4E | 2D |
| Octal | 312 | 31 | 53 | 0 | 130 | 117 | 25 | 542 | 116 | 55 |
| Binary | 11001010 | 11001 | 101011 | 0 | 1011000 | 1001111 | 10101 | 101100010 | 1001110 | 101101 |
Color Harmonies of #CA192B
Complementary color
Monochromatic Colors of #CA192B
Black with #CA192B
Text Example
Text Example
White with #CA192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA192B; }
p { color: rgb(202,25,43); }
H1.HeaderClassName
{
color: #CA192B;
}
.AnyTagClassName
{
color: #CA192B;
}
</style>
background-color css
<style>
a { background-color: #CA192B; }
a { background-color: rgb(202,25,43); }
div.DivClassName
{
background-color: #CA192B;
}
.BgClassName
{
background-color: #CA192B;
}
</style>
border-color css
<style>
span { border-color: #CA192B; }
span { border-color: rgb(202,25,43); }
td.TdClassName
{
border-color: #CA192B;
}
.TagClassName
{
border-color: #CA192B;
}
</style>