Shades of Cinnabar #EC4628
Tints of Cinnabar #EC4628
RGB
CMYK
RGB Variations
Color information
#EC4628 (or 0xEC4628) is known color: Cinnabar. HEX triplet: EC, 46 and 28. RGB value is (236,70,40). Sum of RGB (Red+Green+Blue) = 236+70+40=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4628 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4628 is #13B9D7. Grayscale: #747474. Windows color (decimal): -1292760 or 2639596. OLE color: 2639596.
HSL color Cylindrical-coordinate representation of color #EC4628: hue angle of 9.18º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC4628 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 40 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.07 |
| HSL | 9.18º | 0.84% | 0.54% | - |
| HSV(B) | 9.18º | 0.83% | 0.93% | - |
| XYZ | 37.17 | 22.37 | 4.37 | - |
| YUV | 116.21 | 85 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 40 | 0 | 0.70 | 0.83 | 0.07 | 9.18 | 0.84 | 0.54 |
| Hex | EC | 46 | 28 | 0 | 46 | 53 | 7 | 9 | 54 | 36 |
| Octal | 354 | 106 | 50 | 0 | 106 | 123 | 7 | 11 | 124 | 66 |
| Binary | 11101100 | 1000110 | 101000 | 0 | 1000110 | 1010011 | 111 | 1001 | 1010100 | 110110 |
Color Harmonies of #EC4628
Complementary color
Monochromatic Colors of #EC4628
Black with #EC4628
Text Example
Text Example
White with #EC4628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4628; }
p { color: rgb(236,70,40); }
H1.HeaderClassName
{
color: #EC4628;
}
.AnyTagClassName
{
color: #EC4628;
}
</style>
background-color css
<style>
a { background-color: #EC4628; }
a { background-color: rgb(236,70,40); }
div.DivClassName
{
background-color: #EC4628;
}
.BgClassName
{
background-color: #EC4628;
}
</style>
border-color css
<style>
span { border-color: #EC4628; }
span { border-color: rgb(236,70,40); }
td.TdClassName
{
border-color: #EC4628;
}
.TagClassName
{
border-color: #EC4628;
}
</style>