Shades of Cinnabar #EB3F18
Tints of Cinnabar #EB3F18
RGB
CMYK
RGB Variations
Color information
#EB3F18 (or 0xEB3F18) is known color: Cinnabar. HEX triplet: EB, 3F and 18. RGB value is (235,63,24). Sum of RGB (Red+Green+Blue) = 235+63+24=322 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.98% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3F18 is #14C0E7. Grayscale: #6E6E6E. Windows color (decimal): -1360104 or 1589227. OLE color: 1589227.
HSL color Cylindrical-coordinate representation of color #EB3F18: hue angle of 11.09º 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 #EB3F18 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 63 | 24 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.08 |
| HSL | 11.09º | 0.84% | 0.51% | - |
| HSV(B) | 11.09º | 0.9% | 0.92% | - |
| XYZ | 36.2 | 21.28 | 3.06 | - |
| YUV | 109.98 | 79.48 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 63 | 24 | 0 | 0.73 | 0.90 | 0.08 | 11.09 | 0.84 | 0.51 |
| Hex | EB | 3F | 18 | 0 | 49 | 5A | 8 | B | 54 | 33 |
| Octal | 353 | 77 | 30 | 0 | 111 | 132 | 10 | 13 | 124 | 63 |
| Binary | 11101011 | 111111 | 11000 | 0 | 1001001 | 1011010 | 1000 | 1011 | 1010100 | 110011 |
Color Harmonies of #EB3F18
Complementary color
Monochromatic Colors of #EB3F18
Black with #EB3F18
Text Example
Text Example
White with #EB3F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3F18; }
p { color: rgb(235,63,24); }
H1.HeaderClassName
{
color: #EB3F18;
}
.AnyTagClassName
{
color: #EB3F18;
}
</style>
background-color css
<style>
a { background-color: #EB3F18; }
a { background-color: rgb(235,63,24); }
div.DivClassName
{
background-color: #EB3F18;
}
.BgClassName
{
background-color: #EB3F18;
}
</style>
border-color css
<style>
span { border-color: #EB3F18; }
span { border-color: rgb(235,63,24); }
td.TdClassName
{
border-color: #EB3F18;
}
.TagClassName
{
border-color: #EB3F18;
}
</style>