Shades of Cinnabar #EE5034
Tints of Cinnabar #EE5034
RGB
CMYK
RGB Variations
Color information
#EE5034 (or 0xEE5034) is known color: Cinnabar. HEX triplet: EE, 50 and 34. RGB value is (238,80,52). Sum of RGB (Red+Green+Blue) = 238+80+52=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5034 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5034 is #11AFCB. Grayscale: #7C7C7C. Windows color (decimal): -1159116 or 3428590. OLE color: 3428590.
HSL color Cylindrical-coordinate representation of color #EE5034: hue angle of 9.03º 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 #EE5034 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 52 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.07 |
| HSL | 9.03º | 0.85% | 0.57% | - |
| HSV(B) | 9.03º | 0.78% | 0.93% | - |
| XYZ | 38.75 | 24.16 | 5.87 | - |
| YUV | 124.05 | 87.35 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 52 | 0 | 0.66 | 0.78 | 0.07 | 9.03 | 0.85 | 0.57 |
| Hex | EE | 50 | 34 | 0 | 42 | 4E | 7 | 9 | 55 | 39 |
| Octal | 356 | 120 | 64 | 0 | 102 | 116 | 7 | 11 | 125 | 71 |
| Binary | 11101110 | 1010000 | 110100 | 0 | 1000010 | 1001110 | 111 | 1001 | 1010101 | 111001 |
Color Harmonies of #EE5034
Complementary color
Monochromatic Colors of #EE5034
Black with #EE5034
Text Example
Text Example
White with #EE5034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5034; }
p { color: rgb(238,80,52); }
H1.HeaderClassName
{
color: #EE5034;
}
.AnyTagClassName
{
color: #EE5034;
}
</style>
background-color css
<style>
a { background-color: #EE5034; }
a { background-color: rgb(238,80,52); }
div.DivClassName
{
background-color: #EE5034;
}
.BgClassName
{
background-color: #EE5034;
}
</style>
border-color css
<style>
span { border-color: #EE5034; }
span { border-color: rgb(238,80,52); }
td.TdClassName
{
border-color: #EE5034;
}
.TagClassName
{
border-color: #EE5034;
}
</style>