Shades of Cinnabar #E93A25
Tints of Cinnabar #E93A25
RGB
CMYK
RGB Variations
Color information
#E93A25 (or 0xE93A25) is known color: Cinnabar. HEX triplet: E9, 3A and 25. RGB value is (233,58,37). Sum of RGB (Red+Green+Blue) = 233+58+37=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A25 is #16C5DA. Grayscale: #6C6C6C. Windows color (decimal): -1492443 or 2439913. OLE color: 2439913.
HSL color Cylindrical-coordinate representation of color #E93A25: hue angle of 6.43º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E93A25 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 37 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.09 |
| HSL | 6.43º | 0.82% | 0.53% | - |
| HSV(B) | 6.43º | 0.84% | 0.91% | - |
| XYZ | 35.45 | 20.48 | 3.84 | - |
| YUV | 107.93 | 87.98 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 37 | 0 | 0.75 | 0.84 | 0.09 | 6.43 | 0.82 | 0.53 |
| Hex | E9 | 3A | 25 | 0 | 4B | 54 | 9 | 6 | 52 | 35 |
| Octal | 351 | 72 | 45 | 0 | 113 | 124 | 11 | 6 | 122 | 65 |
| Binary | 11101001 | 111010 | 100101 | 0 | 1001011 | 1010100 | 1001 | 110 | 1010010 | 110101 |
Color Harmonies of #E93A25
Complementary color
Monochromatic Colors of #E93A25
Black with #E93A25
Text Example
Text Example
White with #E93A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A25; }
p { color: rgb(233,58,37); }
H1.HeaderClassName
{
color: #E93A25;
}
.AnyTagClassName
{
color: #E93A25;
}
</style>
background-color css
<style>
a { background-color: #E93A25; }
a { background-color: rgb(233,58,37); }
div.DivClassName
{
background-color: #E93A25;
}
.BgClassName
{
background-color: #E93A25;
}
</style>
border-color css
<style>
span { border-color: #E93A25; }
span { border-color: rgb(233,58,37); }
td.TdClassName
{
border-color: #E93A25;
}
.TagClassName
{
border-color: #E93A25;
}
</style>