Shades of Fire Engine Red #CE191B
Tints of Fire Engine Red #CE191B
RGB
CMYK
RGB Variations
Color information
#CE191B (or 0xCE191B) is known color: Fire Engine Red. HEX triplet: CE, 19 and 1B. RGB value is (206,25,27). Sum of RGB (Red+Green+Blue) = 206+25+27=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE191B is #31E6E4. Grayscale: #4F4F4F. Windows color (decimal): -3270373 or 1776078. OLE color: 1776078.
HSL color Cylindrical-coordinate representation of color #CE191B: hue angle of 359.34º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE191B is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 27 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.19 |
| HSL | 359.34º | 0.78% | 0.45% | - |
| HSV(B) | 359.34º | 0.88% | 0.81% | - |
| XYZ | 26 | 13.9 | 2.35 | - |
| YUV | 79.35 | 98.47 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 27 | 0 | 0.88 | 0.87 | 0.19 | 359.34 | 0.78 | 0.45 |
| Hex | CE | 19 | 1B | 0 | 58 | 57 | 13 | 167 | 4E | 2D |
| Octal | 316 | 31 | 33 | 0 | 130 | 127 | 23 | 547 | 116 | 55 |
| Binary | 11001110 | 11001 | 11011 | 0 | 1011000 | 1010111 | 10011 | 101100111 | 1001110 | 101101 |
Color Harmonies of #CE191B
Complementary color
Monochromatic Colors of #CE191B
Black with #CE191B
Text Example
Text Example
White with #CE191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE191B; }
p { color: rgb(206,25,27); }
H1.HeaderClassName
{
color: #CE191B;
}
.AnyTagClassName
{
color: #CE191B;
}
</style>
background-color css
<style>
a { background-color: #CE191B; }
a { background-color: rgb(206,25,27); }
div.DivClassName
{
background-color: #CE191B;
}
.BgClassName
{
background-color: #CE191B;
}
</style>
border-color css
<style>
span { border-color: #CE191B; }
span { border-color: rgb(206,25,27); }
td.TdClassName
{
border-color: #CE191B;
}
.TagClassName
{
border-color: #CE191B;
}
</style>