Shades of Cinnabar #EE4D34
Tints of Cinnabar #EE4D34
RGB
CMYK
RGB Variations
Color information
#EE4D34 (or 0xEE4D34) is known color: Cinnabar. HEX triplet: EE, 4D and 34. RGB value is (238,77,52). Sum of RGB (Red+Green+Blue) = 238+77+52=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE4D34 is #11B2CB. Grayscale: #7A7A7A. Windows color (decimal): -1159884 or 3427822. OLE color: 3427822.
HSL color Cylindrical-coordinate representation of color #EE4D34: hue angle of 8.06º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE4D34 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 77 | 52 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.07 |
| HSL | 8.06º | 0.85% | 0.57% | - |
| HSV(B) | 8.06º | 0.78% | 0.93% | - |
| XYZ | 38.53 | 23.73 | 5.8 | - |
| YUV | 122.29 | 88.34 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 52 | 0 | 0.68 | 0.78 | 0.07 | 8.06 | 0.85 | 0.57 |
| Hex | EE | 4D | 34 | 0 | 44 | 4E | 7 | 8 | 55 | 39 |
| Octal | 356 | 115 | 64 | 0 | 104 | 116 | 7 | 10 | 125 | 71 |
| Binary | 11101110 | 1001101 | 110100 | 0 | 1000100 | 1001110 | 111 | 1000 | 1010101 | 111001 |
Color Harmonies of #EE4D34
Complementary color
Monochromatic Colors of #EE4D34
Black with #EE4D34
Text Example
Text Example
White with #EE4D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4D34; }
p { color: rgb(238,77,52); }
H1.HeaderClassName
{
color: #EE4D34;
}
.AnyTagClassName
{
color: #EE4D34;
}
</style>
background-color css
<style>
a { background-color: #EE4D34; }
a { background-color: rgb(238,77,52); }
div.DivClassName
{
background-color: #EE4D34;
}
.BgClassName
{
background-color: #EE4D34;
}
</style>
border-color css
<style>
span { border-color: #EE4D34; }
span { border-color: rgb(238,77,52); }
td.TdClassName
{
border-color: #EE4D34;
}
.TagClassName
{
border-color: #EE4D34;
}
</style>