Shades of Cinnabar #E93527
Tints of Cinnabar #E93527
RGB
CMYK
RGB Variations
Color information
#E93527 (or 0xE93527) is known color: Cinnabar. HEX triplet: E9, 35 and 27. RGB value is (233,53,39). Sum of RGB (Red+Green+Blue) = 233+53+39=325 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.69% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 233 - color contains mainly: red. Hex color #E93527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93527 is #16CAD8. Grayscale: #696969. Windows color (decimal): -1493721 or 2569705. OLE color: 2569705.
HSL color Cylindrical-coordinate representation of color #E93527: hue angle of 4.33º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E93527 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 53 | 39 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.09 |
| HSL | 4.33º | 0.82% | 0.53% | - |
| HSV(B) | 4.33º | 0.83% | 0.91% | - |
| XYZ | 35.24 | 20.02 | 3.93 | - |
| YUV | 105.22 | 90.63 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 53 | 39 | 0 | 0.77 | 0.83 | 0.09 | 4.33 | 0.82 | 0.53 |
| Hex | E9 | 35 | 27 | 0 | 4D | 53 | 9 | 4 | 52 | 35 |
| Octal | 351 | 65 | 47 | 0 | 115 | 123 | 11 | 4 | 122 | 65 |
| Binary | 11101001 | 110101 | 100111 | 0 | 1001101 | 1010011 | 1001 | 100 | 1010010 | 110101 |
Color Harmonies of #E93527
Complementary color
Monochromatic Colors of #E93527
Black with #E93527
Text Example
Text Example
White with #E93527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93527; }
p { color: rgb(233,53,39); }
H1.HeaderClassName
{
color: #E93527;
}
.AnyTagClassName
{
color: #E93527;
}
</style>
background-color css
<style>
a { background-color: #E93527; }
a { background-color: rgb(233,53,39); }
div.DivClassName
{
background-color: #E93527;
}
.BgClassName
{
background-color: #E93527;
}
</style>
border-color css
<style>
span { border-color: #E93527; }
span { border-color: rgb(233,53,39); }
td.TdClassName
{
border-color: #E93527;
}
.TagClassName
{
border-color: #E93527;
}
</style>