Shades of Cinnabar #E93A34
Tints of Cinnabar #E93A34
RGB
CMYK
RGB Variations
Color information
#E93A34 (or 0xE93A34) is known color: Cinnabar. HEX triplet: E9, 3A and 34. RGB value is (233,58,52). Sum of RGB (Red+Green+Blue) = 233+58+52=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A34 is #16C5CB. Grayscale: #6D6D6D. Windows color (decimal): -1492428 or 3422953. OLE color: 3422953.
HSL color Cylindrical-coordinate representation of color #E93A34: hue angle of 1.99º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E93A34 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 52 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.09 |
| HSL | 1.99º | 0.8% | 0.56% | - |
| HSV(B) | 1.99º | 0.78% | 0.91% | - |
| XYZ | 35.74 | 20.6 | 5.34 | - |
| YUV | 109.64 | 95.48 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 52 | 0 | 0.75 | 0.78 | 0.09 | 1.99 | 0.8 | 0.56 |
| Hex | E9 | 3A | 34 | 0 | 4B | 4E | 9 | 2 | 50 | 38 |
| Octal | 351 | 72 | 64 | 0 | 113 | 116 | 11 | 2 | 120 | 70 |
| Binary | 11101001 | 111010 | 110100 | 0 | 1001011 | 1001110 | 1001 | 10 | 1010000 | 111000 |
Color Harmonies of #E93A34
Complementary color
Monochromatic Colors of #E93A34
Black with #E93A34
Text Example
Text Example
White with #E93A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A34; }
p { color: rgb(233,58,52); }
H1.HeaderClassName
{
color: #E93A34;
}
.AnyTagClassName
{
color: #E93A34;
}
</style>
background-color css
<style>
a { background-color: #E93A34; }
a { background-color: rgb(233,58,52); }
div.DivClassName
{
background-color: #E93A34;
}
.BgClassName
{
background-color: #E93A34;
}
</style>
border-color css
<style>
span { border-color: #E93A34; }
span { border-color: rgb(233,58,52); }
td.TdClassName
{
border-color: #E93A34;
}
.TagClassName
{
border-color: #E93A34;
}
</style>