Shades of Fire Engine Red #CE1719
Tints of Fire Engine Red #CE1719
RGB
CMYK
RGB Variations
Color information
#CE1719 (or 0xCE1719) is known color: Fire Engine Red. HEX triplet: CE, 17 and 19. RGB value is (206,23,25). Sum of RGB (Red+Green+Blue) = 206+23+25=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1719 is #31E8E6. Grayscale: #4E4E4E. Windows color (decimal): -3270887 or 1644494. OLE color: 1644494.
HSL color Cylindrical-coordinate representation of color #CE1719: hue angle of 359.34º degrees, saturation: 0.8, 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 #CE1719 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 25 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.19 |
| HSL | 359.34º | 0.8% | 0.45% | - |
| HSV(B) | 359.34º | 0.89% | 0.81% | - |
| XYZ | 25.94 | 13.8 | 2.22 | - |
| YUV | 77.95 | 98.13 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 25 | 0 | 0.89 | 0.88 | 0.19 | 359.34 | 0.8 | 0.45 |
| Hex | CE | 17 | 19 | 0 | 59 | 58 | 13 | 167 | 50 | 2D |
| Octal | 316 | 27 | 31 | 0 | 131 | 130 | 23 | 547 | 120 | 55 |
| Binary | 11001110 | 10111 | 11001 | 0 | 1011001 | 1011000 | 10011 | 101100111 | 1010000 | 101101 |
Color Harmonies of #CE1719
Complementary color
Monochromatic Colors of #CE1719
Black with #CE1719
Text Example
Text Example
White with #CE1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1719; }
p { color: rgb(206,23,25); }
H1.HeaderClassName
{
color: #CE1719;
}
.AnyTagClassName
{
color: #CE1719;
}
</style>
background-color css
<style>
a { background-color: #CE1719; }
a { background-color: rgb(206,23,25); }
div.DivClassName
{
background-color: #CE1719;
}
.BgClassName
{
background-color: #CE1719;
}
</style>
border-color css
<style>
span { border-color: #CE1719; }
span { border-color: rgb(206,23,25); }
td.TdClassName
{
border-color: #CE1719;
}
.TagClassName
{
border-color: #CE1719;
}
</style>