Shades of Fire Engine Red #CE0D24
Tints of Fire Engine Red #CE0D24
RGB
CMYK
RGB Variations
Color information
#CE0D24 (or 0xCE0D24) is known color: Fire Engine Red. HEX triplet: CE, 0D and 24. RGB value is (206,13,36). Sum of RGB (Red+Green+Blue) = 206+13+36=255 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.78% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0D24 is #31F2DB. Grayscale: #494949. Windows color (decimal): -3273436 or 2362830. OLE color: 2362830.
HSL color Cylindrical-coordinate representation of color #CE0D24: hue angle of 352.85º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0D24 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 36 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.19 |
| HSL | 352.85º | 0.88% | 0.43% | - |
| HSV(B) | 352.85º | 0.94% | 0.81% | - |
| XYZ | 25.92 | 13.54 | 2.92 | - |
| YUV | 73.33 | 106.94 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 36 | 0 | 0.94 | 0.83 | 0.19 | 352.85 | 0.88 | 0.43 |
| Hex | CE | D | 24 | 0 | 5E | 53 | 13 | 161 | 58 | 2B |
| Octal | 316 | 15 | 44 | 0 | 136 | 123 | 23 | 541 | 130 | 53 |
| Binary | 11001110 | 1101 | 100100 | 0 | 1011110 | 1010011 | 10011 | 101100001 | 1011000 | 101011 |
Color Harmonies of #CE0D24
Complementary color
Monochromatic Colors of #CE0D24
Black with #CE0D24
Text Example
Text Example
White with #CE0D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0D24; }
p { color: rgb(206,13,36); }
H1.HeaderClassName
{
color: #CE0D24;
}
.AnyTagClassName
{
color: #CE0D24;
}
</style>
background-color css
<style>
a { background-color: #CE0D24; }
a { background-color: rgb(206,13,36); }
div.DivClassName
{
background-color: #CE0D24;
}
.BgClassName
{
background-color: #CE0D24;
}
</style>
border-color css
<style>
span { border-color: #CE0D24; }
span { border-color: rgb(206,13,36); }
td.TdClassName
{
border-color: #CE0D24;
}
.TagClassName
{
border-color: #CE0D24;
}
</style>