Shades of Fire Engine Red #CE2024
Tints of Fire Engine Red #CE2024
RGB
CMYK
RGB Variations
Color information
#CE2024 (or 0xCE2024) is known color: Fire Engine Red. HEX triplet: CE, 20 and 24. RGB value is (206,32,36). Sum of RGB (Red+Green+Blue) = 206+32+36=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2024 is #31DFDB. Grayscale: #545454. Windows color (decimal): -3268572 or 2367694. OLE color: 2367694.
HSL color Cylindrical-coordinate representation of color #CE2024: hue angle of 358.62º 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 #CE2024 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 36 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.19 |
| HSL | 358.62º | 0.73% | 0.47% | - |
| HSV(B) | 358.62º | 0.84% | 0.81% | - |
| XYZ | 26.29 | 14.28 | 3.04 | - |
| YUV | 84.48 | 100.65 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 36 | 0 | 0.84 | 0.83 | 0.19 | 358.62 | 0.73 | 0.47 |
| Hex | CE | 20 | 24 | 0 | 54 | 53 | 13 | 167 | 49 | 2F |
| Octal | 316 | 40 | 44 | 0 | 124 | 123 | 23 | 547 | 111 | 57 |
| Binary | 11001110 | 100000 | 100100 | 0 | 1010100 | 1010011 | 10011 | 101100111 | 1001001 | 101111 |
Color Harmonies of #CE2024
Complementary color
Monochromatic Colors of #CE2024
Black with #CE2024
Text Example
Text Example
White with #CE2024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2024; }
p { color: rgb(206,32,36); }
H1.HeaderClassName
{
color: #CE2024;
}
.AnyTagClassName
{
color: #CE2024;
}
</style>
background-color css
<style>
a { background-color: #CE2024; }
a { background-color: rgb(206,32,36); }
div.DivClassName
{
background-color: #CE2024;
}
.BgClassName
{
background-color: #CE2024;
}
</style>
border-color css
<style>
span { border-color: #CE2024; }
span { border-color: rgb(206,32,36); }
td.TdClassName
{
border-color: #CE2024;
}
.TagClassName
{
border-color: #CE2024;
}
</style>