Shades of Cinnabar #EE4928
Tints of Cinnabar #EE4928
RGB
CMYK
RGB Variations
Color information
#EE4928 (or 0xEE4928) is known color: Cinnabar. HEX triplet: EE, 49 and 28. RGB value is (238,73,40). Sum of RGB (Red+Green+Blue) = 238+73+40=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4928 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4928 is #11B6D7. Grayscale: #767676. Windows color (decimal): -1160920 or 2640366. OLE color: 2640366.
HSL color Cylindrical-coordinate representation of color #EE4928: hue angle of 10º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE4928 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 40 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.07 |
| HSL | 10º | 0.85% | 0.55% | - |
| HSV(B) | 10º | 0.83% | 0.93% | - |
| XYZ | 38.03 | 23.1 | 4.46 | - |
| YUV | 118.57 | 83.66 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 40 | 0 | 0.69 | 0.83 | 0.07 | 10 | 0.85 | 0.55 |
| Hex | EE | 49 | 28 | 0 | 45 | 53 | 7 | A | 55 | 37 |
| Octal | 356 | 111 | 50 | 0 | 105 | 123 | 7 | 12 | 125 | 67 |
| Binary | 11101110 | 1001001 | 101000 | 0 | 1000101 | 1010011 | 111 | 1010 | 1010101 | 110111 |
Color Harmonies of #EE4928
Complementary color
Monochromatic Colors of #EE4928
Black with #EE4928
Text Example
Text Example
White with #EE4928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4928; }
p { color: rgb(238,73,40); }
H1.HeaderClassName
{
color: #EE4928;
}
.AnyTagClassName
{
color: #EE4928;
}
</style>
background-color css
<style>
a { background-color: #EE4928; }
a { background-color: rgb(238,73,40); }
div.DivClassName
{
background-color: #EE4928;
}
.BgClassName
{
background-color: #EE4928;
}
</style>
border-color css
<style>
span { border-color: #EE4928; }
span { border-color: rgb(238,73,40); }
td.TdClassName
{
border-color: #EE4928;
}
.TagClassName
{
border-color: #EE4928;
}
</style>