Shades of Fire Engine Red #CE191C
Tints of Fire Engine Red #CE191C
RGB
CMYK
RGB Variations
Color information
#CE191C (or 0xCE191C) is known color: Fire Engine Red. HEX triplet: CE, 19 and 1C. RGB value is (206,25,28). Sum of RGB (Red+Green+Blue) = 206+25+28=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE191C is #31E6E3. Grayscale: #4F4F4F. Windows color (decimal): -3270372 or 1841614. OLE color: 1841614.
HSL color Cylindrical-coordinate representation of color #CE191C: hue angle of 359.01º 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 #CE191C is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 28 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.19 |
| HSL | 359.01º | 0.78% | 0.45% | - |
| HSV(B) | 359.01º | 0.88% | 0.81% | - |
| XYZ | 26.01 | 13.9 | 2.41 | - |
| YUV | 79.46 | 98.97 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 28 | 0 | 0.88 | 0.86 | 0.19 | 359.01 | 0.78 | 0.45 |
| Hex | CE | 19 | 1C | 0 | 58 | 56 | 13 | 167 | 4E | 2D |
| Octal | 316 | 31 | 34 | 0 | 130 | 126 | 23 | 547 | 116 | 55 |
| Binary | 11001110 | 11001 | 11100 | 0 | 1011000 | 1010110 | 10011 | 101100111 | 1001110 | 101101 |
Color Harmonies of #CE191C
Complementary color
Monochromatic Colors of #CE191C
Black with #CE191C
Text Example
Text Example
White with #CE191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE191C; }
p { color: rgb(206,25,28); }
H1.HeaderClassName
{
color: #CE191C;
}
.AnyTagClassName
{
color: #CE191C;
}
</style>
background-color css
<style>
a { background-color: #CE191C; }
a { background-color: rgb(206,25,28); }
div.DivClassName
{
background-color: #CE191C;
}
.BgClassName
{
background-color: #CE191C;
}
</style>
border-color css
<style>
span { border-color: #CE191C; }
span { border-color: rgb(206,25,28); }
td.TdClassName
{
border-color: #CE191C;
}
.TagClassName
{
border-color: #CE191C;
}
</style>