Shades of Fire Engine Red #CE212D
Tints of Fire Engine Red #CE212D
RGB
CMYK
RGB Variations
Color information
#CE212D (or 0xCE212D) is known color: Fire Engine Red. HEX triplet: CE, 21 and 2D. RGB value is (206,33,45). Sum of RGB (Red+Green+Blue) = 206+33+45=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE212D is #31DED2. Grayscale: #565656. Windows color (decimal): -3268307 or 2957774. OLE color: 2957774.
HSL color Cylindrical-coordinate representation of color #CE212D: hue angle of 355.84º 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 #CE212D is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 45 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.19 |
| HSL | 355.84º | 0.72% | 0.47% | - |
| HSV(B) | 355.84º | 0.84% | 0.81% | - |
| XYZ | 26.47 | 14.4 | 3.87 | - |
| YUV | 86.1 | 104.81 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 45 | 0 | 0.84 | 0.78 | 0.19 | 355.84 | 0.72 | 0.47 |
| Hex | CE | 21 | 2D | 0 | 54 | 4E | 13 | 164 | 48 | 2F |
| Octal | 316 | 41 | 55 | 0 | 124 | 116 | 23 | 544 | 110 | 57 |
| Binary | 11001110 | 100001 | 101101 | 0 | 1010100 | 1001110 | 10011 | 101100100 | 1001000 | 101111 |
Color Harmonies of #CE212D
Complementary color
Monochromatic Colors of #CE212D
Black with #CE212D
Text Example
Text Example
White with #CE212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE212D; }
p { color: rgb(206,33,45); }
H1.HeaderClassName
{
color: #CE212D;
}
.AnyTagClassName
{
color: #CE212D;
}
</style>
background-color css
<style>
a { background-color: #CE212D; }
a { background-color: rgb(206,33,45); }
div.DivClassName
{
background-color: #CE212D;
}
.BgClassName
{
background-color: #CE212D;
}
</style>
border-color css
<style>
span { border-color: #CE212D; }
span { border-color: rgb(206,33,45); }
td.TdClassName
{
border-color: #CE212D;
}
.TagClassName
{
border-color: #CE212D;
}
</style>