Shades of Cinnabar #EE522E
Tints of Cinnabar #EE522E
RGB
CMYK
RGB Variations
Color information
#EE522E (or 0xEE522E) is known color: Cinnabar. HEX triplet: EE, 52 and 2E. RGB value is (238,82,46). Sum of RGB (Red+Green+Blue) = 238+82+46=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE522E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE522E is #11ADD1. Grayscale: #7C7C7C. Windows color (decimal): -1158610 or 3035886. OLE color: 3035886.
HSL color Cylindrical-coordinate representation of color #EE522E: hue angle of 11.25º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE522E is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 46 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.07 |
| HSL | 11.25º | 0.85% | 0.56% | - |
| HSV(B) | 11.25º | 0.81% | 0.93% | - |
| XYZ | 38.77 | 24.41 | 5.25 | - |
| YUV | 124.54 | 83.68 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 46 | 0 | 0.66 | 0.81 | 0.07 | 11.25 | 0.85 | 0.56 |
| Hex | EE | 52 | 2E | 0 | 42 | 51 | 7 | B | 55 | 38 |
| Octal | 356 | 122 | 56 | 0 | 102 | 121 | 7 | 13 | 125 | 70 |
| Binary | 11101110 | 1010010 | 101110 | 0 | 1000010 | 1010001 | 111 | 1011 | 1010101 | 111000 |
Color Harmonies of #EE522E
Complementary color
Monochromatic Colors of #EE522E
Black with #EE522E
Text Example
Text Example
White with #EE522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE522E; }
p { color: rgb(238,82,46); }
H1.HeaderClassName
{
color: #EE522E;
}
.AnyTagClassName
{
color: #EE522E;
}
</style>
background-color css
<style>
a { background-color: #EE522E; }
a { background-color: rgb(238,82,46); }
div.DivClassName
{
background-color: #EE522E;
}
.BgClassName
{
background-color: #EE522E;
}
</style>
border-color css
<style>
span { border-color: #EE522E; }
span { border-color: rgb(238,82,46); }
td.TdClassName
{
border-color: #EE522E;
}
.TagClassName
{
border-color: #EE522E;
}
</style>