Shades of Cinnabar #EB4C3E
Tints of Cinnabar #EB4C3E
RGB
CMYK
RGB Variations
Color information
#EB4C3E (or 0xEB4C3E) is known color: Cinnabar. HEX triplet: EB, 4C and 3E. RGB value is (235,76,62). Sum of RGB (Red+Green+Blue) = 235+76+62=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4C3E is #14B3C1. Grayscale: #7A7A7A. Windows color (decimal): -1356738 or 4082923. OLE color: 4082923.
HSL color Cylindrical-coordinate representation of color #EB4C3E: hue angle of 4.86º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB4C3E is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 76 | 62 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.08 |
| HSL | 4.86º | 0.81% | 0.58% | - |
| HSV(B) | 4.86º | 0.74% | 0.92% | - |
| XYZ | 37.71 | 23.18 | 7.04 | - |
| YUV | 121.95 | 94.18 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 76 | 62 | 0 | 0.68 | 0.74 | 0.08 | 4.86 | 0.81 | 0.58 |
| Hex | EB | 4C | 3E | 0 | 44 | 4A | 8 | 5 | 51 | 3A |
| Octal | 353 | 114 | 76 | 0 | 104 | 112 | 10 | 5 | 121 | 72 |
| Binary | 11101011 | 1001100 | 111110 | 0 | 1000100 | 1001010 | 1000 | 101 | 1010001 | 111010 |
Color Harmonies of #EB4C3E
Complementary color
Monochromatic Colors of #EB4C3E
Black with #EB4C3E
Text Example
Text Example
White with #EB4C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4C3E; }
p { color: rgb(235,76,62); }
H1.HeaderClassName
{
color: #EB4C3E;
}
.AnyTagClassName
{
color: #EB4C3E;
}
</style>
background-color css
<style>
a { background-color: #EB4C3E; }
a { background-color: rgb(235,76,62); }
div.DivClassName
{
background-color: #EB4C3E;
}
.BgClassName
{
background-color: #EB4C3E;
}
</style>
border-color css
<style>
span { border-color: #EB4C3E; }
span { border-color: rgb(235,76,62); }
td.TdClassName
{
border-color: #EB4C3E;
}
.TagClassName
{
border-color: #EB4C3E;
}
</style>