Shades of Cinnabar #EB4018
Tints of Cinnabar #EB4018
RGB
CMYK
RGB Variations
Color information
#EB4018 (or 0xEB4018) is known color: Cinnabar. HEX triplet: EB, 40 and 18. RGB value is (235,64,24). Sum of RGB (Red+Green+Blue) = 235+64+24=323 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.76% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4018 is #14BFE7. Grayscale: #6E6E6E. Windows color (decimal): -1359848 or 1589483. OLE color: 1589483.
HSL color Cylindrical-coordinate representation of color #EB4018: hue angle of 11.37º 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 #EB4018 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 24 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.08 |
| HSL | 11.37º | 0.84% | 0.51% | - |
| HSV(B) | 11.37º | 0.9% | 0.92% | - |
| XYZ | 36.26 | 21.39 | 3.08 | - |
| YUV | 110.57 | 79.15 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 24 | 0 | 0.73 | 0.90 | 0.08 | 11.37 | 0.84 | 0.51 |
| Hex | EB | 40 | 18 | 0 | 49 | 5A | 8 | B | 54 | 33 |
| Octal | 353 | 100 | 30 | 0 | 111 | 132 | 10 | 13 | 124 | 63 |
| Binary | 11101011 | 1000000 | 11000 | 0 | 1001001 | 1011010 | 1000 | 1011 | 1010100 | 110011 |
Color Harmonies of #EB4018
Complementary color
Monochromatic Colors of #EB4018
Black with #EB4018
Text Example
Text Example
White with #EB4018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4018; }
p { color: rgb(235,64,24); }
H1.HeaderClassName
{
color: #EB4018;
}
.AnyTagClassName
{
color: #EB4018;
}
</style>
background-color css
<style>
a { background-color: #EB4018; }
a { background-color: rgb(235,64,24); }
div.DivClassName
{
background-color: #EB4018;
}
.BgClassName
{
background-color: #EB4018;
}
</style>
border-color css
<style>
span { border-color: #EB4018; }
span { border-color: rgb(235,64,24); }
td.TdClassName
{
border-color: #EB4018;
}
.TagClassName
{
border-color: #EB4018;
}
</style>