Shades of Fire Engine Red #CE151E
Tints of Fire Engine Red #CE151E
RGB
CMYK
RGB Variations
Color information
#CE151E (or 0xCE151E) is known color: Fire Engine Red. HEX triplet: CE, 15 and 1E. RGB value is (206,21,30). Sum of RGB (Red+Green+Blue) = 206+21+30=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE151E is #31EAE1. Grayscale: #4D4D4D. Windows color (decimal): -3271394 or 1971662. OLE color: 1971662.
HSL color Cylindrical-coordinate representation of color #CE151E: hue angle of 357.08º 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 #CE151E is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 30 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.19 |
| HSL | 357.08º | 0.81% | 0.45% | - |
| HSV(B) | 357.08º | 0.9% | 0.81% | - |
| XYZ | 25.96 | 13.75 | 2.51 | - |
| YUV | 77.34 | 101.29 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 30 | 0 | 0.90 | 0.85 | 0.19 | 357.08 | 0.81 | 0.45 |
| Hex | CE | 15 | 1E | 0 | 5A | 55 | 13 | 165 | 51 | 2D |
| Octal | 316 | 25 | 36 | 0 | 132 | 125 | 23 | 545 | 121 | 55 |
| Binary | 11001110 | 10101 | 11110 | 0 | 1011010 | 1010101 | 10011 | 101100101 | 1010001 | 101101 |
Color Harmonies of #CE151E
Complementary color
Monochromatic Colors of #CE151E
Black with #CE151E
Text Example
Text Example
White with #CE151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE151E; }
p { color: rgb(206,21,30); }
H1.HeaderClassName
{
color: #CE151E;
}
.AnyTagClassName
{
color: #CE151E;
}
</style>
background-color css
<style>
a { background-color: #CE151E; }
a { background-color: rgb(206,21,30); }
div.DivClassName
{
background-color: #CE151E;
}
.BgClassName
{
background-color: #CE151E;
}
</style>
border-color css
<style>
span { border-color: #CE151E; }
span { border-color: rgb(206,21,30); }
td.TdClassName
{
border-color: #CE151E;
}
.TagClassName
{
border-color: #CE151E;
}
</style>