Shades of Fire Engine Red #CE2529
Tints of Fire Engine Red #CE2529
RGB
CMYK
RGB Variations
Color information
#CE2529 (or 0xCE2529) is known color: Fire Engine Red. HEX triplet: CE, 25 and 29. RGB value is (206,37,41). Sum of RGB (Red+Green+Blue) = 206+37+41=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2529 is #31DAD6. Grayscale: #585858. Windows color (decimal): -3267287 or 2696654. OLE color: 2696654.
HSL color Cylindrical-coordinate representation of color #CE2529: hue angle of 358.58º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2529 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 41 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.19 |
| HSL | 358.58º | 0.7% | 0.48% | - |
| HSV(B) | 358.58º | 0.82% | 0.81% | - |
| XYZ | 26.52 | 14.61 | 3.52 | - |
| YUV | 87.99 | 101.49 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 41 | 0 | 0.82 | 0.80 | 0.19 | 358.58 | 0.7 | 0.48 |
| Hex | CE | 25 | 29 | 0 | 52 | 50 | 13 | 167 | 46 | 30 |
| Octal | 316 | 45 | 51 | 0 | 122 | 120 | 23 | 547 | 106 | 60 |
| Binary | 11001110 | 100101 | 101001 | 0 | 1010010 | 1010000 | 10011 | 101100111 | 1000110 | 110000 |
Color Harmonies of #CE2529
Complementary color
Monochromatic Colors of #CE2529
Black with #CE2529
Text Example
Text Example
White with #CE2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2529; }
p { color: rgb(206,37,41); }
H1.HeaderClassName
{
color: #CE2529;
}
.AnyTagClassName
{
color: #CE2529;
}
</style>
background-color css
<style>
a { background-color: #CE2529; }
a { background-color: rgb(206,37,41); }
div.DivClassName
{
background-color: #CE2529;
}
.BgClassName
{
background-color: #CE2529;
}
</style>
border-color css
<style>
span { border-color: #CE2529; }
span { border-color: rgb(206,37,41); }
td.TdClassName
{
border-color: #CE2529;
}
.TagClassName
{
border-color: #CE2529;
}
</style>