Shades of Fire Engine Red #CE0928
Tints of Fire Engine Red #CE0928
RGB
CMYK
RGB Variations
Color information
#CE0928 (or 0xCE0928) is known color: Fire Engine Red. HEX triplet: CE, 09 and 28. RGB value is (206,9,40). Sum of RGB (Red+Green+Blue) = 206+9+40=255 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.78% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0928 is #31F6D7. Grayscale: #474747. Windows color (decimal): -3274456 or 2623950. OLE color: 2623950.
HSL color Cylindrical-coordinate representation of color #CE0928: hue angle of 350.56º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0928 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 40 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.19 |
| HSL | 350.56º | 0.92% | 0.42% | - |
| HSV(B) | 350.56º | 0.96% | 0.81% | - |
| XYZ | 25.93 | 13.47 | 3.24 | - |
| YUV | 71.44 | 110.27 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 40 | 0 | 0.96 | 0.81 | 0.19 | 350.56 | 0.92 | 0.42 |
| Hex | CE | 9 | 28 | 0 | 60 | 51 | 13 | 15F | 5C | 2A |
| Octal | 316 | 11 | 50 | 0 | 140 | 121 | 23 | 537 | 134 | 52 |
| Binary | 11001110 | 1001 | 101000 | 0 | 1100000 | 1010001 | 10011 | 101011111 | 1011100 | 101010 |
Color Harmonies of #CE0928
Complementary color
Monochromatic Colors of #CE0928
Black with #CE0928
Text Example
Text Example
White with #CE0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0928; }
p { color: rgb(206,9,40); }
H1.HeaderClassName
{
color: #CE0928;
}
.AnyTagClassName
{
color: #CE0928;
}
</style>
background-color css
<style>
a { background-color: #CE0928; }
a { background-color: rgb(206,9,40); }
div.DivClassName
{
background-color: #CE0928;
}
.BgClassName
{
background-color: #CE0928;
}
</style>
border-color css
<style>
span { border-color: #CE0928; }
span { border-color: rgb(206,9,40); }
td.TdClassName
{
border-color: #CE0928;
}
.TagClassName
{
border-color: #CE0928;
}
</style>