Shades of Cinnabar #EC4833
Tints of Cinnabar #EC4833
RGB
CMYK
RGB Variations
Color information
#EC4833 (or 0xEC4833) is known color: Cinnabar. HEX triplet: EC, 48 and 33. RGB value is (236,72,51). Sum of RGB (Red+Green+Blue) = 236+72+51=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4833 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4833 is #13B7CC. Grayscale: #767676. Windows color (decimal): -1292237 or 3361004. OLE color: 3361004.
HSL color Cylindrical-coordinate representation of color #EC4833: hue angle of 6.81º 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 #EC4833 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 51 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.07 |
| HSL | 6.81º | 0.83% | 0.56% | - |
| HSV(B) | 6.81º | 0.78% | 0.93% | - |
| XYZ | 37.51 | 22.71 | 5.54 | - |
| YUV | 118.64 | 89.83 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 51 | 0 | 0.69 | 0.78 | 0.07 | 6.81 | 0.83 | 0.56 |
| Hex | EC | 48 | 33 | 0 | 45 | 4E | 7 | 7 | 53 | 38 |
| Octal | 354 | 110 | 63 | 0 | 105 | 116 | 7 | 7 | 123 | 70 |
| Binary | 11101100 | 1001000 | 110011 | 0 | 1000101 | 1001110 | 111 | 111 | 1010011 | 111000 |
Color Harmonies of #EC4833
Complementary color
Monochromatic Colors of #EC4833
Black with #EC4833
Text Example
Text Example
White with #EC4833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4833; }
p { color: rgb(236,72,51); }
H1.HeaderClassName
{
color: #EC4833;
}
.AnyTagClassName
{
color: #EC4833;
}
</style>
background-color css
<style>
a { background-color: #EC4833; }
a { background-color: rgb(236,72,51); }
div.DivClassName
{
background-color: #EC4833;
}
.BgClassName
{
background-color: #EC4833;
}
</style>
border-color css
<style>
span { border-color: #EC4833; }
span { border-color: rgb(236,72,51); }
td.TdClassName
{
border-color: #EC4833;
}
.TagClassName
{
border-color: #EC4833;
}
</style>