Shades of Fire Engine Red #CE101E
Tints of Fire Engine Red #CE101E
RGB
CMYK
RGB Variations
Color information
#CE101E (or 0xCE101E) is known color: Fire Engine Red. HEX triplet: CE, 10 and 1E. RGB value is (206,16,30). Sum of RGB (Red+Green+Blue) = 206+16+30=252 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.75% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 206 - color contains mainly: red. Hex color #CE101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE101E is #31EFE1. Grayscale: #4A4A4A. Windows color (decimal): -3272674 or 1970382. OLE color: 1970382.
HSL color Cylindrical-coordinate representation of color #CE101E: hue angle of 355.58º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE101E is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 30 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.19 |
| HSL | 355.58º | 0.86% | 0.44% | - |
| HSV(B) | 355.58º | 0.92% | 0.81% | - |
| XYZ | 25.87 | 13.59 | 2.49 | - |
| YUV | 74.41 | 102.95 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 30 | 0 | 0.92 | 0.85 | 0.19 | 355.58 | 0.86 | 0.44 |
| Hex | CE | 10 | 1E | 0 | 5C | 55 | 13 | 164 | 56 | 2C |
| Octal | 316 | 20 | 36 | 0 | 134 | 125 | 23 | 544 | 126 | 54 |
| Binary | 11001110 | 10000 | 11110 | 0 | 1011100 | 1010101 | 10011 | 101100100 | 1010110 | 101100 |
Color Harmonies of #CE101E
Complementary color
Monochromatic Colors of #CE101E
Black with #CE101E
Text Example
Text Example
White with #CE101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE101E; }
p { color: rgb(206,16,30); }
H1.HeaderClassName
{
color: #CE101E;
}
.AnyTagClassName
{
color: #CE101E;
}
</style>
background-color css
<style>
a { background-color: #CE101E; }
a { background-color: rgb(206,16,30); }
div.DivClassName
{
background-color: #CE101E;
}
.BgClassName
{
background-color: #CE101E;
}
</style>
border-color css
<style>
span { border-color: #CE101E; }
span { border-color: rgb(206,16,30); }
td.TdClassName
{
border-color: #CE101E;
}
.TagClassName
{
border-color: #CE101E;
}
</style>