Shades of Cinnabar #E93D20
Tints of Cinnabar #E93D20
RGB
CMYK
RGB Variations
Color information
#E93D20 (or 0xE93D20) is known color: Cinnabar. HEX triplet: E9, 3D and 20. RGB value is (233,61,32). Sum of RGB (Red+Green+Blue) = 233+61+32=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93D20 is #16C2DF. Grayscale: #6D6D6D. Windows color (decimal): -1491680 or 2113001. OLE color: 2113001.
HSL color Cylindrical-coordinate representation of color #E93D20: hue angle of 8.66º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E93D20 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 32 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.09 |
| HSL | 8.66º | 0.82% | 0.52% | - |
| HSV(B) | 8.66º | 0.86% | 0.91% | - |
| XYZ | 35.53 | 20.77 | 3.5 | - |
| YUV | 109.12 | 84.48 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 32 | 0 | 0.74 | 0.86 | 0.09 | 8.66 | 0.82 | 0.52 |
| Hex | E9 | 3D | 20 | 0 | 4A | 56 | 9 | 9 | 52 | 34 |
| Octal | 351 | 75 | 40 | 0 | 112 | 126 | 11 | 11 | 122 | 64 |
| Binary | 11101001 | 111101 | 100000 | 0 | 1001010 | 1010110 | 1001 | 1001 | 1010010 | 110100 |
Color Harmonies of #E93D20
Complementary color
Monochromatic Colors of #E93D20
Black with #E93D20
Text Example
Text Example
White with #E93D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D20; }
p { color: rgb(233,61,32); }
H1.HeaderClassName
{
color: #E93D20;
}
.AnyTagClassName
{
color: #E93D20;
}
</style>
background-color css
<style>
a { background-color: #E93D20; }
a { background-color: rgb(233,61,32); }
div.DivClassName
{
background-color: #E93D20;
}
.BgClassName
{
background-color: #E93D20;
}
</style>
border-color css
<style>
span { border-color: #E93D20; }
span { border-color: rgb(233,61,32); }
td.TdClassName
{
border-color: #E93D20;
}
.TagClassName
{
border-color: #E93D20;
}
</style>