Shades of Fire Engine Red #CE242C
Tints of Fire Engine Red #CE242C
RGB
CMYK
RGB Variations
Color information
#CE242C (or 0xCE242C) is known color: Fire Engine Red. HEX triplet: CE, 24 and 2C. RGB value is (206,36,44). Sum of RGB (Red+Green+Blue) = 206+36+44=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE242C is #31DBD3. Grayscale: #575757. Windows color (decimal): -3267540 or 2893006. OLE color: 2893006.
HSL color Cylindrical-coordinate representation of color #CE242C: hue angle of 357.18º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE242C is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 44 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.19 |
| HSL | 357.18º | 0.7% | 0.47% | - |
| HSV(B) | 357.18º | 0.83% | 0.81% | - |
| XYZ | 26.54 | 14.57 | 3.8 | - |
| YUV | 87.74 | 103.32 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 44 | 0 | 0.83 | 0.79 | 0.19 | 357.18 | 0.7 | 0.47 |
| Hex | CE | 24 | 2C | 0 | 53 | 4F | 13 | 165 | 46 | 2F |
| Octal | 316 | 44 | 54 | 0 | 123 | 117 | 23 | 545 | 106 | 57 |
| Binary | 11001110 | 100100 | 101100 | 0 | 1010011 | 1001111 | 10011 | 101100101 | 1000110 | 101111 |
Color Harmonies of #CE242C
Complementary color
Monochromatic Colors of #CE242C
Black with #CE242C
Text Example
Text Example
White with #CE242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE242C; }
p { color: rgb(206,36,44); }
H1.HeaderClassName
{
color: #CE242C;
}
.AnyTagClassName
{
color: #CE242C;
}
</style>
background-color css
<style>
a { background-color: #CE242C; }
a { background-color: rgb(206,36,44); }
div.DivClassName
{
background-color: #CE242C;
}
.BgClassName
{
background-color: #CE242C;
}
</style>
border-color css
<style>
span { border-color: #CE242C; }
span { border-color: rgb(206,36,44); }
td.TdClassName
{
border-color: #CE242C;
}
.TagClassName
{
border-color: #CE242C;
}
</style>