Shades of Fire Engine Red #CE1122
Tints of Fire Engine Red #CE1122
RGB
CMYK
RGB Variations
Color information
#CE1122 (or 0xCE1122) is known color: Fire Engine Red. HEX triplet: CE, 11 and 22. RGB value is (206,17,34). Sum of RGB (Red+Green+Blue) = 206+17+34=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1122 is #31EEDD. Grayscale: #4B4B4B. Windows color (decimal): -3272414 or 2232782. OLE color: 2232782.
HSL color Cylindrical-coordinate representation of color #CE1122: hue angle of 354.6º degrees, saturation: 0.85, 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 #CE1122 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 34 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.19 |
| HSL | 354.6º | 0.85% | 0.44% | - |
| HSV(B) | 354.6º | 0.92% | 0.81% | - |
| XYZ | 25.94 | 13.64 | 2.78 | - |
| YUV | 75.45 | 104.62 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 34 | 0 | 0.92 | 0.83 | 0.19 | 354.6 | 0.85 | 0.44 |
| Hex | CE | 11 | 22 | 0 | 5C | 53 | 13 | 163 | 55 | 2C |
| Octal | 316 | 21 | 42 | 0 | 134 | 123 | 23 | 543 | 125 | 54 |
| Binary | 11001110 | 10001 | 100010 | 0 | 1011100 | 1010011 | 10011 | 101100011 | 1010101 | 101100 |
Color Harmonies of #CE1122
Complementary color
Monochromatic Colors of #CE1122
Black with #CE1122
Text Example
Text Example
White with #CE1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1122; }
p { color: rgb(206,17,34); }
H1.HeaderClassName
{
color: #CE1122;
}
.AnyTagClassName
{
color: #CE1122;
}
</style>
background-color css
<style>
a { background-color: #CE1122; }
a { background-color: rgb(206,17,34); }
div.DivClassName
{
background-color: #CE1122;
}
.BgClassName
{
background-color: #CE1122;
}
</style>
border-color css
<style>
span { border-color: #CE1122; }
span { border-color: rgb(206,17,34); }
td.TdClassName
{
border-color: #CE1122;
}
.TagClassName
{
border-color: #CE1122;
}
</style>