Shades of Fire Engine Red #CE1224
Tints of Fire Engine Red #CE1224
RGB
CMYK
RGB Variations
Color information
#CE1224 (or 0xCE1224) is known color: Fire Engine Red. HEX triplet: CE, 12 and 24. RGB value is (206,18,36). Sum of RGB (Red+Green+Blue) = 206+18+36=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1224 is #31EDDB. Grayscale: #4C4C4C. Windows color (decimal): -3272156 or 2364110. OLE color: 2364110.
HSL color Cylindrical-coordinate representation of color #CE1224: hue angle of 354.26º degrees, saturation: 0.84, 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 #CE1224 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 36 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.19 |
| HSL | 354.26º | 0.84% | 0.44% | - |
| HSV(B) | 354.26º | 0.91% | 0.81% | - |
| XYZ | 25.99 | 13.68 | 2.94 | - |
| YUV | 76.26 | 105.28 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 36 | 0 | 0.91 | 0.83 | 0.19 | 354.26 | 0.84 | 0.44 |
| Hex | CE | 12 | 24 | 0 | 5B | 53 | 13 | 162 | 54 | 2C |
| Octal | 316 | 22 | 44 | 0 | 133 | 123 | 23 | 542 | 124 | 54 |
| Binary | 11001110 | 10010 | 100100 | 0 | 1011011 | 1010011 | 10011 | 101100010 | 1010100 | 101100 |
Color Harmonies of #CE1224
Complementary color
Monochromatic Colors of #CE1224
Black with #CE1224
Text Example
Text Example
White with #CE1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1224; }
p { color: rgb(206,18,36); }
H1.HeaderClassName
{
color: #CE1224;
}
.AnyTagClassName
{
color: #CE1224;
}
</style>
background-color css
<style>
a { background-color: #CE1224; }
a { background-color: rgb(206,18,36); }
div.DivClassName
{
background-color: #CE1224;
}
.BgClassName
{
background-color: #CE1224;
}
</style>
border-color css
<style>
span { border-color: #CE1224; }
span { border-color: rgb(206,18,36); }
td.TdClassName
{
border-color: #CE1224;
}
.TagClassName
{
border-color: #CE1224;
}
</style>