Shades of Cinnabar #EB4637
Tints of Cinnabar #EB4637
RGB
CMYK
RGB Variations
Color information
#EB4637 (or 0xEB4637) is known color: Cinnabar. HEX triplet: EB, 46 and 37. RGB value is (235,70,55). Sum of RGB (Red+Green+Blue) = 235+70+55=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4637 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4637 is #14B9C8. Grayscale: #757575. Windows color (decimal): -1358281 or 3622635. OLE color: 3622635.
HSL color Cylindrical-coordinate representation of color #EB4637: hue angle of 5º 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 #EB4637 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 70 | 55 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.08 |
| HSL | 5º | 0.82% | 0.57% | - |
| HSV(B) | 5º | 0.77% | 0.92% | - |
| XYZ | 37.14 | 22.32 | 5.96 | - |
| YUV | 117.63 | 92.66 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 70 | 55 | 0 | 0.70 | 0.77 | 0.08 | 5 | 0.82 | 0.57 |
| Hex | EB | 46 | 37 | 0 | 46 | 4D | 8 | 5 | 52 | 39 |
| Octal | 353 | 106 | 67 | 0 | 106 | 115 | 10 | 5 | 122 | 71 |
| Binary | 11101011 | 1000110 | 110111 | 0 | 1000110 | 1001101 | 1000 | 101 | 1010010 | 111001 |
Color Harmonies of #EB4637
Complementary color
Monochromatic Colors of #EB4637
Black with #EB4637
Text Example
Text Example
White with #EB4637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4637; }
p { color: rgb(235,70,55); }
H1.HeaderClassName
{
color: #EB4637;
}
.AnyTagClassName
{
color: #EB4637;
}
</style>
background-color css
<style>
a { background-color: #EB4637; }
a { background-color: rgb(235,70,55); }
div.DivClassName
{
background-color: #EB4637;
}
.BgClassName
{
background-color: #EB4637;
}
</style>
border-color css
<style>
span { border-color: #EB4637; }
span { border-color: rgb(235,70,55); }
td.TdClassName
{
border-color: #EB4637;
}
.TagClassName
{
border-color: #EB4637;
}
</style>