Shades of Fire Engine Red #CE212C
Tints of Fire Engine Red #CE212C
RGB
CMYK
RGB Variations
Color information
#CE212C (or 0xCE212C) is known color: Fire Engine Red. HEX triplet: CE, 21 and 2C. RGB value is (206,33,44). Sum of RGB (Red+Green+Blue) = 206+33+44=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE212C is #31DED3. Grayscale: #565656. Windows color (decimal): -3268308 or 2892238. OLE color: 2892238.
HSL color Cylindrical-coordinate representation of color #CE212C: hue angle of 356.18º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE212C is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 44 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.19 |
| HSL | 356.19º | 0.72% | 0.47% | - |
| HSV(B) | 356.19º | 0.84% | 0.81% | - |
| XYZ | 26.45 | 14.39 | 3.77 | - |
| YUV | 85.98 | 104.31 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 44 | 0 | 0.84 | 0.79 | 0.19 | 356.19 | 0.72 | 0.47 |
| Hex | CE | 21 | 2C | 0 | 54 | 4F | 13 | 164 | 48 | 2F |
| Octal | 316 | 41 | 54 | 0 | 124 | 117 | 23 | 544 | 110 | 57 |
| Binary | 11001110 | 100001 | 101100 | 0 | 1010100 | 1001111 | 10011 | 101100100 | 1001000 | 101111 |
Color Harmonies of #CE212C
Complementary color
Monochromatic Colors of #CE212C
Black with #CE212C
Text Example
Text Example
White with #CE212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE212C; }
p { color: rgb(206,33,44); }
H1.HeaderClassName
{
color: #CE212C;
}
.AnyTagClassName
{
color: #CE212C;
}
</style>
background-color css
<style>
a { background-color: #CE212C; }
a { background-color: rgb(206,33,44); }
div.DivClassName
{
background-color: #CE212C;
}
.BgClassName
{
background-color: #CE212C;
}
</style>
border-color css
<style>
span { border-color: #CE212C; }
span { border-color: rgb(206,33,44); }
td.TdClassName
{
border-color: #CE212C;
}
.TagClassName
{
border-color: #CE212C;
}
</style>