Shades of Cinnabar #EB542E
Tints of Cinnabar #EB542E
RGB
CMYK
RGB Variations
Color information
#EB542E (or 0xEB542E) is known color: Cinnabar. HEX triplet: EB, 54 and 2E. RGB value is (235,84,46). Sum of RGB (Red+Green+Blue) = 235+84+46=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB542E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB542E is #14ABD1. Grayscale: #7D7D7D. Windows color (decimal): -1354706 or 3036395. OLE color: 3036395.
HSL color Cylindrical-coordinate representation of color #EB542E: hue angle of 12.06º 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 #EB542E is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 84 | 46 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.08 |
| HSL | 12.06º | 0.83% | 0.55% | - |
| HSV(B) | 12.06º | 0.8% | 0.92% | - |
| XYZ | 37.92 | 24.2 | 5.26 | - |
| YUV | 124.82 | 83.53 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 84 | 46 | 0 | 0.64 | 0.80 | 0.08 | 12.06 | 0.83 | 0.55 |
| Hex | EB | 54 | 2E | 0 | 40 | 50 | 8 | C | 53 | 37 |
| Octal | 353 | 124 | 56 | 0 | 100 | 120 | 10 | 14 | 123 | 67 |
| Binary | 11101011 | 1010100 | 101110 | 0 | 1000000 | 1010000 | 1000 | 1100 | 1010011 | 110111 |
Color Harmonies of #EB542E
Complementary color
Monochromatic Colors of #EB542E
Black with #EB542E
Text Example
Text Example
White with #EB542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB542E; }
p { color: rgb(235,84,46); }
H1.HeaderClassName
{
color: #EB542E;
}
.AnyTagClassName
{
color: #EB542E;
}
</style>
background-color css
<style>
a { background-color: #EB542E; }
a { background-color: rgb(235,84,46); }
div.DivClassName
{
background-color: #EB542E;
}
.BgClassName
{
background-color: #EB542E;
}
</style>
border-color css
<style>
span { border-color: #EB542E; }
span { border-color: rgb(235,84,46); }
td.TdClassName
{
border-color: #EB542E;
}
.TagClassName
{
border-color: #EB542E;
}
</style>