Shades of Fire Engine Red #CE2021
Tints of Fire Engine Red #CE2021
RGB
CMYK
RGB Variations
Color information
#CE2021 (or 0xCE2021) is known color: Fire Engine Red. HEX triplet: CE, 20 and 21. RGB value is (206,32,33). Sum of RGB (Red+Green+Blue) = 206+32+33=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2021 is #31DFDE. Grayscale: #545454. Windows color (decimal): -3268575 or 2171086. OLE color: 2171086.
HSL color Cylindrical-coordinate representation of color #CE2021: hue angle of 359.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2021 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 33 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.19 |
| HSL | 359.66º | 0.73% | 0.47% | - |
| HSV(B) | 359.66º | 0.84% | 0.81% | - |
| XYZ | 26.24 | 14.26 | 2.81 | - |
| YUV | 84.14 | 99.15 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 33 | 0 | 0.84 | 0.84 | 0.19 | 359.66 | 0.73 | 0.47 |
| Hex | CE | 20 | 21 | 0 | 54 | 54 | 13 | 168 | 49 | 2F |
| Octal | 316 | 40 | 41 | 0 | 124 | 124 | 23 | 550 | 111 | 57 |
| Binary | 11001110 | 100000 | 100001 | 0 | 1010100 | 1010100 | 10011 | 101101000 | 1001001 | 101111 |
Color Harmonies of #CE2021
Complementary color
Monochromatic Colors of #CE2021
Black with #CE2021
Text Example
Text Example
White with #CE2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2021; }
p { color: rgb(206,32,33); }
H1.HeaderClassName
{
color: #CE2021;
}
.AnyTagClassName
{
color: #CE2021;
}
</style>
background-color css
<style>
a { background-color: #CE2021; }
a { background-color: rgb(206,32,33); }
div.DivClassName
{
background-color: #CE2021;
}
.BgClassName
{
background-color: #CE2021;
}
</style>
border-color css
<style>
span { border-color: #CE2021; }
span { border-color: rgb(206,32,33); }
td.TdClassName
{
border-color: #CE2021;
}
.TagClassName
{
border-color: #CE2021;
}
</style>