Shades of Cinnabar #EC513A
Tints of Cinnabar #EC513A
RGB
CMYK
RGB Variations
Color information
#EC513A (or 0xEC513A) is known color: Cinnabar. HEX triplet: EC, 51 and 3A. RGB value is (236,81,58). Sum of RGB (Red+Green+Blue) = 236+81+58=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC513A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC513A is #13AEC5. Grayscale: #7C7C7C. Windows color (decimal): -1289926 or 3822060. OLE color: 3822060.
HSL color Cylindrical-coordinate representation of color #EC513A: hue angle of 7.75º 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 #EC513A is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 58 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.07 |
| HSL | 7.75º | 0.82% | 0.58% | - |
| HSV(B) | 7.75º | 0.75% | 0.93% | - |
| XYZ | 38.3 | 24.02 | 6.62 | - |
| YUV | 124.72 | 90.35 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 58 | 0 | 0.66 | 0.75 | 0.07 | 7.75 | 0.82 | 0.58 |
| Hex | EC | 51 | 3A | 0 | 42 | 4B | 7 | 8 | 52 | 3A |
| Octal | 354 | 121 | 72 | 0 | 102 | 113 | 7 | 10 | 122 | 72 |
| Binary | 11101100 | 1010001 | 111010 | 0 | 1000010 | 1001011 | 111 | 1000 | 1010010 | 111010 |
Color Harmonies of #EC513A
Complementary color
Monochromatic Colors of #EC513A
Black with #EC513A
Text Example
Text Example
White with #EC513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC513A; }
p { color: rgb(236,81,58); }
H1.HeaderClassName
{
color: #EC513A;
}
.AnyTagClassName
{
color: #EC513A;
}
</style>
background-color css
<style>
a { background-color: #EC513A; }
a { background-color: rgb(236,81,58); }
div.DivClassName
{
background-color: #EC513A;
}
.BgClassName
{
background-color: #EC513A;
}
</style>
border-color css
<style>
span { border-color: #EC513A; }
span { border-color: rgb(236,81,58); }
td.TdClassName
{
border-color: #EC513A;
}
.TagClassName
{
border-color: #EC513A;
}
</style>