Shades of Cinnabar #E83A2F
Tints of Cinnabar #E83A2F
RGB
CMYK
RGB Variations
Color information
#E83A2F (or 0xE83A2F) is known color: Cinnabar. HEX triplet: E8, 3A and 2F. RGB value is (232,58,47). Sum of RGB (Red+Green+Blue) = 232+58+47=337 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.84% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 232 - color contains mainly: red. Hex color #E83A2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E83A2F is #17C5D0. Grayscale: #6C6C6C. Windows color (decimal): -1557969 or 3095272. OLE color: 3095272.
HSL color Cylindrical-coordinate representation of color #E83A2F: hue angle of 3.57º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E83A2F is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 58 | 47 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.09 |
| HSL | 3.57º | 0.8% | 0.55% | - |
| HSV(B) | 3.57º | 0.8% | 0.91% | - |
| XYZ | 35.3 | 20.39 | 4.76 | - |
| YUV | 108.77 | 93.15 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 58 | 47 | 0 | 0.75 | 0.80 | 0.09 | 3.57 | 0.8 | 0.55 |
| Hex | E8 | 3A | 2F | 0 | 4B | 50 | 9 | 4 | 50 | 37 |
| Octal | 350 | 72 | 57 | 0 | 113 | 120 | 11 | 4 | 120 | 67 |
| Binary | 11101000 | 111010 | 101111 | 0 | 1001011 | 1010000 | 1001 | 100 | 1010000 | 110111 |
Color Harmonies of #E83A2F
Complementary color
Monochromatic Colors of #E83A2F
Black with #E83A2F
Text Example
Text Example
White with #E83A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83A2F; }
p { color: rgb(232,58,47); }
H1.HeaderClassName
{
color: #E83A2F;
}
.AnyTagClassName
{
color: #E83A2F;
}
</style>
background-color css
<style>
a { background-color: #E83A2F; }
a { background-color: rgb(232,58,47); }
div.DivClassName
{
background-color: #E83A2F;
}
.BgClassName
{
background-color: #E83A2F;
}
</style>
border-color css
<style>
span { border-color: #E83A2F; }
span { border-color: rgb(232,58,47); }
td.TdClassName
{
border-color: #E83A2F;
}
.TagClassName
{
border-color: #E83A2F;
}
</style>