Shades of Fire Engine Red #CA111C
Tints of Fire Engine Red #CA111C
RGB
CMYK
RGB Variations
Color information
#CA111C (or 0xCA111C) is known color: Fire Engine Red. HEX triplet: CA, 11 and 1C. RGB value is (202,17,28). Sum of RGB (Red+Green+Blue) = 202+17+28=247 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.78% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 202 - color contains mainly: red. Hex color #CA111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA111C is #35EEE3. Grayscale: #494949. Windows color (decimal): -3534564 or 1839562. OLE color: 1839562.
HSL color Cylindrical-coordinate representation of color #CA111C: hue angle of 356.43º 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 #CA111C is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 28 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.21 |
| HSL | 356.43º | 0.84% | 0.43% | - |
| HSV(B) | 356.43º | 0.92% | 0.79% | - |
| XYZ | 24.77 | 13.04 | 2.31 | - |
| YUV | 73.57 | 102.29 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 28 | 0 | 0.92 | 0.86 | 0.21 | 356.43 | 0.84 | 0.43 |
| Hex | CA | 11 | 1C | 0 | 5C | 56 | 15 | 164 | 54 | 2B |
| Octal | 312 | 21 | 34 | 0 | 134 | 126 | 25 | 544 | 124 | 53 |
| Binary | 11001010 | 10001 | 11100 | 0 | 1011100 | 1010110 | 10101 | 101100100 | 1010100 | 101011 |
Color Harmonies of #CA111C
Complementary color
Monochromatic Colors of #CA111C
Black with #CA111C
Text Example
Text Example
White with #CA111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA111C; }
p { color: rgb(202,17,28); }
H1.HeaderClassName
{
color: #CA111C;
}
.AnyTagClassName
{
color: #CA111C;
}
</style>
background-color css
<style>
a { background-color: #CA111C; }
a { background-color: rgb(202,17,28); }
div.DivClassName
{
background-color: #CA111C;
}
.BgClassName
{
background-color: #CA111C;
}
</style>
border-color css
<style>
span { border-color: #CA111C; }
span { border-color: rgb(202,17,28); }
td.TdClassName
{
border-color: #CA111C;
}
.TagClassName
{
border-color: #CA111C;
}
</style>