Shades of Cinnabar #EB4620
Tints of Cinnabar #EB4620
RGB
CMYK
RGB Variations
Color information
#EB4620 (or 0xEB4620) is known color: Cinnabar. HEX triplet: EB, 46 and 20. RGB value is (235,70,32). Sum of RGB (Red+Green+Blue) = 235+70+32=337 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.73% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4620 is #14B9DF. Grayscale: #737373. Windows color (decimal): -1358304 or 2115307. OLE color: 2115307.
HSL color Cylindrical-coordinate representation of color #EB4620: hue angle of 11.23º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB4620 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 70 | 32 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.08 |
| HSL | 11.23º | 0.84% | 0.52% | - |
| HSV(B) | 11.23º | 0.86% | 0.92% | - |
| XYZ | 36.71 | 22.15 | 3.71 | - |
| YUV | 115 | 81.16 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 70 | 32 | 0 | 0.70 | 0.86 | 0.08 | 11.23 | 0.84 | 0.52 |
| Hex | EB | 46 | 20 | 0 | 46 | 56 | 8 | B | 54 | 34 |
| Octal | 353 | 106 | 40 | 0 | 106 | 126 | 10 | 13 | 124 | 64 |
| Binary | 11101011 | 1000110 | 100000 | 0 | 1000110 | 1010110 | 1000 | 1011 | 1010100 | 110100 |
Color Harmonies of #EB4620
Complementary color
Monochromatic Colors of #EB4620
Black with #EB4620
Text Example
Text Example
White with #EB4620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4620; }
p { color: rgb(235,70,32); }
H1.HeaderClassName
{
color: #EB4620;
}
.AnyTagClassName
{
color: #EB4620;
}
</style>
background-color css
<style>
a { background-color: #EB4620; }
a { background-color: rgb(235,70,32); }
div.DivClassName
{
background-color: #EB4620;
}
.BgClassName
{
background-color: #EB4620;
}
</style>
border-color css
<style>
span { border-color: #EB4620; }
span { border-color: rgb(235,70,32); }
td.TdClassName
{
border-color: #EB4620;
}
.TagClassName
{
border-color: #EB4620;
}
</style>