Shades of Cinnabar #EB5220
Tints of Cinnabar #EB5220
RGB
CMYK
RGB Variations
Color information
#EB5220 (or 0xEB5220) is known color: Cinnabar. HEX triplet: EB, 52 and 20. RGB value is (235,82,32). Sum of RGB (Red+Green+Blue) = 235+82+32=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5220 is #14ADDF. Grayscale: #7A7A7A. Windows color (decimal): -1355232 or 2118379. OLE color: 2118379.
HSL color Cylindrical-coordinate representation of color #EB5220: hue angle of 14.78º 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 #EB5220 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 82 | 32 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.08 |
| HSL | 14.78º | 0.84% | 0.52% | - |
| HSV(B) | 14.78º | 0.86% | 0.92% | - |
| XYZ | 37.54 | 23.8 | 3.98 | - |
| YUV | 122.05 | 77.19 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 82 | 32 | 0 | 0.65 | 0.86 | 0.08 | 14.78 | 0.84 | 0.52 |
| Hex | EB | 52 | 20 | 0 | 41 | 56 | 8 | F | 54 | 34 |
| Octal | 353 | 122 | 40 | 0 | 101 | 126 | 10 | 17 | 124 | 64 |
| Binary | 11101011 | 1010010 | 100000 | 0 | 1000001 | 1010110 | 1000 | 1111 | 1010100 | 110100 |
Color Harmonies of #EB5220
Complementary color
Monochromatic Colors of #EB5220
Black with #EB5220
Text Example
Text Example
White with #EB5220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5220; }
p { color: rgb(235,82,32); }
H1.HeaderClassName
{
color: #EB5220;
}
.AnyTagClassName
{
color: #EB5220;
}
</style>
background-color css
<style>
a { background-color: #EB5220; }
a { background-color: rgb(235,82,32); }
div.DivClassName
{
background-color: #EB5220;
}
.BgClassName
{
background-color: #EB5220;
}
</style>
border-color css
<style>
span { border-color: #EB5220; }
span { border-color: rgb(235,82,32); }
td.TdClassName
{
border-color: #EB5220;
}
.TagClassName
{
border-color: #EB5220;
}
</style>