Shades of Fire Engine Red #CE1821
Tints of Fire Engine Red #CE1821
RGB
CMYK
RGB Variations
Color information
#CE1821 (or 0xCE1821) is known color: Fire Engine Red. HEX triplet: CE, 18 and 21. RGB value is (206,24,33). Sum of RGB (Red+Green+Blue) = 206+24+33=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1821 is #31E7DE. Grayscale: #4F4F4F. Windows color (decimal): -3270623 or 2169038. OLE color: 2169038.
HSL color Cylindrical-coordinate representation of color #CE1821: hue angle of 357.03º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1821 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 33 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.19 |
| HSL | 357.03º | 0.79% | 0.45% | - |
| HSV(B) | 357.03º | 0.88% | 0.81% | - |
| XYZ | 26.05 | 13.88 | 2.75 | - |
| YUV | 79.44 | 101.8 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 33 | 0 | 0.88 | 0.84 | 0.19 | 357.03 | 0.79 | 0.45 |
| Hex | CE | 18 | 21 | 0 | 58 | 54 | 13 | 165 | 4F | 2D |
| Octal | 316 | 30 | 41 | 0 | 130 | 124 | 23 | 545 | 117 | 55 |
| Binary | 11001110 | 11000 | 100001 | 0 | 1011000 | 1010100 | 10011 | 101100101 | 1001111 | 101101 |
Color Harmonies of #CE1821
Complementary color
Monochromatic Colors of #CE1821
Black with #CE1821
Text Example
Text Example
White with #CE1821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1821; }
p { color: rgb(206,24,33); }
H1.HeaderClassName
{
color: #CE1821;
}
.AnyTagClassName
{
color: #CE1821;
}
</style>
background-color css
<style>
a { background-color: #CE1821; }
a { background-color: rgb(206,24,33); }
div.DivClassName
{
background-color: #CE1821;
}
.BgClassName
{
background-color: #CE1821;
}
</style>
border-color css
<style>
span { border-color: #CE1821; }
span { border-color: rgb(206,24,33); }
td.TdClassName
{
border-color: #CE1821;
}
.TagClassName
{
border-color: #CE1821;
}
</style>