Shades of Fire Engine Red #CE111D
Tints of Fire Engine Red #CE111D
RGB
CMYK
RGB Variations
Color information
#CE111D (or 0xCE111D) is known color: Fire Engine Red. HEX triplet: CE, 11 and 1D. RGB value is (206,17,29). Sum of RGB (Red+Green+Blue) = 206+17+29=252 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.75% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 206 - color contains mainly: red. Hex color #CE111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE111D is #31EEE2. Grayscale: #4B4B4B. Windows color (decimal): -3272419 or 1905102. OLE color: 1905102.
HSL color Cylindrical-coordinate representation of color #CE111D: hue angle of 356.19º 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 #CE111D is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 29 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.19 |
| HSL | 356.19º | 0.85% | 0.44% | - |
| HSV(B) | 356.19º | 0.92% | 0.81% | - |
| XYZ | 25.88 | 13.61 | 2.43 | - |
| YUV | 74.88 | 102.12 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 29 | 0 | 0.92 | 0.86 | 0.19 | 356.19 | 0.85 | 0.44 |
| Hex | CE | 11 | 1D | 0 | 5C | 56 | 13 | 164 | 55 | 2C |
| Octal | 316 | 21 | 35 | 0 | 134 | 126 | 23 | 544 | 125 | 54 |
| Binary | 11001110 | 10001 | 11101 | 0 | 1011100 | 1010110 | 10011 | 101100100 | 1010101 | 101100 |
Color Harmonies of #CE111D
Complementary color
Monochromatic Colors of #CE111D
Black with #CE111D
Text Example
Text Example
White with #CE111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE111D; }
p { color: rgb(206,17,29); }
H1.HeaderClassName
{
color: #CE111D;
}
.AnyTagClassName
{
color: #CE111D;
}
</style>
background-color css
<style>
a { background-color: #CE111D; }
a { background-color: rgb(206,17,29); }
div.DivClassName
{
background-color: #CE111D;
}
.BgClassName
{
background-color: #CE111D;
}
</style>
border-color css
<style>
span { border-color: #CE111D; }
span { border-color: rgb(206,17,29); }
td.TdClassName
{
border-color: #CE111D;
}
.TagClassName
{
border-color: #CE111D;
}
</style>