Shades of Cinnabar #E93B23
Tints of Cinnabar #E93B23
RGB
CMYK
RGB Variations
Color information
#E93B23 (or 0xE93B23) is known color: Cinnabar. HEX triplet: E9, 3B and 23. RGB value is (233,59,35). Sum of RGB (Red+Green+Blue) = 233+59+35=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E93B23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93B23 is #16C4DC. Grayscale: #6C6C6C. Windows color (decimal): -1492189 or 2309097. OLE color: 2309097.
HSL color Cylindrical-coordinate representation of color #E93B23: hue angle of 7.27º 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 #E93B23 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 59 | 35 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.09 |
| HSL | 7.27º | 0.82% | 0.53% | - |
| HSV(B) | 7.27º | 0.85% | 0.91% | - |
| XYZ | 35.47 | 20.57 | 3.69 | - |
| YUV | 108.29 | 86.65 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 59 | 35 | 0 | 0.75 | 0.85 | 0.09 | 7.27 | 0.82 | 0.53 |
| Hex | E9 | 3B | 23 | 0 | 4B | 55 | 9 | 7 | 52 | 35 |
| Octal | 351 | 73 | 43 | 0 | 113 | 125 | 11 | 7 | 122 | 65 |
| Binary | 11101001 | 111011 | 100011 | 0 | 1001011 | 1010101 | 1001 | 111 | 1010010 | 110101 |
Color Harmonies of #E93B23
Complementary color
Monochromatic Colors of #E93B23
Black with #E93B23
Text Example
Text Example
White with #E93B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93B23; }
p { color: rgb(233,59,35); }
H1.HeaderClassName
{
color: #E93B23;
}
.AnyTagClassName
{
color: #E93B23;
}
</style>
background-color css
<style>
a { background-color: #E93B23; }
a { background-color: rgb(233,59,35); }
div.DivClassName
{
background-color: #E93B23;
}
.BgClassName
{
background-color: #E93B23;
}
</style>
border-color css
<style>
span { border-color: #E93B23; }
span { border-color: rgb(233,59,35); }
td.TdClassName
{
border-color: #E93B23;
}
.TagClassName
{
border-color: #E93B23;
}
</style>