Shades of Fire Engine Red #CE112E
Tints of Fire Engine Red #CE112E
RGB
CMYK
RGB Variations
Color information
#CE112E (or 0xCE112E) is known color: Fire Engine Red. HEX triplet: CE, 11 and 2E. RGB value is (206,17,46). Sum of RGB (Red+Green+Blue) = 206+17+46=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE112E is #31EED1. Grayscale: #4C4C4C. Windows color (decimal): -3272402 or 3019214. OLE color: 3019214.
HSL color Cylindrical-coordinate representation of color #CE112E: hue angle of 350.79º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE112E is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 46 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.19 |
| HSL | 350.79º | 0.85% | 0.44% | - |
| HSV(B) | 350.79º | 0.92% | 0.81% | - |
| XYZ | 26.15 | 13.72 | 3.85 | - |
| YUV | 76.82 | 110.62 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 46 | 0 | 0.92 | 0.78 | 0.19 | 350.79 | 0.85 | 0.44 |
| Hex | CE | 11 | 2E | 0 | 5C | 4E | 13 | 15F | 55 | 2C |
| Octal | 316 | 21 | 56 | 0 | 134 | 116 | 23 | 537 | 125 | 54 |
| Binary | 11001110 | 10001 | 101110 | 0 | 1011100 | 1001110 | 10011 | 101011111 | 1010101 | 101100 |
Color Harmonies of #CE112E
Complementary color
Monochromatic Colors of #CE112E
Black with #CE112E
Text Example
Text Example
White with #CE112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE112E; }
p { color: rgb(206,17,46); }
H1.HeaderClassName
{
color: #CE112E;
}
.AnyTagClassName
{
color: #CE112E;
}
</style>
background-color css
<style>
a { background-color: #CE112E; }
a { background-color: rgb(206,17,46); }
div.DivClassName
{
background-color: #CE112E;
}
.BgClassName
{
background-color: #CE112E;
}
</style>
border-color css
<style>
span { border-color: #CE112E; }
span { border-color: rgb(206,17,46); }
td.TdClassName
{
border-color: #CE112E;
}
.TagClassName
{
border-color: #CE112E;
}
</style>