Shades of Cinnabar #EB4518
Tints of Cinnabar #EB4518
RGB
CMYK
RGB Variations
Color information
#EB4518 (or 0xEB4518) is known color: Cinnabar. HEX triplet: EB, 45 and 18. RGB value is (235,69,24). Sum of RGB (Red+Green+Blue) = 235+69+24=328 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.65% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4518 is #14BAE7. Grayscale: #717171. Windows color (decimal): -1358568 or 1590763. OLE color: 1590763.
HSL color Cylindrical-coordinate representation of color #EB4518: hue angle of 12.8º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB4518 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 69 | 24 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.08 |
| HSL | 12.8º | 0.84% | 0.51% | - |
| HSV(B) | 12.8º | 0.9% | 0.92% | - |
| XYZ | 36.55 | 21.98 | 3.18 | - |
| YUV | 113.5 | 77.5 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 69 | 24 | 0 | 0.71 | 0.90 | 0.08 | 12.8 | 0.84 | 0.51 |
| Hex | EB | 45 | 18 | 0 | 47 | 5A | 8 | D | 54 | 33 |
| Octal | 353 | 105 | 30 | 0 | 107 | 132 | 10 | 15 | 124 | 63 |
| Binary | 11101011 | 1000101 | 11000 | 0 | 1000111 | 1011010 | 1000 | 1101 | 1010100 | 110011 |
Color Harmonies of #EB4518
Complementary color
Monochromatic Colors of #EB4518
Black with #EB4518
Text Example
Text Example
White with #EB4518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4518; }
p { color: rgb(235,69,24); }
H1.HeaderClassName
{
color: #EB4518;
}
.AnyTagClassName
{
color: #EB4518;
}
</style>
background-color css
<style>
a { background-color: #EB4518; }
a { background-color: rgb(235,69,24); }
div.DivClassName
{
background-color: #EB4518;
}
.BgClassName
{
background-color: #EB4518;
}
</style>
border-color css
<style>
span { border-color: #EB4518; }
span { border-color: rgb(235,69,24); }
td.TdClassName
{
border-color: #EB4518;
}
.TagClassName
{
border-color: #EB4518;
}
</style>