Shades of Cinnabar #EB3E17
Tints of Cinnabar #EB3E17
RGB
CMYK
RGB Variations
Color information
#EB3E17 (or 0xEB3E17) is known color: Cinnabar. HEX triplet: EB, 3E and 17. RGB value is (235,62,23). Sum of RGB (Red+Green+Blue) = 235+62+23=320 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.44% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3E17 is #14C1E8. Grayscale: #6D6D6D. Windows color (decimal): -1360361 or 1523435. OLE color: 1523435.
HSL color Cylindrical-coordinate representation of color #EB3E17: hue angle of 11.04º 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 #EB3E17 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 62 | 23 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.08 |
| HSL | 11.04º | 0.84% | 0.51% | - |
| HSV(B) | 11.04º | 0.9% | 0.92% | - |
| XYZ | 36.14 | 21.17 | 2.99 | - |
| YUV | 109.28 | 79.31 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 62 | 23 | 0 | 0.74 | 0.90 | 0.08 | 11.04 | 0.84 | 0.51 |
| Hex | EB | 3E | 17 | 0 | 4A | 5A | 8 | B | 54 | 33 |
| Octal | 353 | 76 | 27 | 0 | 112 | 132 | 10 | 13 | 124 | 63 |
| Binary | 11101011 | 111110 | 10111 | 0 | 1001010 | 1011010 | 1000 | 1011 | 1010100 | 110011 |
Color Harmonies of #EB3E17
Complementary color
Monochromatic Colors of #EB3E17
Black with #EB3E17
Text Example
Text Example
White with #EB3E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3E17; }
p { color: rgb(235,62,23); }
H1.HeaderClassName
{
color: #EB3E17;
}
.AnyTagClassName
{
color: #EB3E17;
}
</style>
background-color css
<style>
a { background-color: #EB3E17; }
a { background-color: rgb(235,62,23); }
div.DivClassName
{
background-color: #EB3E17;
}
.BgClassName
{
background-color: #EB3E17;
}
</style>
border-color css
<style>
span { border-color: #EB3E17; }
span { border-color: rgb(235,62,23); }
td.TdClassName
{
border-color: #EB3E17;
}
.TagClassName
{
border-color: #EB3E17;
}
</style>