Shades of Fire Engine Red #CE0B29
Tints of Fire Engine Red #CE0B29
RGB
CMYK
RGB Variations
Color information
#CE0B29 (or 0xCE0B29) is known color: Fire Engine Red. HEX triplet: CE, 0B and 29. RGB value is (206,11,41). Sum of RGB (Red+Green+Blue) = 206+11+41=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0B29 is #31F4D6. Grayscale: #484848. Windows color (decimal): -3273943 or 2689998. OLE color: 2689998.
HSL color Cylindrical-coordinate representation of color #CE0B29: hue angle of 350.77º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0B29 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 41 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.19 |
| HSL | 350.77º | 0.9% | 0.43% | - |
| HSV(B) | 350.77º | 0.95% | 0.81% | - |
| XYZ | 25.97 | 13.52 | 3.34 | - |
| YUV | 72.73 | 110.1 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 41 | 0 | 0.95 | 0.80 | 0.19 | 350.77 | 0.9 | 0.43 |
| Hex | CE | B | 29 | 0 | 5F | 50 | 13 | 15F | 5A | 2B |
| Octal | 316 | 13 | 51 | 0 | 137 | 120 | 23 | 537 | 132 | 53 |
| Binary | 11001110 | 1011 | 101001 | 0 | 1011111 | 1010000 | 10011 | 101011111 | 1011010 | 101011 |
Color Harmonies of #CE0B29
Complementary color
Monochromatic Colors of #CE0B29
Black with #CE0B29
Text Example
Text Example
White with #CE0B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0B29; }
p { color: rgb(206,11,41); }
H1.HeaderClassName
{
color: #CE0B29;
}
.AnyTagClassName
{
color: #CE0B29;
}
</style>
background-color css
<style>
a { background-color: #CE0B29; }
a { background-color: rgb(206,11,41); }
div.DivClassName
{
background-color: #CE0B29;
}
.BgClassName
{
background-color: #CE0B29;
}
</style>
border-color css
<style>
span { border-color: #CE0B29; }
span { border-color: rgb(206,11,41); }
td.TdClassName
{
border-color: #CE0B29;
}
.TagClassName
{
border-color: #CE0B29;
}
</style>