Shades of Fire Engine Red #CE1421
Tints of Fire Engine Red #CE1421
RGB
CMYK
RGB Variations
Color information
#CE1421 (or 0xCE1421) is known color: Fire Engine Red. HEX triplet: CE, 14 and 21. RGB value is (206,20,33). Sum of RGB (Red+Green+Blue) = 206+20+33=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1421 is #31EBDE. Grayscale: #4D4D4D. Windows color (decimal): -3271647 or 2168014. OLE color: 2168014.
HSL color Cylindrical-coordinate representation of color #CE1421: hue angle of 355.81º 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 #CE1421 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 33 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.19 |
| HSL | 355.81º | 0.82% | 0.44% | - |
| HSV(B) | 355.81º | 0.9% | 0.81% | - |
| XYZ | 25.98 | 13.73 | 2.72 | - |
| YUV | 77.1 | 103.12 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 33 | 0 | 0.90 | 0.84 | 0.19 | 355.81 | 0.82 | 0.44 |
| Hex | CE | 14 | 21 | 0 | 5A | 54 | 13 | 164 | 52 | 2C |
| Octal | 316 | 24 | 41 | 0 | 132 | 124 | 23 | 544 | 122 | 54 |
| Binary | 11001110 | 10100 | 100001 | 0 | 1011010 | 1010100 | 10011 | 101100100 | 1010010 | 101100 |
Color Harmonies of #CE1421
Complementary color
Monochromatic Colors of #CE1421
Black with #CE1421
Text Example
Text Example
White with #CE1421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1421; }
p { color: rgb(206,20,33); }
H1.HeaderClassName
{
color: #CE1421;
}
.AnyTagClassName
{
color: #CE1421;
}
</style>
background-color css
<style>
a { background-color: #CE1421; }
a { background-color: rgb(206,20,33); }
div.DivClassName
{
background-color: #CE1421;
}
.BgClassName
{
background-color: #CE1421;
}
</style>
border-color css
<style>
span { border-color: #CE1421; }
span { border-color: rgb(206,20,33); }
td.TdClassName
{
border-color: #CE1421;
}
.TagClassName
{
border-color: #CE1421;
}
</style>