Shades of Fire Engine Red #CE0C2E
Tints of Fire Engine Red #CE0C2E
RGB
CMYK
RGB Variations
Color information
#CE0C2E (or 0xCE0C2E) is known color: Fire Engine Red. HEX triplet: CE, 0C and 2E. RGB value is (206,12,46). Sum of RGB (Red+Green+Blue) = 206+12+46=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0C2E is #31F3D1. Grayscale: #494949. Windows color (decimal): -3273682 or 3017934. OLE color: 3017934.
HSL color Cylindrical-coordinate representation of color #CE0C2E: hue angle of 349.48º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0C2E is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 46 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.19 |
| HSL | 349.48º | 0.89% | 0.43% | - |
| HSV(B) | 349.48º | 0.94% | 0.81% | - |
| XYZ | 26.08 | 13.58 | 3.83 | - |
| YUV | 73.88 | 112.27 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 46 | 0 | 0.94 | 0.78 | 0.19 | 349.48 | 0.89 | 0.43 |
| Hex | CE | C | 2E | 0 | 5E | 4E | 13 | 15D | 59 | 2B |
| Octal | 316 | 14 | 56 | 0 | 136 | 116 | 23 | 535 | 131 | 53 |
| Binary | 11001110 | 1100 | 101110 | 0 | 1011110 | 1001110 | 10011 | 101011101 | 1011001 | 101011 |
Color Harmonies of #CE0C2E
Complementary color
Monochromatic Colors of #CE0C2E
Black with #CE0C2E
Text Example
Text Example
White with #CE0C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0C2E; }
p { color: rgb(206,12,46); }
H1.HeaderClassName
{
color: #CE0C2E;
}
.AnyTagClassName
{
color: #CE0C2E;
}
</style>
background-color css
<style>
a { background-color: #CE0C2E; }
a { background-color: rgb(206,12,46); }
div.DivClassName
{
background-color: #CE0C2E;
}
.BgClassName
{
background-color: #CE0C2E;
}
</style>
border-color css
<style>
span { border-color: #CE0C2E; }
span { border-color: rgb(206,12,46); }
td.TdClassName
{
border-color: #CE0C2E;
}
.TagClassName
{
border-color: #CE0C2E;
}
</style>