Shades of Fire Engine Red #CE1621
Tints of Fire Engine Red #CE1621
RGB
CMYK
RGB Variations
Color information
#CE1621 (or 0xCE1621) is known color: Fire Engine Red. HEX triplet: CE, 16 and 21. RGB value is (206,22,33). Sum of RGB (Red+Green+Blue) = 206+22+33=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1621 is #31E9DE. Grayscale: #4E4E4E. Windows color (decimal): -3271135 or 2168526. OLE color: 2168526.
HSL color Cylindrical-coordinate representation of color #CE1621: hue angle of 356.41º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1621 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 33 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.19 |
| HSL | 356.41º | 0.81% | 0.45% | - |
| HSV(B) | 356.41º | 0.89% | 0.81% | - |
| XYZ | 26.02 | 13.81 | 2.73 | - |
| YUV | 78.27 | 102.46 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 33 | 0 | 0.89 | 0.84 | 0.19 | 356.41 | 0.81 | 0.45 |
| Hex | CE | 16 | 21 | 0 | 59 | 54 | 13 | 164 | 51 | 2D |
| Octal | 316 | 26 | 41 | 0 | 131 | 124 | 23 | 544 | 121 | 55 |
| Binary | 11001110 | 10110 | 100001 | 0 | 1011001 | 1010100 | 10011 | 101100100 | 1010001 | 101101 |
Color Harmonies of #CE1621
Complementary color
Monochromatic Colors of #CE1621
Black with #CE1621
Text Example
Text Example
White with #CE1621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1621; }
p { color: rgb(206,22,33); }
H1.HeaderClassName
{
color: #CE1621;
}
.AnyTagClassName
{
color: #CE1621;
}
</style>
background-color css
<style>
a { background-color: #CE1621; }
a { background-color: rgb(206,22,33); }
div.DivClassName
{
background-color: #CE1621;
}
.BgClassName
{
background-color: #CE1621;
}
</style>
border-color css
<style>
span { border-color: #CE1621; }
span { border-color: rgb(206,22,33); }
td.TdClassName
{
border-color: #CE1621;
}
.TagClassName
{
border-color: #CE1621;
}
</style>