Shades of Fire Engine Red #CE1322
Tints of Fire Engine Red #CE1322
RGB
CMYK
RGB Variations
Color information
#CE1322 (or 0xCE1322) is known color: Fire Engine Red. HEX triplet: CE, 13 and 22. RGB value is (206,19,34). Sum of RGB (Red+Green+Blue) = 206+19+34=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1322 is #31ECDD. Grayscale: #4C4C4C. Windows color (decimal): -3271902 or 2233294. OLE color: 2233294.
HSL color Cylindrical-coordinate representation of color #CE1322: hue angle of 355.19º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1322 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 34 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.19 |
| HSL | 355.19º | 0.83% | 0.44% | - |
| HSV(B) | 355.19º | 0.91% | 0.81% | - |
| XYZ | 25.98 | 13.7 | 2.79 | - |
| YUV | 76.62 | 103.95 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 34 | 0 | 0.91 | 0.83 | 0.19 | 355.19 | 0.83 | 0.44 |
| Hex | CE | 13 | 22 | 0 | 5B | 53 | 13 | 163 | 53 | 2C |
| Octal | 316 | 23 | 42 | 0 | 133 | 123 | 23 | 543 | 123 | 54 |
| Binary | 11001110 | 10011 | 100010 | 0 | 1011011 | 1010011 | 10011 | 101100011 | 1010011 | 101100 |
Color Harmonies of #CE1322
Complementary color
Monochromatic Colors of #CE1322
Black with #CE1322
Text Example
Text Example
White with #CE1322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1322; }
p { color: rgb(206,19,34); }
H1.HeaderClassName
{
color: #CE1322;
}
.AnyTagClassName
{
color: #CE1322;
}
</style>
background-color css
<style>
a { background-color: #CE1322; }
a { background-color: rgb(206,19,34); }
div.DivClassName
{
background-color: #CE1322;
}
.BgClassName
{
background-color: #CE1322;
}
</style>
border-color css
<style>
span { border-color: #CE1322; }
span { border-color: rgb(206,19,34); }
td.TdClassName
{
border-color: #CE1322;
}
.TagClassName
{
border-color: #CE1322;
}
</style>