Shades of Cinnabar #EB4D3E
Tints of Cinnabar #EB4D3E
RGB
CMYK
RGB Variations
Color information
#EB4D3E (or 0xEB4D3E) is known color: Cinnabar. HEX triplet: EB, 4D and 3E. RGB value is (235,77,62). Sum of RGB (Red+Green+Blue) = 235+77+62=374 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.83% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D3E is #14B2C1. Grayscale: #7A7A7A. Windows color (decimal): -1356482 or 4083179. OLE color: 4083179.
HSL color Cylindrical-coordinate representation of color #EB4D3E: hue angle of 5.2º 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 #EB4D3E is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 62 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.08 |
| HSL | 5.2º | 0.81% | 0.58% | - |
| HSV(B) | 5.2º | 0.74% | 0.92% | - |
| XYZ | 37.78 | 23.32 | 7.07 | - |
| YUV | 122.53 | 93.85 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 62 | 0 | 0.67 | 0.74 | 0.08 | 5.2 | 0.81 | 0.58 |
| Hex | EB | 4D | 3E | 0 | 43 | 4A | 8 | 5 | 51 | 3A |
| Octal | 353 | 115 | 76 | 0 | 103 | 112 | 10 | 5 | 121 | 72 |
| Binary | 11101011 | 1001101 | 111110 | 0 | 1000011 | 1001010 | 1000 | 101 | 1010001 | 111010 |
Color Harmonies of #EB4D3E
Complementary color
Monochromatic Colors of #EB4D3E
Black with #EB4D3E
Text Example
Text Example
White with #EB4D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4D3E; }
p { color: rgb(235,77,62); }
H1.HeaderClassName
{
color: #EB4D3E;
}
.AnyTagClassName
{
color: #EB4D3E;
}
</style>
background-color css
<style>
a { background-color: #EB4D3E; }
a { background-color: rgb(235,77,62); }
div.DivClassName
{
background-color: #EB4D3E;
}
.BgClassName
{
background-color: #EB4D3E;
}
</style>
border-color css
<style>
span { border-color: #EB4D3E; }
span { border-color: rgb(235,77,62); }
td.TdClassName
{
border-color: #EB4D3E;
}
.TagClassName
{
border-color: #EB4D3E;
}
</style>