Shades of Cinnabar #EC4D3C
Tints of Cinnabar #EC4D3C
RGB
CMYK
RGB Variations
Color information
#EC4D3C (or 0xEC4D3C) is known color: Cinnabar. HEX triplet: EC, 4D and 3C. RGB value is (236,77,60). Sum of RGB (Red+Green+Blue) = 236+77+60=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4D3C is #13B2C3. Grayscale: #7A7A7A. Windows color (decimal): -1290948 or 3952108. OLE color: 3952108.
HSL color Cylindrical-coordinate representation of color #EC4D3C: hue angle of 5.8º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC4D3C is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 60 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.07 |
| HSL | 5.8º | 0.82% | 0.58% | - |
| HSV(B) | 5.8º | 0.75% | 0.93% | - |
| XYZ | 38.06 | 23.47 | 6.8 | - |
| YUV | 122.6 | 92.68 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 60 | 0 | 0.67 | 0.75 | 0.07 | 5.8 | 0.82 | 0.58 |
| Hex | EC | 4D | 3C | 0 | 43 | 4B | 7 | 6 | 52 | 3A |
| Octal | 354 | 115 | 74 | 0 | 103 | 113 | 7 | 6 | 122 | 72 |
| Binary | 11101100 | 1001101 | 111100 | 0 | 1000011 | 1001011 | 111 | 110 | 1010010 | 111010 |
Color Harmonies of #EC4D3C
Complementary color
Monochromatic Colors of #EC4D3C
Black with #EC4D3C
Text Example
Text Example
White with #EC4D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D3C; }
p { color: rgb(236,77,60); }
H1.HeaderClassName
{
color: #EC4D3C;
}
.AnyTagClassName
{
color: #EC4D3C;
}
</style>
background-color css
<style>
a { background-color: #EC4D3C; }
a { background-color: rgb(236,77,60); }
div.DivClassName
{
background-color: #EC4D3C;
}
.BgClassName
{
background-color: #EC4D3C;
}
</style>
border-color css
<style>
span { border-color: #EC4D3C; }
span { border-color: rgb(236,77,60); }
td.TdClassName
{
border-color: #EC4D3C;
}
.TagClassName
{
border-color: #EC4D3C;
}
</style>