Shades of Cinnabar #EE5035
Tints of Cinnabar #EE5035
RGB
CMYK
RGB Variations
Color information
#EE5035 (or 0xEE5035) is known color: Cinnabar. HEX triplet: EE, 50 and 35. RGB value is (238,80,53). Sum of RGB (Red+Green+Blue) = 238+80+53=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5035 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5035 is #11AFCA. Grayscale: #7C7C7C. Windows color (decimal): -1159115 or 3494126. OLE color: 3494126.
HSL color Cylindrical-coordinate representation of color #EE5035: hue angle of 8.76º degrees, saturation: 0.84, 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 #EE5035 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 53 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.07 |
| HSL | 8.76º | 0.84% | 0.57% | - |
| HSV(B) | 8.76º | 0.78% | 0.93% | - |
| XYZ | 38.77 | 24.17 | 5.99 | - |
| YUV | 124.16 | 87.85 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 53 | 0 | 0.66 | 0.78 | 0.07 | 8.76 | 0.84 | 0.57 |
| Hex | EE | 50 | 35 | 0 | 42 | 4E | 7 | 9 | 54 | 39 |
| Octal | 356 | 120 | 65 | 0 | 102 | 116 | 7 | 11 | 124 | 71 |
| Binary | 11101110 | 1010000 | 110101 | 0 | 1000010 | 1001110 | 111 | 1001 | 1010100 | 111001 |
Color Harmonies of #EE5035
Complementary color
Monochromatic Colors of #EE5035
Black with #EE5035
Text Example
Text Example
White with #EE5035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5035; }
p { color: rgb(238,80,53); }
H1.HeaderClassName
{
color: #EE5035;
}
.AnyTagClassName
{
color: #EE5035;
}
</style>
background-color css
<style>
a { background-color: #EE5035; }
a { background-color: rgb(238,80,53); }
div.DivClassName
{
background-color: #EE5035;
}
.BgClassName
{
background-color: #EE5035;
}
</style>
border-color css
<style>
span { border-color: #EE5035; }
span { border-color: rgb(238,80,53); }
td.TdClassName
{
border-color: #EE5035;
}
.TagClassName
{
border-color: #EE5035;
}
</style>