Shades of Cinnabar #E93D25
Tints of Cinnabar #E93D25
RGB
CMYK
RGB Variations
Color information
#E93D25 (or 0xE93D25) is known color: Cinnabar. HEX triplet: E9, 3D and 25. RGB value is (233,61,37). Sum of RGB (Red+Green+Blue) = 233+61+37=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93D25 is #16C2DA. Grayscale: #6D6D6D. Windows color (decimal): -1491675 or 2440681. OLE color: 2440681.
HSL color Cylindrical-coordinate representation of color #E93D25: hue angle of 7.35º 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 #E93D25 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 37 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.09 |
| HSL | 7.35º | 0.82% | 0.53% | - |
| HSV(B) | 7.35º | 0.84% | 0.91% | - |
| XYZ | 35.61 | 20.79 | 3.89 | - |
| YUV | 109.69 | 86.98 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 37 | 0 | 0.74 | 0.84 | 0.09 | 7.35 | 0.82 | 0.53 |
| Hex | E9 | 3D | 25 | 0 | 4A | 54 | 9 | 7 | 52 | 35 |
| Octal | 351 | 75 | 45 | 0 | 112 | 124 | 11 | 7 | 122 | 65 |
| Binary | 11101001 | 111101 | 100101 | 0 | 1001010 | 1010100 | 1001 | 111 | 1010010 | 110101 |
Color Harmonies of #E93D25
Complementary color
Monochromatic Colors of #E93D25
Black with #E93D25
Text Example
Text Example
White with #E93D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D25; }
p { color: rgb(233,61,37); }
H1.HeaderClassName
{
color: #E93D25;
}
.AnyTagClassName
{
color: #E93D25;
}
</style>
background-color css
<style>
a { background-color: #E93D25; }
a { background-color: rgb(233,61,37); }
div.DivClassName
{
background-color: #E93D25;
}
.BgClassName
{
background-color: #E93D25;
}
</style>
border-color css
<style>
span { border-color: #E93D25; }
span { border-color: rgb(233,61,37); }
td.TdClassName
{
border-color: #E93D25;
}
.TagClassName
{
border-color: #E93D25;
}
</style>