Shades of Cinnabar #EE532D
Tints of Cinnabar #EE532D
RGB
CMYK
RGB Variations
Color information
#EE532D (or 0xEE532D) is known color: Cinnabar. HEX triplet: EE, 53 and 2D. RGB value is (238,83,45). Sum of RGB (Red+Green+Blue) = 238+83+45=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE532D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE532D is #11ACD2. Grayscale: #7D7D7D. Windows color (decimal): -1158355 or 2970606. OLE color: 2970606.
HSL color Cylindrical-coordinate representation of color #EE532D: hue angle of 11.81º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE532D is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 45 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.07 |
| HSL | 11.81º | 0.85% | 0.55% | - |
| HSV(B) | 11.81º | 0.81% | 0.93% | - |
| XYZ | 38.83 | 24.55 | 5.18 | - |
| YUV | 125.01 | 82.85 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 45 | 0 | 0.65 | 0.81 | 0.07 | 11.81 | 0.85 | 0.55 |
| Hex | EE | 53 | 2D | 0 | 41 | 51 | 7 | C | 55 | 37 |
| Octal | 356 | 123 | 55 | 0 | 101 | 121 | 7 | 14 | 125 | 67 |
| Binary | 11101110 | 1010011 | 101101 | 0 | 1000001 | 1010001 | 111 | 1100 | 1010101 | 110111 |
Color Harmonies of #EE532D
Complementary color
Monochromatic Colors of #EE532D
Black with #EE532D
Text Example
Text Example
White with #EE532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE532D; }
p { color: rgb(238,83,45); }
H1.HeaderClassName
{
color: #EE532D;
}
.AnyTagClassName
{
color: #EE532D;
}
</style>
background-color css
<style>
a { background-color: #EE532D; }
a { background-color: rgb(238,83,45); }
div.DivClassName
{
background-color: #EE532D;
}
.BgClassName
{
background-color: #EE532D;
}
</style>
border-color css
<style>
span { border-color: #EE532D; }
span { border-color: rgb(238,83,45); }
td.TdClassName
{
border-color: #EE532D;
}
.TagClassName
{
border-color: #EE532D;
}
</style>