Shades of Cinnabar #E83A32
Tints of Cinnabar #E83A32
RGB
CMYK
RGB Variations
Color information
#E83A32 (or 0xE83A32) is known color: Cinnabar. HEX triplet: E8, 3A and 32. RGB value is (232,58,50). Sum of RGB (Red+Green+Blue) = 232+58+50=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E83A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E83A32 is #17C5CD. Grayscale: #6D6D6D. Windows color (decimal): -1557966 or 3291880. OLE color: 3291880.
HSL color Cylindrical-coordinate representation of color #E83A32: hue angle of 2.64º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E83A32 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 58 | 50 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.09 |
| HSL | 2.64º | 0.8% | 0.55% | - |
| HSV(B) | 2.64º | 0.78% | 0.91% | - |
| XYZ | 35.37 | 20.41 | 5.09 | - |
| YUV | 109.11 | 94.65 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 58 | 50 | 0 | 0.75 | 0.78 | 0.09 | 2.64 | 0.8 | 0.55 |
| Hex | E8 | 3A | 32 | 0 | 4B | 4E | 9 | 3 | 50 | 37 |
| Octal | 350 | 72 | 62 | 0 | 113 | 116 | 11 | 3 | 120 | 67 |
| Binary | 11101000 | 111010 | 110010 | 0 | 1001011 | 1001110 | 1001 | 11 | 1010000 | 110111 |
Color Harmonies of #E83A32
Complementary color
Monochromatic Colors of #E83A32
Black with #E83A32
Text Example
Text Example
White with #E83A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83A32; }
p { color: rgb(232,58,50); }
H1.HeaderClassName
{
color: #E83A32;
}
.AnyTagClassName
{
color: #E83A32;
}
</style>
background-color css
<style>
a { background-color: #E83A32; }
a { background-color: rgb(232,58,50); }
div.DivClassName
{
background-color: #E83A32;
}
.BgClassName
{
background-color: #E83A32;
}
</style>
border-color css
<style>
span { border-color: #E83A32; }
span { border-color: rgb(232,58,50); }
td.TdClassName
{
border-color: #E83A32;
}
.TagClassName
{
border-color: #E83A32;
}
</style>