Shades of Fire Engine Red #CC112E
Tints of Fire Engine Red #CC112E
RGB
CMYK
RGB Variations
Color information
#CC112E (or 0xCC112E) is known color: Fire Engine Red. HEX triplet: CC, 11 and 2E. RGB value is (204,17,46). Sum of RGB (Red+Green+Blue) = 204+17+46=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC112E is #33EED1. Grayscale: #4C4C4C. Windows color (decimal): -3403474 or 3019212. OLE color: 3019212.
HSL color Cylindrical-coordinate representation of color #CC112E: hue angle of 350.7º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC112E is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 46 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.2 |
| HSL | 350.7º | 0.85% | 0.43% | - |
| HSV(B) | 350.7º | 0.92% | 0.8% | - |
| XYZ | 25.6 | 13.44 | 3.83 | - |
| YUV | 76.22 | 110.95 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 46 | 0 | 0.92 | 0.77 | 0.2 | 350.7 | 0.85 | 0.43 |
| Hex | CC | 11 | 2E | 0 | 5C | 4D | 14 | 15F | 55 | 2B |
| Octal | 314 | 21 | 56 | 0 | 134 | 115 | 24 | 537 | 125 | 53 |
| Binary | 11001100 | 10001 | 101110 | 0 | 1011100 | 1001101 | 10100 | 101011111 | 1010101 | 101011 |
Color Harmonies of #CC112E
Complementary color
Monochromatic Colors of #CC112E
Black with #CC112E
Text Example
Text Example
White with #CC112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC112E; }
p { color: rgb(204,17,46); }
H1.HeaderClassName
{
color: #CC112E;
}
.AnyTagClassName
{
color: #CC112E;
}
</style>
background-color css
<style>
a { background-color: #CC112E; }
a { background-color: rgb(204,17,46); }
div.DivClassName
{
background-color: #CC112E;
}
.BgClassName
{
background-color: #CC112E;
}
</style>
border-color css
<style>
span { border-color: #CC112E; }
span { border-color: rgb(204,17,46); }
td.TdClassName
{
border-color: #CC112E;
}
.TagClassName
{
border-color: #CC112E;
}
</style>