Shades of Cinnabar #EC4A3A
Tints of Cinnabar #EC4A3A
RGB
CMYK
RGB Variations
Color information
#EC4A3A (or 0xEC4A3A) is known color: Cinnabar. HEX triplet: EC, 4A and 3A. RGB value is (236,74,58). Sum of RGB (Red+Green+Blue) = 236+74+58=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4A3A is #13B5C5. Grayscale: #787878. Windows color (decimal): -1291718 or 3820268. OLE color: 3820268.
HSL color Cylindrical-coordinate representation of color #EC4A3A: hue angle of 5.39º 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 #EC4A3A is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 58 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.07 |
| HSL | 5.39º | 0.82% | 0.58% | - |
| HSV(B) | 5.39º | 0.75% | 0.93% | - |
| XYZ | 37.8 | 23.04 | 6.46 | - |
| YUV | 120.61 | 92.67 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 58 | 0 | 0.69 | 0.75 | 0.07 | 5.39 | 0.82 | 0.58 |
| Hex | EC | 4A | 3A | 0 | 45 | 4B | 7 | 5 | 52 | 3A |
| Octal | 354 | 112 | 72 | 0 | 105 | 113 | 7 | 5 | 122 | 72 |
| Binary | 11101100 | 1001010 | 111010 | 0 | 1000101 | 1001011 | 111 | 101 | 1010010 | 111010 |
Color Harmonies of #EC4A3A
Complementary color
Monochromatic Colors of #EC4A3A
Black with #EC4A3A
Text Example
Text Example
White with #EC4A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A3A; }
p { color: rgb(236,74,58); }
H1.HeaderClassName
{
color: #EC4A3A;
}
.AnyTagClassName
{
color: #EC4A3A;
}
</style>
background-color css
<style>
a { background-color: #EC4A3A; }
a { background-color: rgb(236,74,58); }
div.DivClassName
{
background-color: #EC4A3A;
}
.BgClassName
{
background-color: #EC4A3A;
}
</style>
border-color css
<style>
span { border-color: #EC4A3A; }
span { border-color: rgb(236,74,58); }
td.TdClassName
{
border-color: #EC4A3A;
}
.TagClassName
{
border-color: #EC4A3A;
}
</style>