Shades of Fire Engine Red #CE0F2C
Tints of Fire Engine Red #CE0F2C
RGB
CMYK
RGB Variations
Color information
#CE0F2C (or 0xCE0F2C) is known color: Fire Engine Red. HEX triplet: CE, 0F and 2C. RGB value is (206,15,44). Sum of RGB (Red+Green+Blue) = 206+15+44=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0F2C is #31F0D3. Grayscale: #4B4B4B. Windows color (decimal): -3272916 or 2887630. OLE color: 2887630.
HSL color Cylindrical-coordinate representation of color #CE0F2C: hue angle of 350.89º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0F2C is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 44 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.19 |
| HSL | 350.89º | 0.86% | 0.43% | - |
| HSV(B) | 350.89º | 0.93% | 0.81% | - |
| XYZ | 26.08 | 13.65 | 3.64 | - |
| YUV | 75.42 | 110.28 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 44 | 0 | 0.93 | 0.79 | 0.19 | 350.89 | 0.86 | 0.43 |
| Hex | CE | F | 2C | 0 | 5D | 4F | 13 | 15F | 56 | 2B |
| Octal | 316 | 17 | 54 | 0 | 135 | 117 | 23 | 537 | 126 | 53 |
| Binary | 11001110 | 1111 | 101100 | 0 | 1011101 | 1001111 | 10011 | 101011111 | 1010110 | 101011 |
Color Harmonies of #CE0F2C
Complementary color
Monochromatic Colors of #CE0F2C
Black with #CE0F2C
Text Example
Text Example
White with #CE0F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F2C; }
p { color: rgb(206,15,44); }
H1.HeaderClassName
{
color: #CE0F2C;
}
.AnyTagClassName
{
color: #CE0F2C;
}
</style>
background-color css
<style>
a { background-color: #CE0F2C; }
a { background-color: rgb(206,15,44); }
div.DivClassName
{
background-color: #CE0F2C;
}
.BgClassName
{
background-color: #CE0F2C;
}
</style>
border-color css
<style>
span { border-color: #CE0F2C; }
span { border-color: rgb(206,15,44); }
td.TdClassName
{
border-color: #CE0F2C;
}
.TagClassName
{
border-color: #CE0F2C;
}
</style>