Shades of Fire Engine Red #CE161C
Tints of Fire Engine Red #CE161C
RGB
CMYK
RGB Variations
Color information
#CE161C (or 0xCE161C) is known color: Fire Engine Red. HEX triplet: CE, 16 and 1C. RGB value is (206,22,28). Sum of RGB (Red+Green+Blue) = 206+22+28=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE161C is #31E9E3. Grayscale: #4D4D4D. Windows color (decimal): -3271140 or 1840846. OLE color: 1840846.
HSL color Cylindrical-coordinate representation of color #CE161C: hue angle of 358.04º 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 #CE161C is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 28 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.19 |
| HSL | 358.04º | 0.81% | 0.45% | - |
| HSV(B) | 358.04º | 0.89% | 0.81% | - |
| XYZ | 25.95 | 13.78 | 2.39 | - |
| YUV | 77.7 | 99.96 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 28 | 0 | 0.89 | 0.86 | 0.19 | 358.04 | 0.81 | 0.45 |
| Hex | CE | 16 | 1C | 0 | 59 | 56 | 13 | 166 | 51 | 2D |
| Octal | 316 | 26 | 34 | 0 | 131 | 126 | 23 | 546 | 121 | 55 |
| Binary | 11001110 | 10110 | 11100 | 0 | 1011001 | 1010110 | 10011 | 101100110 | 1010001 | 101101 |
Color Harmonies of #CE161C
Complementary color
Monochromatic Colors of #CE161C
Black with #CE161C
Text Example
Text Example
White with #CE161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE161C; }
p { color: rgb(206,22,28); }
H1.HeaderClassName
{
color: #CE161C;
}
.AnyTagClassName
{
color: #CE161C;
}
</style>
background-color css
<style>
a { background-color: #CE161C; }
a { background-color: rgb(206,22,28); }
div.DivClassName
{
background-color: #CE161C;
}
.BgClassName
{
background-color: #CE161C;
}
</style>
border-color css
<style>
span { border-color: #CE161C; }
span { border-color: rgb(206,22,28); }
td.TdClassName
{
border-color: #CE161C;
}
.TagClassName
{
border-color: #CE161C;
}
</style>