Shades of Cinnabar #E83C2D
Tints of Cinnabar #E83C2D
RGB
CMYK
RGB Variations
Color information
#E83C2D (or 0xE83C2D) is known color: Cinnabar. HEX triplet: E8, 3C and 2D. RGB value is (232,60,45). Sum of RGB (Red+Green+Blue) = 232+60+45=337 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.84% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 232 - color contains mainly: red. Hex color #E83C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E83C2D is #17C3D2. Grayscale: #6D6D6D. Windows color (decimal): -1557459 or 2964712. OLE color: 2964712.
HSL color Cylindrical-coordinate representation of color #E83C2D: hue angle of 4.81º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E83C2D is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 60 | 45 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.09 |
| HSL | 4.81º | 0.8% | 0.54% | - |
| HSV(B) | 4.81º | 0.81% | 0.91% | - |
| XYZ | 35.37 | 20.58 | 4.59 | - |
| YUV | 109.72 | 91.48 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 60 | 45 | 0 | 0.74 | 0.81 | 0.09 | 4.81 | 0.8 | 0.54 |
| Hex | E8 | 3C | 2D | 0 | 4A | 51 | 9 | 5 | 50 | 36 |
| Octal | 350 | 74 | 55 | 0 | 112 | 121 | 11 | 5 | 120 | 66 |
| Binary | 11101000 | 111100 | 101101 | 0 | 1001010 | 1010001 | 1001 | 101 | 1010000 | 110110 |
Color Harmonies of #E83C2D
Complementary color
Monochromatic Colors of #E83C2D
Black with #E83C2D
Text Example
Text Example
White with #E83C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83C2D; }
p { color: rgb(232,60,45); }
H1.HeaderClassName
{
color: #E83C2D;
}
.AnyTagClassName
{
color: #E83C2D;
}
</style>
background-color css
<style>
a { background-color: #E83C2D; }
a { background-color: rgb(232,60,45); }
div.DivClassName
{
background-color: #E83C2D;
}
.BgClassName
{
background-color: #E83C2D;
}
</style>
border-color css
<style>
span { border-color: #E83C2D; }
span { border-color: rgb(232,60,45); }
td.TdClassName
{
border-color: #E83C2D;
}
.TagClassName
{
border-color: #E83C2D;
}
</style>