Shades of Cinnabar #EC4B1E
Tints of Cinnabar #EC4B1E
RGB
CMYK
RGB Variations
Color information
#EC4B1E (or 0xEC4B1E) is known color: Cinnabar. HEX triplet: EC, 4B and 1E. RGB value is (236,75,30). Sum of RGB (Red+Green+Blue) = 236+75+30=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4B1E is #13B4E1. Grayscale: #767676. Windows color (decimal): -1291490 or 1985516. OLE color: 1985516.
HSL color Cylindrical-coordinate representation of color #EC4B1E: hue angle of 13.11º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC4B1E is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 30 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.07 |
| HSL | 13.11º | 0.84% | 0.52% | - |
| HSV(B) | 13.11º | 0.87% | 0.93% | - |
| XYZ | 37.34 | 22.96 | 3.69 | - |
| YUV | 118.01 | 78.34 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 30 | 0 | 0.68 | 0.87 | 0.07 | 13.11 | 0.84 | 0.52 |
| Hex | EC | 4B | 1E | 0 | 44 | 57 | 7 | D | 54 | 34 |
| Octal | 354 | 113 | 36 | 0 | 104 | 127 | 7 | 15 | 124 | 64 |
| Binary | 11101100 | 1001011 | 11110 | 0 | 1000100 | 1010111 | 111 | 1101 | 1010100 | 110100 |
Color Harmonies of #EC4B1E
Complementary color
Monochromatic Colors of #EC4B1E
Black with #EC4B1E
Text Example
Text Example
White with #EC4B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B1E; }
p { color: rgb(236,75,30); }
H1.HeaderClassName
{
color: #EC4B1E;
}
.AnyTagClassName
{
color: #EC4B1E;
}
</style>
background-color css
<style>
a { background-color: #EC4B1E; }
a { background-color: rgb(236,75,30); }
div.DivClassName
{
background-color: #EC4B1E;
}
.BgClassName
{
background-color: #EC4B1E;
}
</style>
border-color css
<style>
span { border-color: #EC4B1E; }
span { border-color: rgb(236,75,30); }
td.TdClassName
{
border-color: #EC4B1E;
}
.TagClassName
{
border-color: #EC4B1E;
}
</style>