Shades of Fire Engine Red #CE162F
Tints of Fire Engine Red #CE162F
RGB
CMYK
RGB Variations
Color information
#CE162F (or 0xCE162F) is known color: Fire Engine Red. HEX triplet: CE, 16 and 2F. RGB value is (206,22,47). Sum of RGB (Red+Green+Blue) = 206+22+47=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE162F is #31E9D0. Grayscale: #4F4F4F. Windows color (decimal): -3271121 or 3086030. OLE color: 3086030.
HSL color Cylindrical-coordinate representation of color #CE162F: hue angle of 351.85º 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 #CE162F is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 47 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.19 |
| HSL | 351.85º | 0.81% | 0.45% | - |
| HSV(B) | 351.85º | 0.89% | 0.81% | - |
| XYZ | 26.25 | 13.9 | 3.99 | - |
| YUV | 79.87 | 109.46 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 47 | 0 | 0.89 | 0.77 | 0.19 | 351.85 | 0.81 | 0.45 |
| Hex | CE | 16 | 2F | 0 | 59 | 4D | 13 | 160 | 51 | 2D |
| Octal | 316 | 26 | 57 | 0 | 131 | 115 | 23 | 540 | 121 | 55 |
| Binary | 11001110 | 10110 | 101111 | 0 | 1011001 | 1001101 | 10011 | 101100000 | 1010001 | 101101 |
Color Harmonies of #CE162F
Complementary color
Monochromatic Colors of #CE162F
Black with #CE162F
Text Example
Text Example
White with #CE162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE162F; }
p { color: rgb(206,22,47); }
H1.HeaderClassName
{
color: #CE162F;
}
.AnyTagClassName
{
color: #CE162F;
}
</style>
background-color css
<style>
a { background-color: #CE162F; }
a { background-color: rgb(206,22,47); }
div.DivClassName
{
background-color: #CE162F;
}
.BgClassName
{
background-color: #CE162F;
}
</style>
border-color css
<style>
span { border-color: #CE162F; }
span { border-color: rgb(206,22,47); }
td.TdClassName
{
border-color: #CE162F;
}
.TagClassName
{
border-color: #CE162F;
}
</style>