Shades of Cinnabar #E93A29
Tints of Cinnabar #E93A29
RGB
CMYK
RGB Variations
Color information
#E93A29 (or 0xE93A29) is known color: Cinnabar. HEX triplet: E9, 3A and 29. RGB value is (233,58,41). Sum of RGB (Red+Green+Blue) = 233+58+41=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A29 is #16C5D6. Grayscale: #6C6C6C. Windows color (decimal): -1492439 or 2702057. OLE color: 2702057.
HSL color Cylindrical-coordinate representation of color #E93A29: hue angle of 5.31º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E93A29 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 41 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.09 |
| HSL | 5.31º | 0.81% | 0.54% | - |
| HSV(B) | 5.31º | 0.82% | 0.91% | - |
| XYZ | 35.52 | 20.51 | 4.18 | - |
| YUV | 108.39 | 89.98 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 41 | 0 | 0.75 | 0.82 | 0.09 | 5.31 | 0.81 | 0.54 |
| Hex | E9 | 3A | 29 | 0 | 4B | 52 | 9 | 5 | 51 | 36 |
| Octal | 351 | 72 | 51 | 0 | 113 | 122 | 11 | 5 | 121 | 66 |
| Binary | 11101001 | 111010 | 101001 | 0 | 1001011 | 1010010 | 1001 | 101 | 1010001 | 110110 |
Color Harmonies of #E93A29
Complementary color
Monochromatic Colors of #E93A29
Black with #E93A29
Text Example
Text Example
White with #E93A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A29; }
p { color: rgb(233,58,41); }
H1.HeaderClassName
{
color: #E93A29;
}
.AnyTagClassName
{
color: #E93A29;
}
</style>
background-color css
<style>
a { background-color: #E93A29; }
a { background-color: rgb(233,58,41); }
div.DivClassName
{
background-color: #E93A29;
}
.BgClassName
{
background-color: #E93A29;
}
</style>
border-color css
<style>
span { border-color: #E93A29; }
span { border-color: rgb(233,58,41); }
td.TdClassName
{
border-color: #E93A29;
}
.TagClassName
{
border-color: #E93A29;
}
</style>