Shades of Cinnabar #EE532F
Tints of Cinnabar #EE532F
RGB
CMYK
RGB Variations
Color information
#EE532F (or 0xEE532F) is known color: Cinnabar. HEX triplet: EE, 53 and 2F. RGB value is (238,83,47). Sum of RGB (Red+Green+Blue) = 238+83+47=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE532F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE532F is #11ACD0. Grayscale: #7D7D7D. Windows color (decimal): -1158353 or 3101678. OLE color: 3101678.
HSL color Cylindrical-coordinate representation of color #EE532F: hue angle of 11.31º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE532F is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 47 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.07 |
| HSL | 11.31º | 0.85% | 0.56% | - |
| HSV(B) | 11.31º | 0.8% | 0.93% | - |
| XYZ | 38.87 | 24.57 | 5.38 | - |
| YUV | 125.24 | 83.85 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 47 | 0 | 0.65 | 0.80 | 0.07 | 11.31 | 0.85 | 0.56 |
| Hex | EE | 53 | 2F | 0 | 41 | 50 | 7 | B | 55 | 38 |
| Octal | 356 | 123 | 57 | 0 | 101 | 120 | 7 | 13 | 125 | 70 |
| Binary | 11101110 | 1010011 | 101111 | 0 | 1000001 | 1010000 | 111 | 1011 | 1010101 | 111000 |
Color Harmonies of #EE532F
Complementary color
Monochromatic Colors of #EE532F
Black with #EE532F
Text Example
Text Example
White with #EE532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE532F; }
p { color: rgb(238,83,47); }
H1.HeaderClassName
{
color: #EE532F;
}
.AnyTagClassName
{
color: #EE532F;
}
</style>
background-color css
<style>
a { background-color: #EE532F; }
a { background-color: rgb(238,83,47); }
div.DivClassName
{
background-color: #EE532F;
}
.BgClassName
{
background-color: #EE532F;
}
</style>
border-color css
<style>
span { border-color: #EE532F; }
span { border-color: rgb(238,83,47); }
td.TdClassName
{
border-color: #EE532F;
}
.TagClassName
{
border-color: #EE532F;
}
</style>