Shades of Cinnabar #EC4533
Tints of Cinnabar #EC4533
RGB
CMYK
RGB Variations
Color information
#EC4533 (or 0xEC4533) is known color: Cinnabar. HEX triplet: EC, 45 and 33. RGB value is (236,69,51). Sum of RGB (Red+Green+Blue) = 236+69+51=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4533 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4533 is #13BACC. Grayscale: #757575. Windows color (decimal): -1293005 or 3360236. OLE color: 3360236.
HSL color Cylindrical-coordinate representation of color #EC4533: hue angle of 5.84º 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 #EC4533 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 51 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.07 |
| HSL | 5.84º | 0.83% | 0.56% | - |
| HSV(B) | 5.84º | 0.78% | 0.93% | - |
| XYZ | 37.32 | 22.33 | 5.47 | - |
| YUV | 116.88 | 90.83 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 51 | 0 | 0.71 | 0.78 | 0.07 | 5.84 | 0.83 | 0.56 |
| Hex | EC | 45 | 33 | 0 | 47 | 4E | 7 | 6 | 53 | 38 |
| Octal | 354 | 105 | 63 | 0 | 107 | 116 | 7 | 6 | 123 | 70 |
| Binary | 11101100 | 1000101 | 110011 | 0 | 1000111 | 1001110 | 111 | 110 | 1010011 | 111000 |
Color Harmonies of #EC4533
Complementary color
Monochromatic Colors of #EC4533
Black with #EC4533
Text Example
Text Example
White with #EC4533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4533; }
p { color: rgb(236,69,51); }
H1.HeaderClassName
{
color: #EC4533;
}
.AnyTagClassName
{
color: #EC4533;
}
</style>
background-color css
<style>
a { background-color: #EC4533; }
a { background-color: rgb(236,69,51); }
div.DivClassName
{
background-color: #EC4533;
}
.BgClassName
{
background-color: #EC4533;
}
</style>
border-color css
<style>
span { border-color: #EC4533; }
span { border-color: rgb(236,69,51); }
td.TdClassName
{
border-color: #EC4533;
}
.TagClassName
{
border-color: #EC4533;
}
</style>