Shades of Cinnabar #E83D34
Tints of Cinnabar #E83D34
RGB
CMYK
RGB Variations
Color information
#E83D34 (or 0xE83D34) is known color: Cinnabar. HEX triplet: E8, 3D and 34. RGB value is (232,61,52). Sum of RGB (Red+Green+Blue) = 232+61+52=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E83D34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E83D34 is #17C2CB. Grayscale: #6F6F6F. Windows color (decimal): -1557196 or 3423720. OLE color: 3423720.
HSL color Cylindrical-coordinate representation of color #E83D34: hue angle of 3º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E83D34 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 61 | 52 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.09 |
| HSL | 3º | 0.8% | 0.56% | - |
| HSV(B) | 3º | 0.78% | 0.91% | - |
| XYZ | 35.57 | 20.74 | 5.38 | - |
| YUV | 111.1 | 94.65 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 61 | 52 | 0 | 0.74 | 0.78 | 0.09 | 3 | 0.8 | 0.56 |
| Hex | E8 | 3D | 34 | 0 | 4A | 4E | 9 | 3 | 50 | 38 |
| Octal | 350 | 75 | 64 | 0 | 112 | 116 | 11 | 3 | 120 | 70 |
| Binary | 11101000 | 111101 | 110100 | 0 | 1001010 | 1001110 | 1001 | 11 | 1010000 | 111000 |
Color Harmonies of #E83D34
Complementary color
Monochromatic Colors of #E83D34
Black with #E83D34
Text Example
Text Example
White with #E83D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83D34; }
p { color: rgb(232,61,52); }
H1.HeaderClassName
{
color: #E83D34;
}
.AnyTagClassName
{
color: #E83D34;
}
</style>
background-color css
<style>
a { background-color: #E83D34; }
a { background-color: rgb(232,61,52); }
div.DivClassName
{
background-color: #E83D34;
}
.BgClassName
{
background-color: #E83D34;
}
</style>
border-color css
<style>
span { border-color: #E83D34; }
span { border-color: rgb(232,61,52); }
td.TdClassName
{
border-color: #E83D34;
}
.TagClassName
{
border-color: #E83D34;
}
</style>