Shades of Cinnabar #EB4D1E
Tints of Cinnabar #EB4D1E
RGB
CMYK
RGB Variations
Color information
#EB4D1E (or 0xEB4D1E) is known color: Cinnabar. HEX triplet: EB, 4D and 1E. RGB value is (235,77,30). Sum of RGB (Red+Green+Blue) = 235+77+30=342 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.71% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D1E is #14B2E1. Grayscale: #777777. Windows color (decimal): -1356514 or 1986027. OLE color: 1986027.
HSL color Cylindrical-coordinate representation of color #EB4D1E: hue angle of 13.76º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB4D1E is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 30 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.08 |
| HSL | 13.76º | 0.84% | 0.52% | - |
| HSV(B) | 13.76º | 0.87% | 0.92% | - |
| XYZ | 37.15 | 23.06 | 3.72 | - |
| YUV | 118.88 | 77.85 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 30 | 0 | 0.67 | 0.87 | 0.08 | 13.76 | 0.84 | 0.52 |
| Hex | EB | 4D | 1E | 0 | 43 | 57 | 8 | E | 54 | 34 |
| Octal | 353 | 115 | 36 | 0 | 103 | 127 | 10 | 16 | 124 | 64 |
| Binary | 11101011 | 1001101 | 11110 | 0 | 1000011 | 1010111 | 1000 | 1110 | 1010100 | 110100 |
Color Harmonies of #EB4D1E
Complementary color
Monochromatic Colors of #EB4D1E
Black with #EB4D1E
Text Example
Text Example
White with #EB4D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4D1E; }
p { color: rgb(235,77,30); }
H1.HeaderClassName
{
color: #EB4D1E;
}
.AnyTagClassName
{
color: #EB4D1E;
}
</style>
background-color css
<style>
a { background-color: #EB4D1E; }
a { background-color: rgb(235,77,30); }
div.DivClassName
{
background-color: #EB4D1E;
}
.BgClassName
{
background-color: #EB4D1E;
}
</style>
border-color css
<style>
span { border-color: #EB4D1E; }
span { border-color: rgb(235,77,30); }
td.TdClassName
{
border-color: #EB4D1E;
}
.TagClassName
{
border-color: #EB4D1E;
}
</style>