Shades of Fire Engine Red #CE0A27
Tints of Fire Engine Red #CE0A27
RGB
CMYK
RGB Variations
Color information
#CE0A27 (or 0xCE0A27) is known color: Fire Engine Red. HEX triplet: CE, 0A and 27. RGB value is (206,10,39). Sum of RGB (Red+Green+Blue) = 206+10+39=255 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.78% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0A27 is #31F5D8. Grayscale: #474747. Windows color (decimal): -3274201 or 2558670. OLE color: 2558670.
HSL color Cylindrical-coordinate representation of color #CE0A27: hue angle of 351.12º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A27 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 39 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.19 |
| HSL | 351.12º | 0.91% | 0.42% | - |
| HSV(B) | 351.12º | 0.95% | 0.81% | - |
| XYZ | 25.93 | 13.49 | 3.16 | - |
| YUV | 71.91 | 109.43 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 39 | 0 | 0.95 | 0.81 | 0.19 | 351.12 | 0.91 | 0.42 |
| Hex | CE | A | 27 | 0 | 5F | 51 | 13 | 15F | 5B | 2A |
| Octal | 316 | 12 | 47 | 0 | 137 | 121 | 23 | 537 | 133 | 52 |
| Binary | 11001110 | 1010 | 100111 | 0 | 1011111 | 1010001 | 10011 | 101011111 | 1011011 | 101010 |
Color Harmonies of #CE0A27
Complementary color
Monochromatic Colors of #CE0A27
Black with #CE0A27
Text Example
Text Example
White with #CE0A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A27; }
p { color: rgb(206,10,39); }
H1.HeaderClassName
{
color: #CE0A27;
}
.AnyTagClassName
{
color: #CE0A27;
}
</style>
background-color css
<style>
a { background-color: #CE0A27; }
a { background-color: rgb(206,10,39); }
div.DivClassName
{
background-color: #CE0A27;
}
.BgClassName
{
background-color: #CE0A27;
}
</style>
border-color css
<style>
span { border-color: #CE0A27; }
span { border-color: rgb(206,10,39); }
td.TdClassName
{
border-color: #CE0A27;
}
.TagClassName
{
border-color: #CE0A27;
}
</style>