Shades of Fire Engine Red #CA191E
Tints of Fire Engine Red #CA191E
RGB
CMYK
RGB Variations
Color information
#CA191E (or 0xCA191E) is known color: Fire Engine Red. HEX triplet: CA, 19 and 1E. RGB value is (202,25,30). Sum of RGB (Red+Green+Blue) = 202+25+30=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA191E is #35E6E1. Grayscale: #4E4E4E. Windows color (decimal): -3532514 or 1972682. OLE color: 1972682.
HSL color Cylindrical-coordinate representation of color #CA191E: hue angle of 358.31º 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 #CA191E is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 30 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.21 |
| HSL | 358.31º | 0.78% | 0.45% | - |
| HSV(B) | 358.31º | 0.88% | 0.79% | - |
| XYZ | 24.94 | 13.35 | 2.49 | - |
| YUV | 78.49 | 100.64 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 30 | 0 | 0.88 | 0.85 | 0.21 | 358.31 | 0.78 | 0.45 |
| Hex | CA | 19 | 1E | 0 | 58 | 55 | 15 | 166 | 4E | 2D |
| Octal | 312 | 31 | 36 | 0 | 130 | 125 | 25 | 546 | 116 | 55 |
| Binary | 11001010 | 11001 | 11110 | 0 | 1011000 | 1010101 | 10101 | 101100110 | 1001110 | 101101 |
Color Harmonies of #CA191E
Complementary color
Monochromatic Colors of #CA191E
Black with #CA191E
Text Example
Text Example
White with #CA191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA191E; }
p { color: rgb(202,25,30); }
H1.HeaderClassName
{
color: #CA191E;
}
.AnyTagClassName
{
color: #CA191E;
}
</style>
background-color css
<style>
a { background-color: #CA191E; }
a { background-color: rgb(202,25,30); }
div.DivClassName
{
background-color: #CA191E;
}
.BgClassName
{
background-color: #CA191E;
}
</style>
border-color css
<style>
span { border-color: #CA191E; }
span { border-color: rgb(202,25,30); }
td.TdClassName
{
border-color: #CA191E;
}
.TagClassName
{
border-color: #CA191E;
}
</style>