Shades of Cinnabar #E93524
Tints of Cinnabar #E93524
RGB
CMYK
RGB Variations
Color information
#E93524 (or 0xE93524) is known color: Cinnabar. HEX triplet: E9, 35 and 24. RGB value is (233,53,36). Sum of RGB (Red+Green+Blue) = 233+53+36=322 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.36% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 233 - color contains mainly: red. Hex color #E93524 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93524 is #16CADB. Grayscale: #696969. Windows color (decimal): -1493724 or 2373097. OLE color: 2373097.
HSL color Cylindrical-coordinate representation of color #E93524: hue angle of 5.18º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E93524 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 53 | 36 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.09 |
| HSL | 5.18º | 0.82% | 0.53% | - |
| HSV(B) | 5.18º | 0.85% | 0.91% | - |
| XYZ | 35.2 | 20 | 3.67 | - |
| YUV | 104.88 | 89.13 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 53 | 36 | 0 | 0.77 | 0.85 | 0.09 | 5.18 | 0.82 | 0.53 |
| Hex | E9 | 35 | 24 | 0 | 4D | 55 | 9 | 5 | 52 | 35 |
| Octal | 351 | 65 | 44 | 0 | 115 | 125 | 11 | 5 | 122 | 65 |
| Binary | 11101001 | 110101 | 100100 | 0 | 1001101 | 1010101 | 1001 | 101 | 1010010 | 110101 |
Color Harmonies of #E93524
Complementary color
Monochromatic Colors of #E93524
Black with #E93524
Text Example
Text Example
White with #E93524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93524; }
p { color: rgb(233,53,36); }
H1.HeaderClassName
{
color: #E93524;
}
.AnyTagClassName
{
color: #E93524;
}
</style>
background-color css
<style>
a { background-color: #E93524; }
a { background-color: rgb(233,53,36); }
div.DivClassName
{
background-color: #E93524;
}
.BgClassName
{
background-color: #E93524;
}
</style>
border-color css
<style>
span { border-color: #E93524; }
span { border-color: rgb(233,53,36); }
td.TdClassName
{
border-color: #E93524;
}
.TagClassName
{
border-color: #E93524;
}
</style>