Shades of Fire Engine Red #CE0E24
Tints of Fire Engine Red #CE0E24
RGB
CMYK
RGB Variations
Color information
#CE0E24 (or 0xCE0E24) is known color: Fire Engine Red. HEX triplet: CE, 0E and 24. RGB value is (206,14,36). Sum of RGB (Red+Green+Blue) = 206+14+36=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0E24 is #31F1DB. Grayscale: #4A4A4A. Windows color (decimal): -3273180 or 2363086. OLE color: 2363086.
HSL color Cylindrical-coordinate representation of color #CE0E24: hue angle of 353.12º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0E24 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 14 | 36 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.19 |
| HSL | 353.13º | 0.87% | 0.43% | - |
| HSV(B) | 353.13º | 0.93% | 0.81% | - |
| XYZ | 25.93 | 13.56 | 2.92 | - |
| YUV | 73.92 | 106.61 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 36 | 0 | 0.93 | 0.83 | 0.19 | 353.13 | 0.87 | 0.43 |
| Hex | CE | E | 24 | 0 | 5D | 53 | 13 | 161 | 57 | 2B |
| Octal | 316 | 16 | 44 | 0 | 135 | 123 | 23 | 541 | 127 | 53 |
| Binary | 11001110 | 1110 | 100100 | 0 | 1011101 | 1010011 | 10011 | 101100001 | 1010111 | 101011 |
Color Harmonies of #CE0E24
Complementary color
Monochromatic Colors of #CE0E24
Black with #CE0E24
Text Example
Text Example
White with #CE0E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0E24; }
p { color: rgb(206,14,36); }
H1.HeaderClassName
{
color: #CE0E24;
}
.AnyTagClassName
{
color: #CE0E24;
}
</style>
background-color css
<style>
a { background-color: #CE0E24; }
a { background-color: rgb(206,14,36); }
div.DivClassName
{
background-color: #CE0E24;
}
.BgClassName
{
background-color: #CE0E24;
}
</style>
border-color css
<style>
span { border-color: #CE0E24; }
span { border-color: rgb(206,14,36); }
td.TdClassName
{
border-color: #CE0E24;
}
.TagClassName
{
border-color: #CE0E24;
}
</style>