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