Shades of Fire Engine Red #CE0A2D
Tints of Fire Engine Red #CE0A2D
RGB
CMYK
RGB Variations
Color information
#CE0A2D (or 0xCE0A2D) is known color: Fire Engine Red. HEX triplet: CE, 0A and 2D. RGB value is (206,10,45). Sum of RGB (Red+Green+Blue) = 206+10+45=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0A2D is #31F5D2. Grayscale: #484848. Windows color (decimal): -3274195 or 2951886. OLE color: 2951886.
HSL color Cylindrical-coordinate representation of color #CE0A2D: hue angle of 349.29º 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 #CE0A2D is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 45 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.19 |
| HSL | 349.29º | 0.91% | 0.42% | - |
| HSV(B) | 349.29º | 0.95% | 0.81% | - |
| XYZ | 26.04 | 13.53 | 3.72 | - |
| YUV | 72.59 | 112.43 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 45 | 0 | 0.95 | 0.78 | 0.19 | 349.29 | 0.91 | 0.42 |
| Hex | CE | A | 2D | 0 | 5F | 4E | 13 | 15D | 5B | 2A |
| Octal | 316 | 12 | 55 | 0 | 137 | 116 | 23 | 535 | 133 | 52 |
| Binary | 11001110 | 1010 | 101101 | 0 | 1011111 | 1001110 | 10011 | 101011101 | 1011011 | 101010 |
Color Harmonies of #CE0A2D
Complementary color
Monochromatic Colors of #CE0A2D
Black with #CE0A2D
Text Example
Text Example
White with #CE0A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A2D; }
p { color: rgb(206,10,45); }
H1.HeaderClassName
{
color: #CE0A2D;
}
.AnyTagClassName
{
color: #CE0A2D;
}
</style>
background-color css
<style>
a { background-color: #CE0A2D; }
a { background-color: rgb(206,10,45); }
div.DivClassName
{
background-color: #CE0A2D;
}
.BgClassName
{
background-color: #CE0A2D;
}
</style>
border-color css
<style>
span { border-color: #CE0A2D; }
span { border-color: rgb(206,10,45); }
td.TdClassName
{
border-color: #CE0A2D;
}
.TagClassName
{
border-color: #CE0A2D;
}
</style>