Shades of Fire Engine Red #CE0E22
Tints of Fire Engine Red #CE0E22
RGB
CMYK
RGB Variations
Color information
#CE0E22 (or 0xCE0E22) is known color: Fire Engine Red. HEX triplet: CE, 0E and 22. RGB value is (206,14,34). Sum of RGB (Red+Green+Blue) = 206+14+34=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0E22 is #31F1DD. Grayscale: #494949. Windows color (decimal): -3273182 or 2232014. OLE color: 2232014.
HSL color Cylindrical-coordinate representation of color #CE0E22: hue angle of 353.75º 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 #CE0E22 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 14 | 34 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.19 |
| HSL | 353.75º | 0.87% | 0.43% | - |
| HSV(B) | 353.75º | 0.93% | 0.81% | - |
| XYZ | 25.9 | 13.55 | 2.76 | - |
| YUV | 73.69 | 105.61 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 34 | 0 | 0.93 | 0.83 | 0.19 | 353.75 | 0.87 | 0.43 |
| Hex | CE | E | 22 | 0 | 5D | 53 | 13 | 162 | 57 | 2B |
| Octal | 316 | 16 | 42 | 0 | 135 | 123 | 23 | 542 | 127 | 53 |
| Binary | 11001110 | 1110 | 100010 | 0 | 1011101 | 1010011 | 10011 | 101100010 | 1010111 | 101011 |
Color Harmonies of #CE0E22
Complementary color
Monochromatic Colors of #CE0E22
Black with #CE0E22
Text Example
Text Example
White with #CE0E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0E22; }
p { color: rgb(206,14,34); }
H1.HeaderClassName
{
color: #CE0E22;
}
.AnyTagClassName
{
color: #CE0E22;
}
</style>
background-color css
<style>
a { background-color: #CE0E22; }
a { background-color: rgb(206,14,34); }
div.DivClassName
{
background-color: #CE0E22;
}
.BgClassName
{
background-color: #CE0E22;
}
</style>
border-color css
<style>
span { border-color: #CE0E22; }
span { border-color: rgb(206,14,34); }
td.TdClassName
{
border-color: #CE0E22;
}
.TagClassName
{
border-color: #CE0E22;
}
</style>