Shades of Cinnabar #EC4933
Tints of Cinnabar #EC4933
RGB
CMYK
RGB Variations
Color information
#EC4933 (or 0xEC4933) is known color: Cinnabar. HEX triplet: EC, 49 and 33. RGB value is (236,73,51). Sum of RGB (Red+Green+Blue) = 236+73+51=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4933 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4933 is #13B6CC. Grayscale: #777777. Windows color (decimal): -1291981 or 3361260. OLE color: 3361260.
HSL color Cylindrical-coordinate representation of color #EC4933: hue angle of 7.14º 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 #EC4933 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 51 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.07 |
| HSL | 7.14º | 0.83% | 0.56% | - |
| HSV(B) | 7.14º | 0.78% | 0.93% | - |
| XYZ | 37.57 | 22.84 | 5.56 | - |
| YUV | 119.23 | 89.5 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 51 | 0 | 0.69 | 0.78 | 0.07 | 7.14 | 0.83 | 0.56 |
| Hex | EC | 49 | 33 | 0 | 45 | 4E | 7 | 7 | 53 | 38 |
| Octal | 354 | 111 | 63 | 0 | 105 | 116 | 7 | 7 | 123 | 70 |
| Binary | 11101100 | 1001001 | 110011 | 0 | 1000101 | 1001110 | 111 | 111 | 1010011 | 111000 |
Color Harmonies of #EC4933
Complementary color
Monochromatic Colors of #EC4933
Black with #EC4933
Text Example
Text Example
White with #EC4933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4933; }
p { color: rgb(236,73,51); }
H1.HeaderClassName
{
color: #EC4933;
}
.AnyTagClassName
{
color: #EC4933;
}
</style>
background-color css
<style>
a { background-color: #EC4933; }
a { background-color: rgb(236,73,51); }
div.DivClassName
{
background-color: #EC4933;
}
.BgClassName
{
background-color: #EC4933;
}
</style>
border-color css
<style>
span { border-color: #EC4933; }
span { border-color: rgb(236,73,51); }
td.TdClassName
{
border-color: #EC4933;
}
.TagClassName
{
border-color: #EC4933;
}
</style>