Shades of Fire Engine Red #CE1419
Tints of Fire Engine Red #CE1419
RGB
CMYK
RGB Variations
Color information
#CE1419 (or 0xCE1419) is known color: Fire Engine Red. HEX triplet: CE, 14 and 19. RGB value is (206,20,25). Sum of RGB (Red+Green+Blue) = 206+20+25=251 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.07% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1419 is #31EBE6. Grayscale: #4C4C4C. Windows color (decimal): -3271655 or 1643726. OLE color: 1643726.
HSL color Cylindrical-coordinate representation of color #CE1419: hue angle of 358.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1419 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 25 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.19 |
| HSL | 358.39º | 0.82% | 0.44% | - |
| HSV(B) | 358.39º | 0.9% | 0.81% | - |
| XYZ | 25.88 | 13.69 | 2.2 | - |
| YUV | 76.18 | 99.12 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 25 | 0 | 0.90 | 0.88 | 0.19 | 358.39 | 0.82 | 0.44 |
| Hex | CE | 14 | 19 | 0 | 5A | 58 | 13 | 166 | 52 | 2C |
| Octal | 316 | 24 | 31 | 0 | 132 | 130 | 23 | 546 | 122 | 54 |
| Binary | 11001110 | 10100 | 11001 | 0 | 1011010 | 1011000 | 10011 | 101100110 | 1010010 | 101100 |
Color Harmonies of #CE1419
Complementary color
Monochromatic Colors of #CE1419
Black with #CE1419
Text Example
Text Example
White with #CE1419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1419; }
p { color: rgb(206,20,25); }
H1.HeaderClassName
{
color: #CE1419;
}
.AnyTagClassName
{
color: #CE1419;
}
</style>
background-color css
<style>
a { background-color: #CE1419; }
a { background-color: rgb(206,20,25); }
div.DivClassName
{
background-color: #CE1419;
}
.BgClassName
{
background-color: #CE1419;
}
</style>
border-color css
<style>
span { border-color: #CE1419; }
span { border-color: rgb(206,20,25); }
td.TdClassName
{
border-color: #CE1419;
}
.TagClassName
{
border-color: #CE1419;
}
</style>