Shades of Fire Engine Red #CA191B
Tints of Fire Engine Red #CA191B
RGB
CMYK
RGB Variations
Color information
#CA191B (or 0xCA191B) is known color: Fire Engine Red. HEX triplet: CA, 19 and 1B. RGB value is (202,25,27). Sum of RGB (Red+Green+Blue) = 202+25+27=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA191B is #35E6E4. Grayscale: #4E4E4E. Windows color (decimal): -3532517 or 1776074. OLE color: 1776074.
HSL color Cylindrical-coordinate representation of color #CA191B: hue angle of 359.32º 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 #CA191B is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 27 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.21 |
| HSL | 359.32º | 0.78% | 0.45% | - |
| HSV(B) | 359.32º | 0.88% | 0.79% | - |
| XYZ | 24.9 | 13.33 | 2.3 | - |
| YUV | 78.15 | 99.14 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 27 | 0 | 0.88 | 0.87 | 0.21 | 359.32 | 0.78 | 0.45 |
| Hex | CA | 19 | 1B | 0 | 58 | 57 | 15 | 167 | 4E | 2D |
| Octal | 312 | 31 | 33 | 0 | 130 | 127 | 25 | 547 | 116 | 55 |
| Binary | 11001010 | 11001 | 11011 | 0 | 1011000 | 1010111 | 10101 | 101100111 | 1001110 | 101101 |
Color Harmonies of #CA191B
Complementary color
Monochromatic Colors of #CA191B
Black with #CA191B
Text Example
Text Example
White with #CA191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA191B; }
p { color: rgb(202,25,27); }
H1.HeaderClassName
{
color: #CA191B;
}
.AnyTagClassName
{
color: #CA191B;
}
</style>
background-color css
<style>
a { background-color: #CA191B; }
a { background-color: rgb(202,25,27); }
div.DivClassName
{
background-color: #CA191B;
}
.BgClassName
{
background-color: #CA191B;
}
</style>
border-color css
<style>
span { border-color: #CA191B; }
span { border-color: rgb(202,25,27); }
td.TdClassName
{
border-color: #CA191B;
}
.TagClassName
{
border-color: #CA191B;
}
</style>