Shades of Fire Engine Red #CE2022
Tints of Fire Engine Red #CE2022
RGB
CMYK
RGB Variations
Color information
#CE2022 (or 0xCE2022) is known color: Fire Engine Red. HEX triplet: CE, 20 and 22. RGB value is (206,32,34). Sum of RGB (Red+Green+Blue) = 206+32+34=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2022 is #31DFDD. Grayscale: #545454. Windows color (decimal): -3268574 or 2236622. OLE color: 2236622.
HSL color Cylindrical-coordinate representation of color #CE2022: hue angle of 359.31º 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 #CE2022 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 34 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.19 |
| HSL | 359.31º | 0.73% | 0.47% | - |
| HSV(B) | 359.31º | 0.84% | 0.81% | - |
| XYZ | 26.26 | 14.27 | 2.88 | - |
| YUV | 84.25 | 99.65 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 34 | 0 | 0.84 | 0.83 | 0.19 | 359.31 | 0.73 | 0.47 |
| Hex | CE | 20 | 22 | 0 | 54 | 53 | 13 | 167 | 49 | 2F |
| Octal | 316 | 40 | 42 | 0 | 124 | 123 | 23 | 547 | 111 | 57 |
| Binary | 11001110 | 100000 | 100010 | 0 | 1010100 | 1010011 | 10011 | 101100111 | 1001001 | 101111 |
Color Harmonies of #CE2022
Complementary color
Monochromatic Colors of #CE2022
Black with #CE2022
Text Example
Text Example
White with #CE2022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2022; }
p { color: rgb(206,32,34); }
H1.HeaderClassName
{
color: #CE2022;
}
.AnyTagClassName
{
color: #CE2022;
}
</style>
background-color css
<style>
a { background-color: #CE2022; }
a { background-color: rgb(206,32,34); }
div.DivClassName
{
background-color: #CE2022;
}
.BgClassName
{
background-color: #CE2022;
}
</style>
border-color css
<style>
span { border-color: #CE2022; }
span { border-color: rgb(206,32,34); }
td.TdClassName
{
border-color: #CE2022;
}
.TagClassName
{
border-color: #CE2022;
}
</style>