Shades of Fire Engine Red #CA112D
Tints of Fire Engine Red #CA112D
RGB
CMYK
RGB Variations
Color information
#CA112D (or 0xCA112D) is known color: Fire Engine Red. HEX triplet: CA, 11 and 2D. RGB value is (202,17,45). Sum of RGB (Red+Green+Blue) = 202+17+45=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA112D is #35EED2. Grayscale: #4B4B4B. Windows color (decimal): -3534547 or 2953674. OLE color: 2953674.
HSL color Cylindrical-coordinate representation of color #CA112D: hue angle of 350.92º 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 #CA112D is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 45 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.21 |
| HSL | 350.92º | 0.84% | 0.43% | - |
| HSV(B) | 350.92º | 0.92% | 0.79% | - |
| XYZ | 25.03 | 13.15 | 3.7 | - |
| YUV | 75.51 | 110.79 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 45 | 0 | 0.92 | 0.78 | 0.21 | 350.92 | 0.84 | 0.43 |
| Hex | CA | 11 | 2D | 0 | 5C | 4E | 15 | 15F | 54 | 2B |
| Octal | 312 | 21 | 55 | 0 | 134 | 116 | 25 | 537 | 124 | 53 |
| Binary | 11001010 | 10001 | 101101 | 0 | 1011100 | 1001110 | 10101 | 101011111 | 1010100 | 101011 |
Color Harmonies of #CA112D
Complementary color
Monochromatic Colors of #CA112D
Black with #CA112D
Text Example
Text Example
White with #CA112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA112D; }
p { color: rgb(202,17,45); }
H1.HeaderClassName
{
color: #CA112D;
}
.AnyTagClassName
{
color: #CA112D;
}
</style>
background-color css
<style>
a { background-color: #CA112D; }
a { background-color: rgb(202,17,45); }
div.DivClassName
{
background-color: #CA112D;
}
.BgClassName
{
background-color: #CA112D;
}
</style>
border-color css
<style>
span { border-color: #CA112D; }
span { border-color: rgb(202,17,45); }
td.TdClassName
{
border-color: #CA112D;
}
.TagClassName
{
border-color: #CA112D;
}
</style>