Shades of Cinnabar #EB543C
Tints of Cinnabar #EB543C
RGB
CMYK
RGB Variations
Color information
#EB543C (or 0xEB543C) is known color: Cinnabar. HEX triplet: EB, 54 and 3C. RGB value is (235,84,60). Sum of RGB (Red+Green+Blue) = 235+84+60=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB543C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB543C is #14ABC3. Grayscale: #7E7E7E. Windows color (decimal): -1354692 or 3953899. OLE color: 3953899.
HSL color Cylindrical-coordinate representation of color #EB543C: hue angle of 8.23º 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 #EB543C is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 84 | 60 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.08 |
| HSL | 8.23º | 0.81% | 0.58% | - |
| HSV(B) | 8.23º | 0.74% | 0.92% | - |
| XYZ | 38.25 | 24.33 | 6.96 | - |
| YUV | 126.41 | 90.53 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 84 | 60 | 0 | 0.64 | 0.74 | 0.08 | 8.23 | 0.81 | 0.58 |
| Hex | EB | 54 | 3C | 0 | 40 | 4A | 8 | 8 | 51 | 3A |
| Octal | 353 | 124 | 74 | 0 | 100 | 112 | 10 | 10 | 121 | 72 |
| Binary | 11101011 | 1010100 | 111100 | 0 | 1000000 | 1001010 | 1000 | 1000 | 1010001 | 111010 |
Color Harmonies of #EB543C
Complementary color
Monochromatic Colors of #EB543C
Black with #EB543C
Text Example
Text Example
White with #EB543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB543C; }
p { color: rgb(235,84,60); }
H1.HeaderClassName
{
color: #EB543C;
}
.AnyTagClassName
{
color: #EB543C;
}
</style>
background-color css
<style>
a { background-color: #EB543C; }
a { background-color: rgb(235,84,60); }
div.DivClassName
{
background-color: #EB543C;
}
.BgClassName
{
background-color: #EB543C;
}
</style>
border-color css
<style>
span { border-color: #EB543C; }
span { border-color: rgb(235,84,60); }
td.TdClassName
{
border-color: #EB543C;
}
.TagClassName
{
border-color: #EB543C;
}
</style>