Shades of Cinnabar #E93D1A
Tints of Cinnabar #E93D1A
RGB
CMYK
RGB Variations
Color information
#E93D1A (or 0xE93D1A) is known color: Cinnabar. HEX triplet: E9, 3D and 1A. RGB value is (233,61,26). Sum of RGB (Red+Green+Blue) = 233+61+26=320 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.81% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93D1A is #16C2E5. Grayscale: #6C6C6C. Windows color (decimal): -1491686 or 1719785. OLE color: 1719785.
HSL color Cylindrical-coordinate representation of color #E93D1A: hue angle of 10.14º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E93D1A is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 26 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.09 |
| HSL | 10.14º | 0.82% | 0.51% | - |
| HSV(B) | 10.14º | 0.89% | 0.91% | - |
| XYZ | 35.46 | 20.74 | 3.11 | - |
| YUV | 108.44 | 81.48 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 26 | 0 | 0.74 | 0.89 | 0.09 | 10.14 | 0.82 | 0.51 |
| Hex | E9 | 3D | 1A | 0 | 4A | 59 | 9 | A | 52 | 33 |
| Octal | 351 | 75 | 32 | 0 | 112 | 131 | 11 | 12 | 122 | 63 |
| Binary | 11101001 | 111101 | 11010 | 0 | 1001010 | 1011001 | 1001 | 1010 | 1010010 | 110011 |
Color Harmonies of #E93D1A
Complementary color
Monochromatic Colors of #E93D1A
Black with #E93D1A
Text Example
Text Example
White with #E93D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D1A; }
p { color: rgb(233,61,26); }
H1.HeaderClassName
{
color: #E93D1A;
}
.AnyTagClassName
{
color: #E93D1A;
}
</style>
background-color css
<style>
a { background-color: #E93D1A; }
a { background-color: rgb(233,61,26); }
div.DivClassName
{
background-color: #E93D1A;
}
.BgClassName
{
background-color: #E93D1A;
}
</style>
border-color css
<style>
span { border-color: #E93D1A; }
span { border-color: rgb(233,61,26); }
td.TdClassName
{
border-color: #E93D1A;
}
.TagClassName
{
border-color: #E93D1A;
}
</style>