Shades of Cinnabar #EB4D40
Tints of Cinnabar #EB4D40
RGB
CMYK
RGB Variations
Color information
#EB4D40 (or 0xEB4D40) is known color: Cinnabar. HEX triplet: EB, 4D and 40. RGB value is (235,77,64). Sum of RGB (Red+Green+Blue) = 235+77+64=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D40 is #14B2BF. Grayscale: #7A7A7A. Windows color (decimal): -1356480 or 4214251. OLE color: 4214251.
HSL color Cylindrical-coordinate representation of color #EB4D40: hue angle of 4.56º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB4D40 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 64 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.08 |
| HSL | 4.56º | 0.81% | 0.59% | - |
| HSV(B) | 4.56º | 0.73% | 0.92% | - |
| XYZ | 37.84 | 23.34 | 7.36 | - |
| YUV | 122.76 | 94.85 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 64 | 0 | 0.67 | 0.73 | 0.08 | 4.56 | 0.81 | 0.59 |
| Hex | EB | 4D | 40 | 0 | 43 | 49 | 8 | 5 | 51 | 3B |
| Octal | 353 | 115 | 100 | 0 | 103 | 111 | 10 | 5 | 121 | 73 |
| Binary | 11101011 | 1001101 | 1000000 | 0 | 1000011 | 1001001 | 1000 | 101 | 1010001 | 111011 |
Color Harmonies of #EB4D40
Complementary color
Monochromatic Colors of #EB4D40
Black with #EB4D40
Text Example
Text Example
White with #EB4D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4D40; }
p { color: rgb(235,77,64); }
H1.HeaderClassName
{
color: #EB4D40;
}
.AnyTagClassName
{
color: #EB4D40;
}
</style>
background-color css
<style>
a { background-color: #EB4D40; }
a { background-color: rgb(235,77,64); }
div.DivClassName
{
background-color: #EB4D40;
}
.BgClassName
{
background-color: #EB4D40;
}
</style>
border-color css
<style>
span { border-color: #EB4D40; }
span { border-color: rgb(235,77,64); }
td.TdClassName
{
border-color: #EB4D40;
}
.TagClassName
{
border-color: #EB4D40;
}
</style>