Shades of Fire Engine Red #CE2528
Tints of Fire Engine Red #CE2528
RGB
CMYK
RGB Variations
Color information
#CE2528 (or 0xCE2528) is known color: Fire Engine Red. HEX triplet: CE, 25 and 28. RGB value is (206,37,40). Sum of RGB (Red+Green+Blue) = 206+37+40=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2528 is #31DAD7. Grayscale: #585858. Windows color (decimal): -3267288 or 2631118. OLE color: 2631118.
HSL color Cylindrical-coordinate representation of color #CE2528: hue angle of 358.93º 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 #CE2528 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 40 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.19 |
| HSL | 358.93º | 0.7% | 0.48% | - |
| HSV(B) | 358.93º | 0.82% | 0.81% | - |
| XYZ | 26.5 | 14.6 | 3.43 | - |
| YUV | 87.87 | 100.99 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 40 | 0 | 0.82 | 0.81 | 0.19 | 358.93 | 0.7 | 0.48 |
| Hex | CE | 25 | 28 | 0 | 52 | 51 | 13 | 167 | 46 | 30 |
| Octal | 316 | 45 | 50 | 0 | 122 | 121 | 23 | 547 | 106 | 60 |
| Binary | 11001110 | 100101 | 101000 | 0 | 1010010 | 1010001 | 10011 | 101100111 | 1000110 | 110000 |
Color Harmonies of #CE2528
Complementary color
Monochromatic Colors of #CE2528
Black with #CE2528
Text Example
Text Example
White with #CE2528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2528; }
p { color: rgb(206,37,40); }
H1.HeaderClassName
{
color: #CE2528;
}
.AnyTagClassName
{
color: #CE2528;
}
</style>
background-color css
<style>
a { background-color: #CE2528; }
a { background-color: rgb(206,37,40); }
div.DivClassName
{
background-color: #CE2528;
}
.BgClassName
{
background-color: #CE2528;
}
</style>
border-color css
<style>
span { border-color: #CE2528; }
span { border-color: rgb(206,37,40); }
td.TdClassName
{
border-color: #CE2528;
}
.TagClassName
{
border-color: #CE2528;
}
</style>