Shades of Cinnabar #E93F2D
Tints of Cinnabar #E93F2D
RGB
CMYK
RGB Variations
Color information
#E93F2D (or 0xE93F2D) is known color: Cinnabar. HEX triplet: E9, 3F and 2D. RGB value is (233,63,45). Sum of RGB (Red+Green+Blue) = 233+63+45=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E93F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93F2D is #16C0D2. Grayscale: #707070. Windows color (decimal): -1491155 or 2965481. OLE color: 2965481.
HSL color Cylindrical-coordinate representation of color #E93F2D: hue angle of 5.74º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E93F2D is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 63 | 45 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.09 |
| HSL | 5.74º | 0.81% | 0.55% | - |
| HSV(B) | 5.74º | 0.81% | 0.91% | - |
| XYZ | 35.86 | 21.07 | 4.66 | - |
| YUV | 111.78 | 90.32 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 63 | 45 | 0 | 0.73 | 0.81 | 0.09 | 5.74 | 0.81 | 0.55 |
| Hex | E9 | 3F | 2D | 0 | 49 | 51 | 9 | 6 | 51 | 37 |
| Octal | 351 | 77 | 55 | 0 | 111 | 121 | 11 | 6 | 121 | 67 |
| Binary | 11101001 | 111111 | 101101 | 0 | 1001001 | 1010001 | 1001 | 110 | 1010001 | 110111 |
Color Harmonies of #E93F2D
Complementary color
Monochromatic Colors of #E93F2D
Black with #E93F2D
Text Example
Text Example
White with #E93F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93F2D; }
p { color: rgb(233,63,45); }
H1.HeaderClassName
{
color: #E93F2D;
}
.AnyTagClassName
{
color: #E93F2D;
}
</style>
background-color css
<style>
a { background-color: #E93F2D; }
a { background-color: rgb(233,63,45); }
div.DivClassName
{
background-color: #E93F2D;
}
.BgClassName
{
background-color: #E93F2D;
}
</style>
border-color css
<style>
span { border-color: #E93F2D; }
span { border-color: rgb(233,63,45); }
td.TdClassName
{
border-color: #E93F2D;
}
.TagClassName
{
border-color: #E93F2D;
}
</style>