Shades of Fire Engine Red #CE1520
Tints of Fire Engine Red #CE1520
RGB
CMYK
RGB Variations
Color information
#CE1520 (or 0xCE1520) is known color: Fire Engine Red. HEX triplet: CE, 15 and 20. RGB value is (206,21,32). Sum of RGB (Red+Green+Blue) = 206+21+32=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1520 is #31EADF. Grayscale: #4D4D4D. Windows color (decimal): -3271392 or 2102734. OLE color: 2102734.
HSL color Cylindrical-coordinate representation of color #CE1520: hue angle of 356.43º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1520 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 32 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.19 |
| HSL | 356.43º | 0.81% | 0.45% | - |
| HSV(B) | 356.43º | 0.9% | 0.81% | - |
| XYZ | 25.98 | 13.76 | 2.65 | - |
| YUV | 77.57 | 102.29 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 32 | 0 | 0.90 | 0.84 | 0.19 | 356.43 | 0.81 | 0.45 |
| Hex | CE | 15 | 20 | 0 | 5A | 54 | 13 | 164 | 51 | 2D |
| Octal | 316 | 25 | 40 | 0 | 132 | 124 | 23 | 544 | 121 | 55 |
| Binary | 11001110 | 10101 | 100000 | 0 | 1011010 | 1010100 | 10011 | 101100100 | 1010001 | 101101 |
Color Harmonies of #CE1520
Complementary color
Monochromatic Colors of #CE1520
Black with #CE1520
Text Example
Text Example
White with #CE1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1520; }
p { color: rgb(206,21,32); }
H1.HeaderClassName
{
color: #CE1520;
}
.AnyTagClassName
{
color: #CE1520;
}
</style>
background-color css
<style>
a { background-color: #CE1520; }
a { background-color: rgb(206,21,32); }
div.DivClassName
{
background-color: #CE1520;
}
.BgClassName
{
background-color: #CE1520;
}
</style>
border-color css
<style>
span { border-color: #CE1520; }
span { border-color: rgb(206,21,32); }
td.TdClassName
{
border-color: #CE1520;
}
.TagClassName
{
border-color: #CE1520;
}
</style>