Shades of Cinnabar #EE4936
Tints of Cinnabar #EE4936
RGB
CMYK
RGB Variations
Color information
#EE4936 (or 0xEE4936) is known color: Cinnabar. HEX triplet: EE, 49 and 36. RGB value is (238,73,54). Sum of RGB (Red+Green+Blue) = 238+73+54=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4936 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4936 is #11B6C9. Grayscale: #787878. Windows color (decimal): -1160906 or 3557870. OLE color: 3557870.
HSL color Cylindrical-coordinate representation of color #EE4936: hue angle of 6.2º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE4936 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 54 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.07 |
| HSL | 6.2º | 0.84% | 0.57% | - |
| HSV(B) | 6.2º | 0.77% | 0.93% | - |
| XYZ | 38.31 | 23.21 | 5.95 | - |
| YUV | 120.17 | 90.66 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 54 | 0 | 0.69 | 0.77 | 0.07 | 6.2 | 0.84 | 0.57 |
| Hex | EE | 49 | 36 | 0 | 45 | 4D | 7 | 6 | 54 | 39 |
| Octal | 356 | 111 | 66 | 0 | 105 | 115 | 7 | 6 | 124 | 71 |
| Binary | 11101110 | 1001001 | 110110 | 0 | 1000101 | 1001101 | 111 | 110 | 1010100 | 111001 |
Color Harmonies of #EE4936
Complementary color
Monochromatic Colors of #EE4936
Black with #EE4936
Text Example
Text Example
White with #EE4936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4936; }
p { color: rgb(238,73,54); }
H1.HeaderClassName
{
color: #EE4936;
}
.AnyTagClassName
{
color: #EE4936;
}
</style>
background-color css
<style>
a { background-color: #EE4936; }
a { background-color: rgb(238,73,54); }
div.DivClassName
{
background-color: #EE4936;
}
.BgClassName
{
background-color: #EE4936;
}
</style>
border-color css
<style>
span { border-color: #EE4936; }
span { border-color: rgb(238,73,54); }
td.TdClassName
{
border-color: #EE4936;
}
.TagClassName
{
border-color: #EE4936;
}
</style>