Shades of Fire Engine Red #CE1517
Tints of Fire Engine Red #CE1517
RGB
CMYK
RGB Variations
Color information
#CE1517 (or 0xCE1517) is known color: Fire Engine Red. HEX triplet: CE, 15 and 17. RGB value is (206,21,23). Sum of RGB (Red+Green+Blue) = 206+21+23=250 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.4% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1517 is #31EAE8. Grayscale: #4C4C4C. Windows color (decimal): -3271401 or 1512910. OLE color: 1512910.
HSL color Cylindrical-coordinate representation of color #CE1517: hue angle of 359.35º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1517 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 23 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.19 |
| HSL | 359.35º | 0.81% | 0.45% | - |
| HSV(B) | 359.35º | 0.9% | 0.81% | - |
| XYZ | 25.88 | 13.72 | 2.09 | - |
| YUV | 76.54 | 97.79 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 23 | 0 | 0.90 | 0.89 | 0.19 | 359.35 | 0.81 | 0.45 |
| Hex | CE | 15 | 17 | 0 | 5A | 59 | 13 | 167 | 51 | 2D |
| Octal | 316 | 25 | 27 | 0 | 132 | 131 | 23 | 547 | 121 | 55 |
| Binary | 11001110 | 10101 | 10111 | 0 | 1011010 | 1011001 | 10011 | 101100111 | 1010001 | 101101 |
Color Harmonies of #CE1517
Complementary color
Monochromatic Colors of #CE1517
Black with #CE1517
Text Example
Text Example
White with #CE1517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1517; }
p { color: rgb(206,21,23); }
H1.HeaderClassName
{
color: #CE1517;
}
.AnyTagClassName
{
color: #CE1517;
}
</style>
background-color css
<style>
a { background-color: #CE1517; }
a { background-color: rgb(206,21,23); }
div.DivClassName
{
background-color: #CE1517;
}
.BgClassName
{
background-color: #CE1517;
}
</style>
border-color css
<style>
span { border-color: #CE1517; }
span { border-color: rgb(206,21,23); }
td.TdClassName
{
border-color: #CE1517;
}
.TagClassName
{
border-color: #CE1517;
}
</style>