Shades of Fire Engine Red #CE112B
Tints of Fire Engine Red #CE112B
RGB
CMYK
RGB Variations
Color information
#CE112B (or 0xCE112B) is known color: Fire Engine Red. HEX triplet: CE, 11 and 2B. RGB value is (206,17,43). Sum of RGB (Red+Green+Blue) = 206+17+43=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE112B is #31EED4. Grayscale: #4C4C4C. Windows color (decimal): -3272405 or 2822606. OLE color: 2822606.
HSL color Cylindrical-coordinate representation of color #CE112B: hue angle of 351.75º 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 #CE112B is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 43 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.19 |
| HSL | 351.75º | 0.85% | 0.44% | - |
| HSV(B) | 351.75º | 0.92% | 0.81% | - |
| XYZ | 26.09 | 13.7 | 3.55 | - |
| YUV | 76.48 | 109.12 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 43 | 0 | 0.92 | 0.79 | 0.19 | 351.75 | 0.85 | 0.44 |
| Hex | CE | 11 | 2B | 0 | 5C | 4F | 13 | 160 | 55 | 2C |
| Octal | 316 | 21 | 53 | 0 | 134 | 117 | 23 | 540 | 125 | 54 |
| Binary | 11001110 | 10001 | 101011 | 0 | 1011100 | 1001111 | 10011 | 101100000 | 1010101 | 101100 |
Color Harmonies of #CE112B
Complementary color
Monochromatic Colors of #CE112B
Black with #CE112B
Text Example
Text Example
White with #CE112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE112B; }
p { color: rgb(206,17,43); }
H1.HeaderClassName
{
color: #CE112B;
}
.AnyTagClassName
{
color: #CE112B;
}
</style>
background-color css
<style>
a { background-color: #CE112B; }
a { background-color: rgb(206,17,43); }
div.DivClassName
{
background-color: #CE112B;
}
.BgClassName
{
background-color: #CE112B;
}
</style>
border-color css
<style>
span { border-color: #CE112B; }
span { border-color: rgb(206,17,43); }
td.TdClassName
{
border-color: #CE112B;
}
.TagClassName
{
border-color: #CE112B;
}
</style>