Shades of Cinnabar #EE4535
Tints of Cinnabar #EE4535
RGB
CMYK
RGB Variations
Color information
#EE4535 (or 0xEE4535) is known color: Cinnabar. HEX triplet: EE, 45 and 35. RGB value is (238,69,53). Sum of RGB (Red+Green+Blue) = 238+69+53=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4535 is #11BACA. Grayscale: #757575. Windows color (decimal): -1161931 or 3491310. OLE color: 3491310.
HSL color Cylindrical-coordinate representation of color #EE4535: hue angle of 5.19º 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 #EE4535 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 53 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.07 |
| HSL | 5.19º | 0.84% | 0.57% | - |
| HSV(B) | 5.19º | 0.78% | 0.93% | - |
| XYZ | 38.03 | 22.69 | 5.74 | - |
| YUV | 117.71 | 91.49 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 53 | 0 | 0.71 | 0.78 | 0.07 | 5.19 | 0.84 | 0.57 |
| Hex | EE | 45 | 35 | 0 | 47 | 4E | 7 | 5 | 54 | 39 |
| Octal | 356 | 105 | 65 | 0 | 107 | 116 | 7 | 5 | 124 | 71 |
| Binary | 11101110 | 1000101 | 110101 | 0 | 1000111 | 1001110 | 111 | 101 | 1010100 | 111001 |
Color Harmonies of #EE4535
Complementary color
Monochromatic Colors of #EE4535
Black with #EE4535
Text Example
Text Example
White with #EE4535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4535; }
p { color: rgb(238,69,53); }
H1.HeaderClassName
{
color: #EE4535;
}
.AnyTagClassName
{
color: #EE4535;
}
</style>
background-color css
<style>
a { background-color: #EE4535; }
a { background-color: rgb(238,69,53); }
div.DivClassName
{
background-color: #EE4535;
}
.BgClassName
{
background-color: #EE4535;
}
</style>
border-color css
<style>
span { border-color: #EE4535; }
span { border-color: rgb(238,69,53); }
td.TdClassName
{
border-color: #EE4535;
}
.TagClassName
{
border-color: #EE4535;
}
</style>