Shades of Cinnabar #EC513B
Tints of Cinnabar #EC513B
RGB
CMYK
RGB Variations
Color information
#EC513B (or 0xEC513B) is known color: Cinnabar. HEX triplet: EC, 51 and 3B. RGB value is (236,81,59). Sum of RGB (Red+Green+Blue) = 236+81+59=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC513B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC513B is #13AEC4. Grayscale: #7D7D7D. Windows color (decimal): -1289925 or 3887596. OLE color: 3887596.
HSL color Cylindrical-coordinate representation of color #EC513B: hue angle of 7.46º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC513B is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 59 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.07 |
| HSL | 7.46º | 0.82% | 0.58% | - |
| HSV(B) | 7.46º | 0.75% | 0.93% | - |
| XYZ | 38.32 | 24.03 | 6.76 | - |
| YUV | 124.84 | 90.85 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 59 | 0 | 0.66 | 0.75 | 0.07 | 7.46 | 0.82 | 0.58 |
| Hex | EC | 51 | 3B | 0 | 42 | 4B | 7 | 7 | 52 | 3A |
| Octal | 354 | 121 | 73 | 0 | 102 | 113 | 7 | 7 | 122 | 72 |
| Binary | 11101100 | 1010001 | 111011 | 0 | 1000010 | 1001011 | 111 | 111 | 1010010 | 111010 |
Color Harmonies of #EC513B
Complementary color
Monochromatic Colors of #EC513B
Black with #EC513B
Text Example
Text Example
White with #EC513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC513B; }
p { color: rgb(236,81,59); }
H1.HeaderClassName
{
color: #EC513B;
}
.AnyTagClassName
{
color: #EC513B;
}
</style>
background-color css
<style>
a { background-color: #EC513B; }
a { background-color: rgb(236,81,59); }
div.DivClassName
{
background-color: #EC513B;
}
.BgClassName
{
background-color: #EC513B;
}
</style>
border-color css
<style>
span { border-color: #EC513B; }
span { border-color: rgb(236,81,59); }
td.TdClassName
{
border-color: #EC513B;
}
.TagClassName
{
border-color: #EC513B;
}
</style>