Shades of Fire Engine Red #CE0429
Tints of Fire Engine Red #CE0429
RGB
CMYK
RGB Variations
Color information
#CE0429 (or 0xCE0429) is known color: Fire Engine Red. HEX triplet: CE, 04 and 29. RGB value is (206,4,41). Sum of RGB (Red+Green+Blue) = 206+4+41=251 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.07% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0429 is #31FBD6. Grayscale: #444444. Windows color (decimal): -3275735 or 2688206. OLE color: 2688206.
HSL color Cylindrical-coordinate representation of color #CE0429: hue angle of 349.01º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0429 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 41 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.19 |
| HSL | 349.01º | 0.96% | 0.41% | - |
| HSV(B) | 349.01º | 0.98% | 0.81% | - |
| XYZ | 25.9 | 13.37 | 3.31 | - |
| YUV | 68.62 | 112.42 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 41 | 0 | 0.98 | 0.80 | 0.19 | 349.01 | 0.96 | 0.41 |
| Hex | CE | 4 | 29 | 0 | 62 | 50 | 13 | 15D | 60 | 29 |
| Octal | 316 | 4 | 51 | 0 | 142 | 120 | 23 | 535 | 140 | 51 |
| Binary | 11001110 | 100 | 101001 | 0 | 1100010 | 1010000 | 10011 | 101011101 | 1100000 | 101001 |
Color Harmonies of #CE0429
Complementary color
Monochromatic Colors of #CE0429
Black with #CE0429
Text Example
Text Example
White with #CE0429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0429; }
p { color: rgb(206,4,41); }
H1.HeaderClassName
{
color: #CE0429;
}
.AnyTagClassName
{
color: #CE0429;
}
</style>
background-color css
<style>
a { background-color: #CE0429; }
a { background-color: rgb(206,4,41); }
div.DivClassName
{
background-color: #CE0429;
}
.BgClassName
{
background-color: #CE0429;
}
</style>
border-color css
<style>
span { border-color: #CE0429; }
span { border-color: rgb(206,4,41); }
td.TdClassName
{
border-color: #CE0429;
}
.TagClassName
{
border-color: #CE0429;
}
</style>