Shades of Fire Engine Red #CA111E
Tints of Fire Engine Red #CA111E
RGB
CMYK
RGB Variations
Color information
#CA111E (or 0xCA111E) is known color: Fire Engine Red. HEX triplet: CA, 11 and 1E. RGB value is (202,17,30). Sum of RGB (Red+Green+Blue) = 202+17+30=249 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.12% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 202 - color contains mainly: red. Hex color #CA111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA111E is #35EEE1. Grayscale: #494949. Windows color (decimal): -3534562 or 1970634. OLE color: 1970634.
HSL color Cylindrical-coordinate representation of color #CA111E: hue angle of 355.78º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA111E is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 30 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.21 |
| HSL | 355.78º | 0.84% | 0.43% | - |
| HSV(B) | 355.78º | 0.92% | 0.79% | - |
| XYZ | 24.79 | 13.05 | 2.44 | - |
| YUV | 73.8 | 103.29 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 30 | 0 | 0.92 | 0.85 | 0.21 | 355.78 | 0.84 | 0.43 |
| Hex | CA | 11 | 1E | 0 | 5C | 55 | 15 | 164 | 54 | 2B |
| Octal | 312 | 21 | 36 | 0 | 134 | 125 | 25 | 544 | 124 | 53 |
| Binary | 11001010 | 10001 | 11110 | 0 | 1011100 | 1010101 | 10101 | 101100100 | 1010100 | 101011 |
Color Harmonies of #CA111E
Complementary color
Monochromatic Colors of #CA111E
Black with #CA111E
Text Example
Text Example
White with #CA111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA111E; }
p { color: rgb(202,17,30); }
H1.HeaderClassName
{
color: #CA111E;
}
.AnyTagClassName
{
color: #CA111E;
}
</style>
background-color css
<style>
a { background-color: #CA111E; }
a { background-color: rgb(202,17,30); }
div.DivClassName
{
background-color: #CA111E;
}
.BgClassName
{
background-color: #CA111E;
}
</style>
border-color css
<style>
span { border-color: #CA111E; }
span { border-color: rgb(202,17,30); }
td.TdClassName
{
border-color: #CA111E;
}
.TagClassName
{
border-color: #CA111E;
}
</style>