Shades of Cinnabar #EB3C37
Tints of Cinnabar #EB3C37
RGB
CMYK
RGB Variations
Color information
#EB3C37 (or 0xEB3C37) is known color: Cinnabar. HEX triplet: EB, 3C and 37. RGB value is (235,60,55). Sum of RGB (Red+Green+Blue) = 235+60+55=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3C37 is #14C3C8. Grayscale: #6F6F6F. Windows color (decimal): -1360841 or 3620075. OLE color: 3620075.
HSL color Cylindrical-coordinate representation of color #EB3C37: hue angle of 1.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB3C37 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 55 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.08 |
| HSL | 1.67º | 0.82% | 0.57% | - |
| HSV(B) | 1.67º | 0.77% | 0.92% | - |
| XYZ | 36.57 | 21.17 | 5.77 | - |
| YUV | 111.76 | 95.98 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 55 | 0 | 0.74 | 0.77 | 0.08 | 1.67 | 0.82 | 0.57 |
| Hex | EB | 3C | 37 | 0 | 4A | 4D | 8 | 2 | 52 | 39 |
| Octal | 353 | 74 | 67 | 0 | 112 | 115 | 10 | 2 | 122 | 71 |
| Binary | 11101011 | 111100 | 110111 | 0 | 1001010 | 1001101 | 1000 | 10 | 1010010 | 111001 |
Color Harmonies of #EB3C37
Complementary color
Monochromatic Colors of #EB3C37
Black with #EB3C37
Text Example
Text Example
White with #EB3C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C37; }
p { color: rgb(235,60,55); }
H1.HeaderClassName
{
color: #EB3C37;
}
.AnyTagClassName
{
color: #EB3C37;
}
</style>
background-color css
<style>
a { background-color: #EB3C37; }
a { background-color: rgb(235,60,55); }
div.DivClassName
{
background-color: #EB3C37;
}
.BgClassName
{
background-color: #EB3C37;
}
</style>
border-color css
<style>
span { border-color: #EB3C37; }
span { border-color: rgb(235,60,55); }
td.TdClassName
{
border-color: #EB3C37;
}
.TagClassName
{
border-color: #EB3C37;
}
</style>