Shades of Cinnabar #EC4627
Tints of Cinnabar #EC4627
RGB
CMYK
RGB Variations
Color information
#EC4627 (or 0xEC4627) is known color: Cinnabar. HEX triplet: EC, 46 and 27. RGB value is (236,70,39). Sum of RGB (Red+Green+Blue) = 236+70+39=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4627 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4627 is #13B9D8. Grayscale: #747474. Windows color (decimal): -1292761 or 2574060. OLE color: 2574060.
HSL color Cylindrical-coordinate representation of color #EC4627: hue angle of 9.44º 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 #EC4627 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 39 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.07 |
| HSL | 9.44º | 0.84% | 0.54% | - |
| HSV(B) | 9.44º | 0.83% | 0.93% | - |
| XYZ | 37.15 | 22.36 | 4.28 | - |
| YUV | 116.1 | 84.5 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 39 | 0 | 0.70 | 0.83 | 0.07 | 9.44 | 0.84 | 0.54 |
| Hex | EC | 46 | 27 | 0 | 46 | 53 | 7 | 9 | 54 | 36 |
| Octal | 354 | 106 | 47 | 0 | 106 | 123 | 7 | 11 | 124 | 66 |
| Binary | 11101100 | 1000110 | 100111 | 0 | 1000110 | 1010011 | 111 | 1001 | 1010100 | 110110 |
Color Harmonies of #EC4627
Complementary color
Monochromatic Colors of #EC4627
Black with #EC4627
Text Example
Text Example
White with #EC4627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4627; }
p { color: rgb(236,70,39); }
H1.HeaderClassName
{
color: #EC4627;
}
.AnyTagClassName
{
color: #EC4627;
}
</style>
background-color css
<style>
a { background-color: #EC4627; }
a { background-color: rgb(236,70,39); }
div.DivClassName
{
background-color: #EC4627;
}
.BgClassName
{
background-color: #EC4627;
}
</style>
border-color css
<style>
span { border-color: #EC4627; }
span { border-color: rgb(236,70,39); }
td.TdClassName
{
border-color: #EC4627;
}
.TagClassName
{
border-color: #EC4627;
}
</style>