Shades of Cinnabar #E83A30
Tints of Cinnabar #E83A30
RGB
CMYK
RGB Variations
Color information
#E83A30 (or 0xE83A30) is known color: Cinnabar. HEX triplet: E8, 3A and 30. RGB value is (232,58,48). Sum of RGB (Red+Green+Blue) = 232+58+48=338 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.64% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 232 - color contains mainly: red. Hex color #E83A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E83A30 is #17C5CF. Grayscale: #6D6D6D. Windows color (decimal): -1557968 or 3160808. OLE color: 3160808.
HSL color Cylindrical-coordinate representation of color #E83A30: hue angle of 3.26º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E83A30 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 58 | 48 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.09 |
| HSL | 3.26º | 0.8% | 0.55% | - |
| HSV(B) | 3.26º | 0.79% | 0.91% | - |
| XYZ | 35.33 | 20.4 | 4.87 | - |
| YUV | 108.89 | 93.65 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 58 | 48 | 0 | 0.75 | 0.79 | 0.09 | 3.26 | 0.8 | 0.55 |
| Hex | E8 | 3A | 30 | 0 | 4B | 4F | 9 | 3 | 50 | 37 |
| Octal | 350 | 72 | 60 | 0 | 113 | 117 | 11 | 3 | 120 | 67 |
| Binary | 11101000 | 111010 | 110000 | 0 | 1001011 | 1001111 | 1001 | 11 | 1010000 | 110111 |
Color Harmonies of #E83A30
Complementary color
Monochromatic Colors of #E83A30
Black with #E83A30
Text Example
Text Example
White with #E83A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83A30; }
p { color: rgb(232,58,48); }
H1.HeaderClassName
{
color: #E83A30;
}
.AnyTagClassName
{
color: #E83A30;
}
</style>
background-color css
<style>
a { background-color: #E83A30; }
a { background-color: rgb(232,58,48); }
div.DivClassName
{
background-color: #E83A30;
}
.BgClassName
{
background-color: #E83A30;
}
</style>
border-color css
<style>
span { border-color: #E83A30; }
span { border-color: rgb(232,58,48); }
td.TdClassName
{
border-color: #E83A30;
}
.TagClassName
{
border-color: #E83A30;
}
</style>