Shades of Cinnabar #EC4A35
Tints of Cinnabar #EC4A35
RGB
CMYK
RGB Variations
Color information
#EC4A35 (or 0xEC4A35) is known color: Cinnabar. HEX triplet: EC, 4A and 35. RGB value is (236,74,53). Sum of RGB (Red+Green+Blue) = 236+74+53=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4A35 is #13B5CA. Grayscale: #787878. Windows color (decimal): -1291723 or 3492588. OLE color: 3492588.
HSL color Cylindrical-coordinate representation of color #EC4A35: hue angle of 6.89º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC4A35 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 53 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.07 |
| HSL | 6.89º | 0.83% | 0.57% | - |
| HSV(B) | 6.89º | 0.78% | 0.93% | - |
| XYZ | 37.68 | 22.99 | 5.82 | - |
| YUV | 120.04 | 90.17 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 53 | 0 | 0.69 | 0.78 | 0.07 | 6.89 | 0.83 | 0.57 |
| Hex | EC | 4A | 35 | 0 | 45 | 4E | 7 | 7 | 53 | 39 |
| Octal | 354 | 112 | 65 | 0 | 105 | 116 | 7 | 7 | 123 | 71 |
| Binary | 11101100 | 1001010 | 110101 | 0 | 1000101 | 1001110 | 111 | 111 | 1010011 | 111001 |
Color Harmonies of #EC4A35
Complementary color
Monochromatic Colors of #EC4A35
Black with #EC4A35
Text Example
Text Example
White with #EC4A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A35; }
p { color: rgb(236,74,53); }
H1.HeaderClassName
{
color: #EC4A35;
}
.AnyTagClassName
{
color: #EC4A35;
}
</style>
background-color css
<style>
a { background-color: #EC4A35; }
a { background-color: rgb(236,74,53); }
div.DivClassName
{
background-color: #EC4A35;
}
.BgClassName
{
background-color: #EC4A35;
}
</style>
border-color css
<style>
span { border-color: #EC4A35; }
span { border-color: rgb(236,74,53); }
td.TdClassName
{
border-color: #EC4A35;
}
.TagClassName
{
border-color: #EC4A35;
}
</style>