Shades of Cinnabar #EB4D2E
Tints of Cinnabar #EB4D2E
RGB
CMYK
RGB Variations
Color information
#EB4D2E (or 0xEB4D2E) is known color: Cinnabar. HEX triplet: EB, 4D and 2E. RGB value is (235,77,46). Sum of RGB (Red+Green+Blue) = 235+77+46=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D2E is #14B2D1. Grayscale: #787878. Windows color (decimal): -1356498 or 3034603. OLE color: 3034603.
HSL color Cylindrical-coordinate representation of color #EB4D2E: hue angle of 9.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB4D2E is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 46 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.08 |
| HSL | 9.84º | 0.83% | 0.55% | - |
| HSV(B) | 9.84º | 0.8% | 0.92% | - |
| XYZ | 37.41 | 23.17 | 5.08 | - |
| YUV | 120.71 | 85.85 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 46 | 0 | 0.67 | 0.80 | 0.08 | 9.84 | 0.83 | 0.55 |
| Hex | EB | 4D | 2E | 0 | 43 | 50 | 8 | A | 53 | 37 |
| Octal | 353 | 115 | 56 | 0 | 103 | 120 | 10 | 12 | 123 | 67 |
| Binary | 11101011 | 1001101 | 101110 | 0 | 1000011 | 1010000 | 1000 | 1010 | 1010011 | 110111 |
Color Harmonies of #EB4D2E
Complementary color
Monochromatic Colors of #EB4D2E
Black with #EB4D2E
Text Example
Text Example
White with #EB4D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4D2E; }
p { color: rgb(235,77,46); }
H1.HeaderClassName
{
color: #EB4D2E;
}
.AnyTagClassName
{
color: #EB4D2E;
}
</style>
background-color css
<style>
a { background-color: #EB4D2E; }
a { background-color: rgb(235,77,46); }
div.DivClassName
{
background-color: #EB4D2E;
}
.BgClassName
{
background-color: #EB4D2E;
}
</style>
border-color css
<style>
span { border-color: #EB4D2E; }
span { border-color: rgb(235,77,46); }
td.TdClassName
{
border-color: #EB4D2E;
}
.TagClassName
{
border-color: #EB4D2E;
}
</style>