Shades of Cinnabar #E93D33
Tints of Cinnabar #E93D33
RGB
CMYK
RGB Variations
Color information
#E93D33 (or 0xE93D33) is known color: Cinnabar. HEX triplet: E9, 3D and 33. RGB value is (233,61,51). Sum of RGB (Red+Green+Blue) = 233+61+51=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93D33 is #16C2CC. Grayscale: #6F6F6F. Windows color (decimal): -1491661 or 3358185. OLE color: 3358185.
HSL color Cylindrical-coordinate representation of color #E93D33: hue angle of 3.3º degrees, saturation: 0.81, 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 #E93D33 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 51 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.09 |
| HSL | 3.3º | 0.81% | 0.56% | - |
| HSV(B) | 3.3º | 0.78% | 0.91% | - |
| XYZ | 35.87 | 20.9 | 5.28 | - |
| YUV | 111.29 | 93.98 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 51 | 0 | 0.74 | 0.78 | 0.09 | 3.3 | 0.81 | 0.56 |
| Hex | E9 | 3D | 33 | 0 | 4A | 4E | 9 | 3 | 51 | 38 |
| Octal | 351 | 75 | 63 | 0 | 112 | 116 | 11 | 3 | 121 | 70 |
| Binary | 11101001 | 111101 | 110011 | 0 | 1001010 | 1001110 | 1001 | 11 | 1010001 | 111000 |
Color Harmonies of #E93D33
Complementary color
Monochromatic Colors of #E93D33
Black with #E93D33
Text Example
Text Example
White with #E93D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D33; }
p { color: rgb(233,61,51); }
H1.HeaderClassName
{
color: #E93D33;
}
.AnyTagClassName
{
color: #E93D33;
}
</style>
background-color css
<style>
a { background-color: #E93D33; }
a { background-color: rgb(233,61,51); }
div.DivClassName
{
background-color: #E93D33;
}
.BgClassName
{
background-color: #E93D33;
}
</style>
border-color css
<style>
span { border-color: #E93D33; }
span { border-color: rgb(233,61,51); }
td.TdClassName
{
border-color: #E93D33;
}
.TagClassName
{
border-color: #E93D33;
}
</style>