Shades of Cinnabar #EC5433
Tints of Cinnabar #EC5433
RGB
CMYK
RGB Variations
Color information
#EC5433 (or 0xEC5433) is known color: Cinnabar. HEX triplet: EC, 54 and 33. RGB value is (236,84,51). Sum of RGB (Red+Green+Blue) = 236+84+51=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5433 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5433 is #13ABCC. Grayscale: #7D7D7D. Windows color (decimal): -1289165 or 3364076. OLE color: 3364076.
HSL color Cylindrical-coordinate representation of color #EC5433: hue angle of 10.7º 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 #EC5433 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 51 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.07 |
| HSL | 10.7º | 0.83% | 0.56% | - |
| HSV(B) | 10.7º | 0.78% | 0.93% | - |
| XYZ | 38.36 | 24.41 | 5.82 | - |
| YUV | 125.69 | 85.86 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 51 | 0 | 0.64 | 0.78 | 0.07 | 10.7 | 0.83 | 0.56 |
| Hex | EC | 54 | 33 | 0 | 40 | 4E | 7 | B | 53 | 38 |
| Octal | 354 | 124 | 63 | 0 | 100 | 116 | 7 | 13 | 123 | 70 |
| Binary | 11101100 | 1010100 | 110011 | 0 | 1000000 | 1001110 | 111 | 1011 | 1010011 | 111000 |
Color Harmonies of #EC5433
Complementary color
Monochromatic Colors of #EC5433
Black with #EC5433
Text Example
Text Example
White with #EC5433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5433; }
p { color: rgb(236,84,51); }
H1.HeaderClassName
{
color: #EC5433;
}
.AnyTagClassName
{
color: #EC5433;
}
</style>
background-color css
<style>
a { background-color: #EC5433; }
a { background-color: rgb(236,84,51); }
div.DivClassName
{
background-color: #EC5433;
}
.BgClassName
{
background-color: #EC5433;
}
</style>
border-color css
<style>
span { border-color: #EC5433; }
span { border-color: rgb(236,84,51); }
td.TdClassName
{
border-color: #EC5433;
}
.TagClassName
{
border-color: #EC5433;
}
</style>