Shades of Cinnabar #EE5233
Tints of Cinnabar #EE5233
RGB
CMYK
RGB Variations
Color information
#EE5233 (or 0xEE5233) is known color: Cinnabar. HEX triplet: EE, 52 and 33. RGB value is (238,82,51). Sum of RGB (Red+Green+Blue) = 238+82+51=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5233 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5233 is #11ADCC. Grayscale: #7D7D7D. Windows color (decimal): -1158605 or 3363566. OLE color: 3363566.
HSL color Cylindrical-coordinate representation of color #EE5233: hue angle of 9.95º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE5233 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 51 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.07 |
| HSL | 9.95º | 0.85% | 0.57% | - |
| HSV(B) | 9.95º | 0.79% | 0.93% | - |
| XYZ | 38.87 | 24.45 | 5.8 | - |
| YUV | 125.11 | 86.18 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 51 | 0 | 0.66 | 0.79 | 0.07 | 9.95 | 0.85 | 0.57 |
| Hex | EE | 52 | 33 | 0 | 42 | 4F | 7 | A | 55 | 39 |
| Octal | 356 | 122 | 63 | 0 | 102 | 117 | 7 | 12 | 125 | 71 |
| Binary | 11101110 | 1010010 | 110011 | 0 | 1000010 | 1001111 | 111 | 1010 | 1010101 | 111001 |
Color Harmonies of #EE5233
Complementary color
Monochromatic Colors of #EE5233
Black with #EE5233
Text Example
Text Example
White with #EE5233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5233; }
p { color: rgb(238,82,51); }
H1.HeaderClassName
{
color: #EE5233;
}
.AnyTagClassName
{
color: #EE5233;
}
</style>
background-color css
<style>
a { background-color: #EE5233; }
a { background-color: rgb(238,82,51); }
div.DivClassName
{
background-color: #EE5233;
}
.BgClassName
{
background-color: #EE5233;
}
</style>
border-color css
<style>
span { border-color: #EE5233; }
span { border-color: rgb(238,82,51); }
td.TdClassName
{
border-color: #EE5233;
}
.TagClassName
{
border-color: #EE5233;
}
</style>