Shades of Cinnabar #EC4F32
Tints of Cinnabar #EC4F32
RGB
CMYK
RGB Variations
Color information
#EC4F32 (or 0xEC4F32) is known color: Cinnabar. HEX triplet: EC, 4F and 32. RGB value is (236,79,50). Sum of RGB (Red+Green+Blue) = 236+79+50=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4F32 is #13B0CD. Grayscale: #7A7A7A. Windows color (decimal): -1290446 or 3297260. OLE color: 3297260.
HSL color Cylindrical-coordinate representation of color #EC4F32: hue angle of 9.35º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC4F32 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 50 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.07 |
| HSL | 9.35º | 0.83% | 0.56% | - |
| HSV(B) | 9.35º | 0.79% | 0.93% | - |
| XYZ | 37.96 | 23.66 | 5.58 | - |
| YUV | 122.64 | 87.01 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 50 | 0 | 0.67 | 0.79 | 0.07 | 9.35 | 0.83 | 0.56 |
| Hex | EC | 4F | 32 | 0 | 43 | 4F | 7 | 9 | 53 | 38 |
| Octal | 354 | 117 | 62 | 0 | 103 | 117 | 7 | 11 | 123 | 70 |
| Binary | 11101100 | 1001111 | 110010 | 0 | 1000011 | 1001111 | 111 | 1001 | 1010011 | 111000 |
Color Harmonies of #EC4F32
Complementary color
Monochromatic Colors of #EC4F32
Black with #EC4F32
Text Example
Text Example
White with #EC4F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F32; }
p { color: rgb(236,79,50); }
H1.HeaderClassName
{
color: #EC4F32;
}
.AnyTagClassName
{
color: #EC4F32;
}
</style>
background-color css
<style>
a { background-color: #EC4F32; }
a { background-color: rgb(236,79,50); }
div.DivClassName
{
background-color: #EC4F32;
}
.BgClassName
{
background-color: #EC4F32;
}
</style>
border-color css
<style>
span { border-color: #EC4F32; }
span { border-color: rgb(236,79,50); }
td.TdClassName
{
border-color: #EC4F32;
}
.TagClassName
{
border-color: #EC4F32;
}
</style>