Shades of Fire Engine Red #CE1216
Tints of Fire Engine Red #CE1216
RGB
CMYK
RGB Variations
Color information
#CE1216 (or 0xCE1216) is known color: Fire Engine Red. HEX triplet: CE, 12 and 16. RGB value is (206,18,22). Sum of RGB (Red+Green+Blue) = 206+18+22=246 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.74% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1216 is #31EDE9. Grayscale: #4A4A4A. Windows color (decimal): -3272170 or 1446606. OLE color: 1446606.
HSL color Cylindrical-coordinate representation of color #CE1216: hue angle of 358.72º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1216 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 22 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.19 |
| HSL | 358.72º | 0.84% | 0.44% | - |
| HSV(B) | 358.72º | 0.91% | 0.81% | - |
| XYZ | 25.81 | 13.61 | 2.03 | - |
| YUV | 74.67 | 98.28 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 22 | 0 | 0.91 | 0.89 | 0.19 | 358.72 | 0.84 | 0.44 |
| Hex | CE | 12 | 16 | 0 | 5B | 59 | 13 | 167 | 54 | 2C |
| Octal | 316 | 22 | 26 | 0 | 133 | 131 | 23 | 547 | 124 | 54 |
| Binary | 11001110 | 10010 | 10110 | 0 | 1011011 | 1011001 | 10011 | 101100111 | 1010100 | 101100 |
Color Harmonies of #CE1216
Complementary color
Monochromatic Colors of #CE1216
Black with #CE1216
Text Example
Text Example
White with #CE1216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1216; }
p { color: rgb(206,18,22); }
H1.HeaderClassName
{
color: #CE1216;
}
.AnyTagClassName
{
color: #CE1216;
}
</style>
background-color css
<style>
a { background-color: #CE1216; }
a { background-color: rgb(206,18,22); }
div.DivClassName
{
background-color: #CE1216;
}
.BgClassName
{
background-color: #CE1216;
}
</style>
border-color css
<style>
span { border-color: #CE1216; }
span { border-color: rgb(206,18,22); }
td.TdClassName
{
border-color: #CE1216;
}
.TagClassName
{
border-color: #CE1216;
}
</style>