Shades of Fire Engine Red #CE0A20
Tints of Fire Engine Red #CE0A20
RGB
CMYK
RGB Variations
Color information
#CE0A20 (or 0xCE0A20) is known color: Fire Engine Red. HEX triplet: CE, 0A and 20. RGB value is (206,10,32). Sum of RGB (Red+Green+Blue) = 206+10+32=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0A20 is #31F5DF. Grayscale: #474747. Windows color (decimal): -3274208 or 2099918. OLE color: 2099918.
HSL color Cylindrical-coordinate representation of color #CE0A20: hue angle of 353.27º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A20 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 32 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.19 |
| HSL | 353.27º | 0.91% | 0.42% | - |
| HSV(B) | 353.27º | 0.95% | 0.81% | - |
| XYZ | 25.82 | 13.44 | 2.6 | - |
| YUV | 71.11 | 105.93 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 32 | 0 | 0.95 | 0.84 | 0.19 | 353.27 | 0.91 | 0.42 |
| Hex | CE | A | 20 | 0 | 5F | 54 | 13 | 161 | 5B | 2A |
| Octal | 316 | 12 | 40 | 0 | 137 | 124 | 23 | 541 | 133 | 52 |
| Binary | 11001110 | 1010 | 100000 | 0 | 1011111 | 1010100 | 10011 | 101100001 | 1011011 | 101010 |
Color Harmonies of #CE0A20
Complementary color
Monochromatic Colors of #CE0A20
Black with #CE0A20
Text Example
Text Example
White with #CE0A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A20; }
p { color: rgb(206,10,32); }
H1.HeaderClassName
{
color: #CE0A20;
}
.AnyTagClassName
{
color: #CE0A20;
}
</style>
background-color css
<style>
a { background-color: #CE0A20; }
a { background-color: rgb(206,10,32); }
div.DivClassName
{
background-color: #CE0A20;
}
.BgClassName
{
background-color: #CE0A20;
}
</style>
border-color css
<style>
span { border-color: #CE0A20; }
span { border-color: rgb(206,10,32); }
td.TdClassName
{
border-color: #CE0A20;
}
.TagClassName
{
border-color: #CE0A20;
}
</style>