Shades of Fire Engine Red #CE0A2B
Tints of Fire Engine Red #CE0A2B
RGB
CMYK
RGB Variations
Color information
#CE0A2B (or 0xCE0A2B) is known color: Fire Engine Red. HEX triplet: CE, 0A and 2B. RGB value is (206,10,43). Sum of RGB (Red+Green+Blue) = 206+10+43=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0A2B is #31F5D4. Grayscale: #484848. Windows color (decimal): -3274197 or 2820814. OLE color: 2820814.
HSL color Cylindrical-coordinate representation of color #CE0A2B: hue angle of 349.9º 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 #CE0A2B is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 43 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.19 |
| HSL | 349.9º | 0.91% | 0.42% | - |
| HSV(B) | 349.9º | 0.95% | 0.81% | - |
| XYZ | 26 | 13.51 | 3.52 | - |
| YUV | 72.37 | 111.43 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 43 | 0 | 0.95 | 0.79 | 0.19 | 349.9 | 0.91 | 0.42 |
| Hex | CE | A | 2B | 0 | 5F | 4F | 13 | 15E | 5B | 2A |
| Octal | 316 | 12 | 53 | 0 | 137 | 117 | 23 | 536 | 133 | 52 |
| Binary | 11001110 | 1010 | 101011 | 0 | 1011111 | 1001111 | 10011 | 101011110 | 1011011 | 101010 |
Color Harmonies of #CE0A2B
Complementary color
Monochromatic Colors of #CE0A2B
Black with #CE0A2B
Text Example
Text Example
White with #CE0A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A2B; }
p { color: rgb(206,10,43); }
H1.HeaderClassName
{
color: #CE0A2B;
}
.AnyTagClassName
{
color: #CE0A2B;
}
</style>
background-color css
<style>
a { background-color: #CE0A2B; }
a { background-color: rgb(206,10,43); }
div.DivClassName
{
background-color: #CE0A2B;
}
.BgClassName
{
background-color: #CE0A2B;
}
</style>
border-color css
<style>
span { border-color: #CE0A2B; }
span { border-color: rgb(206,10,43); }
td.TdClassName
{
border-color: #CE0A2B;
}
.TagClassName
{
border-color: #CE0A2B;
}
</style>