Shades of Cinnabar #EE4635
Tints of Cinnabar #EE4635
RGB
CMYK
RGB Variations
Color information
#EE4635 (or 0xEE4635) is known color: Cinnabar. HEX triplet: EE, 46 and 35. RGB value is (238,70,53). Sum of RGB (Red+Green+Blue) = 238+70+53=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4635 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4635 is #11B9CA. Grayscale: #767676. Windows color (decimal): -1161675 or 3491566. OLE color: 3491566.
HSL color Cylindrical-coordinate representation of color #EE4635: hue angle of 5.51º 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 #EE4635 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 53 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.07 |
| HSL | 5.51º | 0.84% | 0.57% | - |
| HSV(B) | 5.51º | 0.78% | 0.93% | - |
| XYZ | 38.09 | 22.81 | 5.76 | - |
| YUV | 118.29 | 91.16 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 53 | 0 | 0.71 | 0.78 | 0.07 | 5.51 | 0.84 | 0.57 |
| Hex | EE | 46 | 35 | 0 | 47 | 4E | 7 | 6 | 54 | 39 |
| Octal | 356 | 106 | 65 | 0 | 107 | 116 | 7 | 6 | 124 | 71 |
| Binary | 11101110 | 1000110 | 110101 | 0 | 1000111 | 1001110 | 111 | 110 | 1010100 | 111001 |
Color Harmonies of #EE4635
Complementary color
Monochromatic Colors of #EE4635
Black with #EE4635
Text Example
Text Example
White with #EE4635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4635; }
p { color: rgb(238,70,53); }
H1.HeaderClassName
{
color: #EE4635;
}
.AnyTagClassName
{
color: #EE4635;
}
</style>
background-color css
<style>
a { background-color: #EE4635; }
a { background-color: rgb(238,70,53); }
div.DivClassName
{
background-color: #EE4635;
}
.BgClassName
{
background-color: #EE4635;
}
</style>
border-color css
<style>
span { border-color: #EE4635; }
span { border-color: rgb(238,70,53); }
td.TdClassName
{
border-color: #EE4635;
}
.TagClassName
{
border-color: #EE4635;
}
</style>