Shades of Fire Engine Red #CA112E
Tints of Fire Engine Red #CA112E
RGB
CMYK
RGB Variations
Color information
#CA112E (or 0xCA112E) is known color: Fire Engine Red. HEX triplet: CA, 11 and 2E. RGB value is (202,17,46). Sum of RGB (Red+Green+Blue) = 202+17+46=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA112E is #35EED1. Grayscale: #4B4B4B. Windows color (decimal): -3534546 or 3019210. OLE color: 3019210.
HSL color Cylindrical-coordinate representation of color #CA112E: hue angle of 350.59º 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 #CA112E is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 46 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.21 |
| HSL | 350.59º | 0.84% | 0.43% | - |
| HSV(B) | 350.59º | 0.92% | 0.79% | - |
| XYZ | 25.05 | 13.15 | 3.8 | - |
| YUV | 75.62 | 111.29 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 46 | 0 | 0.92 | 0.77 | 0.21 | 350.59 | 0.84 | 0.43 |
| Hex | CA | 11 | 2E | 0 | 5C | 4D | 15 | 15F | 54 | 2B |
| Octal | 312 | 21 | 56 | 0 | 134 | 115 | 25 | 537 | 124 | 53 |
| Binary | 11001010 | 10001 | 101110 | 0 | 1011100 | 1001101 | 10101 | 101011111 | 1010100 | 101011 |
Color Harmonies of #CA112E
Complementary color
Monochromatic Colors of #CA112E
Black with #CA112E
Text Example
Text Example
White with #CA112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA112E; }
p { color: rgb(202,17,46); }
H1.HeaderClassName
{
color: #CA112E;
}
.AnyTagClassName
{
color: #CA112E;
}
</style>
background-color css
<style>
a { background-color: #CA112E; }
a { background-color: rgb(202,17,46); }
div.DivClassName
{
background-color: #CA112E;
}
.BgClassName
{
background-color: #CA112E;
}
</style>
border-color css
<style>
span { border-color: #CA112E; }
span { border-color: rgb(202,17,46); }
td.TdClassName
{
border-color: #CA112E;
}
.TagClassName
{
border-color: #CA112E;
}
</style>