Shades of Fire Engine Red #CE1426
Tints of Fire Engine Red #CE1426
RGB
CMYK
RGB Variations
Color information
#CE1426 (or 0xCE1426) is known color: Fire Engine Red. HEX triplet: CE, 14 and 26. RGB value is (206,20,38). Sum of RGB (Red+Green+Blue) = 206+20+38=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1426 is #31EBD9. Grayscale: #4D4D4D. Windows color (decimal): -3271642 or 2495694. OLE color: 2495694.
HSL color Cylindrical-coordinate representation of color #CE1426: hue angle of 354.19º 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 #CE1426 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 38 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.19 |
| HSL | 354.19º | 0.82% | 0.44% | - |
| HSV(B) | 354.19º | 0.9% | 0.81% | - |
| XYZ | 26.05 | 13.76 | 3.12 | - |
| YUV | 77.67 | 105.62 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 38 | 0 | 0.90 | 0.82 | 0.19 | 354.19 | 0.82 | 0.44 |
| Hex | CE | 14 | 26 | 0 | 5A | 52 | 13 | 162 | 52 | 2C |
| Octal | 316 | 24 | 46 | 0 | 132 | 122 | 23 | 542 | 122 | 54 |
| Binary | 11001110 | 10100 | 100110 | 0 | 1011010 | 1010010 | 10011 | 101100010 | 1010010 | 101100 |
Color Harmonies of #CE1426
Complementary color
Monochromatic Colors of #CE1426
Black with #CE1426
Text Example
Text Example
White with #CE1426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1426; }
p { color: rgb(206,20,38); }
H1.HeaderClassName
{
color: #CE1426;
}
.AnyTagClassName
{
color: #CE1426;
}
</style>
background-color css
<style>
a { background-color: #CE1426; }
a { background-color: rgb(206,20,38); }
div.DivClassName
{
background-color: #CE1426;
}
.BgClassName
{
background-color: #CE1426;
}
</style>
border-color css
<style>
span { border-color: #CE1426; }
span { border-color: rgb(206,20,38); }
td.TdClassName
{
border-color: #CE1426;
}
.TagClassName
{
border-color: #CE1426;
}
</style>