Shades of Cinnabar #EC5330
Tints of Cinnabar #EC5330
RGB
CMYK
RGB Variations
Color information
#EC5330 (or 0xEC5330) is known color: Cinnabar. HEX triplet: EC, 53 and 30. RGB value is (236,83,48). Sum of RGB (Red+Green+Blue) = 236+83+48=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5330 is #13ACCF. Grayscale: #7D7D7D. Windows color (decimal): -1289424 or 3167212. OLE color: 3167212.
HSL color Cylindrical-coordinate representation of color #EC5330: hue angle of 11.17º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC5330 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 48 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.07 |
| HSL | 11.17º | 0.83% | 0.56% | - |
| HSV(B) | 11.17º | 0.8% | 0.93% | - |
| XYZ | 38.22 | 24.23 | 5.46 | - |
| YUV | 124.76 | 84.69 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 48 | 0 | 0.65 | 0.80 | 0.07 | 11.17 | 0.83 | 0.56 |
| Hex | EC | 53 | 30 | 0 | 41 | 50 | 7 | B | 53 | 38 |
| Octal | 354 | 123 | 60 | 0 | 101 | 120 | 7 | 13 | 123 | 70 |
| Binary | 11101100 | 1010011 | 110000 | 0 | 1000001 | 1010000 | 111 | 1011 | 1010011 | 111000 |
Color Harmonies of #EC5330
Complementary color
Monochromatic Colors of #EC5330
Black with #EC5330
Text Example
Text Example
White with #EC5330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5330; }
p { color: rgb(236,83,48); }
H1.HeaderClassName
{
color: #EC5330;
}
.AnyTagClassName
{
color: #EC5330;
}
</style>
background-color css
<style>
a { background-color: #EC5330; }
a { background-color: rgb(236,83,48); }
div.DivClassName
{
background-color: #EC5330;
}
.BgClassName
{
background-color: #EC5330;
}
</style>
border-color css
<style>
span { border-color: #EC5330; }
span { border-color: rgb(236,83,48); }
td.TdClassName
{
border-color: #EC5330;
}
.TagClassName
{
border-color: #EC5330;
}
</style>