Shades of Cinnabar #EB4E2E
Tints of Cinnabar #EB4E2E
RGB
CMYK
RGB Variations
Color information
#EB4E2E (or 0xEB4E2E) is known color: Cinnabar. HEX triplet: EB, 4E and 2E. RGB value is (235,78,46). Sum of RGB (Red+Green+Blue) = 235+78+46=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4E2E is #14B1D1. Grayscale: #797979. Windows color (decimal): -1356242 or 3034859. OLE color: 3034859.
HSL color Cylindrical-coordinate representation of color #EB4E2E: hue angle of 10.16º 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 #EB4E2E is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 78 | 46 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.08 |
| HSL | 10.16º | 0.83% | 0.55% | - |
| HSV(B) | 10.16º | 0.8% | 0.92% | - |
| XYZ | 37.48 | 23.31 | 5.11 | - |
| YUV | 121.3 | 85.51 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 78 | 46 | 0 | 0.67 | 0.80 | 0.08 | 10.16 | 0.83 | 0.55 |
| Hex | EB | 4E | 2E | 0 | 43 | 50 | 8 | A | 53 | 37 |
| Octal | 353 | 116 | 56 | 0 | 103 | 120 | 10 | 12 | 123 | 67 |
| Binary | 11101011 | 1001110 | 101110 | 0 | 1000011 | 1010000 | 1000 | 1010 | 1010011 | 110111 |
Color Harmonies of #EB4E2E
Complementary color
Monochromatic Colors of #EB4E2E
Black with #EB4E2E
Text Example
Text Example
White with #EB4E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4E2E; }
p { color: rgb(235,78,46); }
H1.HeaderClassName
{
color: #EB4E2E;
}
.AnyTagClassName
{
color: #EB4E2E;
}
</style>
background-color css
<style>
a { background-color: #EB4E2E; }
a { background-color: rgb(235,78,46); }
div.DivClassName
{
background-color: #EB4E2E;
}
.BgClassName
{
background-color: #EB4E2E;
}
</style>
border-color css
<style>
span { border-color: #EB4E2E; }
span { border-color: rgb(235,78,46); }
td.TdClassName
{
border-color: #EB4E2E;
}
.TagClassName
{
border-color: #EB4E2E;
}
</style>