Shades of Cinnabar #EC4D30
Tints of Cinnabar #EC4D30
RGB
CMYK
RGB Variations
Color information
#EC4D30 (or 0xEC4D30) is known color: Cinnabar. HEX triplet: EC, 4D and 30. RGB value is (236,77,48). Sum of RGB (Red+Green+Blue) = 236+77+48=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4D30 is #13B2CF. Grayscale: #797979. Windows color (decimal): -1290960 or 3165676. OLE color: 3165676.
HSL color Cylindrical-coordinate representation of color #EC4D30: hue angle of 9.26º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC4D30 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 48 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.07 |
| HSL | 9.26º | 0.83% | 0.56% | - |
| HSV(B) | 9.26º | 0.8% | 0.93% | - |
| XYZ | 37.78 | 23.35 | 5.31 | - |
| YUV | 121.24 | 86.68 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 48 | 0 | 0.67 | 0.80 | 0.07 | 9.26 | 0.83 | 0.56 |
| Hex | EC | 4D | 30 | 0 | 43 | 50 | 7 | 9 | 53 | 38 |
| Octal | 354 | 115 | 60 | 0 | 103 | 120 | 7 | 11 | 123 | 70 |
| Binary | 11101100 | 1001101 | 110000 | 0 | 1000011 | 1010000 | 111 | 1001 | 1010011 | 111000 |
Color Harmonies of #EC4D30
Complementary color
Monochromatic Colors of #EC4D30
Black with #EC4D30
Text Example
Text Example
White with #EC4D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D30; }
p { color: rgb(236,77,48); }
H1.HeaderClassName
{
color: #EC4D30;
}
.AnyTagClassName
{
color: #EC4D30;
}
</style>
background-color css
<style>
a { background-color: #EC4D30; }
a { background-color: rgb(236,77,48); }
div.DivClassName
{
background-color: #EC4D30;
}
.BgClassName
{
background-color: #EC4D30;
}
</style>
border-color css
<style>
span { border-color: #EC4D30; }
span { border-color: rgb(236,77,48); }
td.TdClassName
{
border-color: #EC4D30;
}
.TagClassName
{
border-color: #EC4D30;
}
</style>