Shades of Cinnabar #EC4834
Tints of Cinnabar #EC4834
RGB
CMYK
RGB Variations
Color information
#EC4834 (or 0xEC4834) is known color: Cinnabar. HEX triplet: EC, 48 and 34. RGB value is (236,72,52). Sum of RGB (Red+Green+Blue) = 236+72+52=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4834 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4834 is #13B7CB. Grayscale: #777777. Windows color (decimal): -1292236 or 3426540. OLE color: 3426540.
HSL color Cylindrical-coordinate representation of color #EC4834: hue angle of 6.52º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC4834 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 52 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.07 |
| HSL | 6.52º | 0.83% | 0.56% | - |
| HSV(B) | 6.52º | 0.78% | 0.93% | - |
| XYZ | 37.53 | 22.72 | 5.66 | - |
| YUV | 118.76 | 90.33 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 52 | 0 | 0.69 | 0.78 | 0.07 | 6.52 | 0.83 | 0.56 |
| Hex | EC | 48 | 34 | 0 | 45 | 4E | 7 | 7 | 53 | 38 |
| Octal | 354 | 110 | 64 | 0 | 105 | 116 | 7 | 7 | 123 | 70 |
| Binary | 11101100 | 1001000 | 110100 | 0 | 1000101 | 1001110 | 111 | 111 | 1010011 | 111000 |
Color Harmonies of #EC4834
Complementary color
Monochromatic Colors of #EC4834
Black with #EC4834
Text Example
Text Example
White with #EC4834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4834; }
p { color: rgb(236,72,52); }
H1.HeaderClassName
{
color: #EC4834;
}
.AnyTagClassName
{
color: #EC4834;
}
</style>
background-color css
<style>
a { background-color: #EC4834; }
a { background-color: rgb(236,72,52); }
div.DivClassName
{
background-color: #EC4834;
}
.BgClassName
{
background-color: #EC4834;
}
</style>
border-color css
<style>
span { border-color: #EC4834; }
span { border-color: rgb(236,72,52); }
td.TdClassName
{
border-color: #EC4834;
}
.TagClassName
{
border-color: #EC4834;
}
</style>