Shades of Fire Engine Red #CE092E
Tints of Fire Engine Red #CE092E
RGB
CMYK
RGB Variations
Color information
#CE092E (or 0xCE092E) is known color: Fire Engine Red. HEX triplet: CE, 09 and 2E. RGB value is (206,9,46). Sum of RGB (Red+Green+Blue) = 206+9+46=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE092E is #31F6D1. Grayscale: #484848. Windows color (decimal): -3274450 or 3017166. OLE color: 3017166.
HSL color Cylindrical-coordinate representation of color #CE092E: hue angle of 348.73º 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 #CE092E is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 46 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.19 |
| HSL | 348.73º | 0.92% | 0.42% | - |
| HSV(B) | 348.73º | 0.96% | 0.81% | - |
| XYZ | 26.04 | 13.51 | 3.82 | - |
| YUV | 72.12 | 113.27 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 46 | 0 | 0.96 | 0.78 | 0.19 | 348.73 | 0.92 | 0.42 |
| Hex | CE | 9 | 2E | 0 | 60 | 4E | 13 | 15D | 5C | 2A |
| Octal | 316 | 11 | 56 | 0 | 140 | 116 | 23 | 535 | 134 | 52 |
| Binary | 11001110 | 1001 | 101110 | 0 | 1100000 | 1001110 | 10011 | 101011101 | 1011100 | 101010 |
Color Harmonies of #CE092E
Complementary color
Monochromatic Colors of #CE092E
Black with #CE092E
Text Example
Text Example
White with #CE092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE092E; }
p { color: rgb(206,9,46); }
H1.HeaderClassName
{
color: #CE092E;
}
.AnyTagClassName
{
color: #CE092E;
}
</style>
background-color css
<style>
a { background-color: #CE092E; }
a { background-color: rgb(206,9,46); }
div.DivClassName
{
background-color: #CE092E;
}
.BgClassName
{
background-color: #CE092E;
}
</style>
border-color css
<style>
span { border-color: #CE092E; }
span { border-color: rgb(206,9,46); }
td.TdClassName
{
border-color: #CE092E;
}
.TagClassName
{
border-color: #CE092E;
}
</style>