Shades of Fire Engine Red #CE161E
Tints of Fire Engine Red #CE161E
RGB
CMYK
RGB Variations
Color information
#CE161E (or 0xCE161E) is known color: Fire Engine Red. HEX triplet: CE, 16 and 1E. RGB value is (206,22,30). Sum of RGB (Red+Green+Blue) = 206+22+30=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE161E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE161E is #31E9E1. Grayscale: #4E4E4E. Windows color (decimal): -3271138 or 1971918. OLE color: 1971918.
HSL color Cylindrical-coordinate representation of color #CE161E: hue angle of 357.39º 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 #CE161E is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 30 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.19 |
| HSL | 357.39º | 0.81% | 0.45% | - |
| HSV(B) | 357.39º | 0.89% | 0.81% | - |
| XYZ | 25.97 | 13.79 | 2.52 | - |
| YUV | 77.93 | 100.96 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 30 | 0 | 0.89 | 0.85 | 0.19 | 357.39 | 0.81 | 0.45 |
| Hex | CE | 16 | 1E | 0 | 59 | 55 | 13 | 165 | 51 | 2D |
| Octal | 316 | 26 | 36 | 0 | 131 | 125 | 23 | 545 | 121 | 55 |
| Binary | 11001110 | 10110 | 11110 | 0 | 1011001 | 1010101 | 10011 | 101100101 | 1010001 | 101101 |
Color Harmonies of #CE161E
Complementary color
Monochromatic Colors of #CE161E
Black with #CE161E
Text Example
Text Example
White with #CE161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE161E; }
p { color: rgb(206,22,30); }
H1.HeaderClassName
{
color: #CE161E;
}
.AnyTagClassName
{
color: #CE161E;
}
</style>
background-color css
<style>
a { background-color: #CE161E; }
a { background-color: rgb(206,22,30); }
div.DivClassName
{
background-color: #CE161E;
}
.BgClassName
{
background-color: #CE161E;
}
</style>
border-color css
<style>
span { border-color: #CE161E; }
span { border-color: rgb(206,22,30); }
td.TdClassName
{
border-color: #CE161E;
}
.TagClassName
{
border-color: #CE161E;
}
</style>