Shades of Fire Engine Red #CE162C
Tints of Fire Engine Red #CE162C
RGB
CMYK
RGB Variations
Color information
#CE162C (or 0xCE162C) is known color: Fire Engine Red. HEX triplet: CE, 16 and 2C. RGB value is (206,22,44). Sum of RGB (Red+Green+Blue) = 206+22+44=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE162C is #31E9D3. Grayscale: #4F4F4F. Windows color (decimal): -3271124 or 2889422. OLE color: 2889422.
HSL color Cylindrical-coordinate representation of color #CE162C: hue angle of 352.83º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE162C is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 44 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.19 |
| HSL | 352.83º | 0.81% | 0.45% | - |
| HSV(B) | 352.83º | 0.89% | 0.81% | - |
| XYZ | 26.2 | 13.88 | 3.68 | - |
| YUV | 79.52 | 107.96 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 44 | 0 | 0.89 | 0.79 | 0.19 | 352.83 | 0.81 | 0.45 |
| Hex | CE | 16 | 2C | 0 | 59 | 4F | 13 | 161 | 51 | 2D |
| Octal | 316 | 26 | 54 | 0 | 131 | 117 | 23 | 541 | 121 | 55 |
| Binary | 11001110 | 10110 | 101100 | 0 | 1011001 | 1001111 | 10011 | 101100001 | 1010001 | 101101 |
Color Harmonies of #CE162C
Complementary color
Monochromatic Colors of #CE162C
Black with #CE162C
Text Example
Text Example
White with #CE162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE162C; }
p { color: rgb(206,22,44); }
H1.HeaderClassName
{
color: #CE162C;
}
.AnyTagClassName
{
color: #CE162C;
}
</style>
background-color css
<style>
a { background-color: #CE162C; }
a { background-color: rgb(206,22,44); }
div.DivClassName
{
background-color: #CE162C;
}
.BgClassName
{
background-color: #CE162C;
}
</style>
border-color css
<style>
span { border-color: #CE162C; }
span { border-color: rgb(206,22,44); }
td.TdClassName
{
border-color: #CE162C;
}
.TagClassName
{
border-color: #CE162C;
}
</style>