Shades of Cinnabar #EC512A
Tints of Cinnabar #EC512A
RGB
CMYK
RGB Variations
Color information
#EC512A (or 0xEC512A) is known color: Cinnabar. HEX triplet: EC, 51 and 2A. RGB value is (236,81,42). Sum of RGB (Red+Green+Blue) = 236+81+42=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC512A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC512A is #13AED5. Grayscale: #7B7B7B. Windows color (decimal): -1289942 or 2773484. OLE color: 2773484.
HSL color Cylindrical-coordinate representation of color #EC512A: hue angle of 12.06º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC512A is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 42 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.07 |
| HSL | 12.06º | 0.84% | 0.55% | - |
| HSV(B) | 12.06º | 0.82% | 0.93% | - |
| XYZ | 37.95 | 23.88 | 4.8 | - |
| YUV | 122.9 | 82.35 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 42 | 0 | 0.66 | 0.82 | 0.07 | 12.06 | 0.84 | 0.55 |
| Hex | EC | 51 | 2A | 0 | 42 | 52 | 7 | C | 54 | 37 |
| Octal | 354 | 121 | 52 | 0 | 102 | 122 | 7 | 14 | 124 | 67 |
| Binary | 11101100 | 1010001 | 101010 | 0 | 1000010 | 1010010 | 111 | 1100 | 1010100 | 110111 |
Color Harmonies of #EC512A
Complementary color
Monochromatic Colors of #EC512A
Black with #EC512A
Text Example
Text Example
White with #EC512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC512A; }
p { color: rgb(236,81,42); }
H1.HeaderClassName
{
color: #EC512A;
}
.AnyTagClassName
{
color: #EC512A;
}
</style>
background-color css
<style>
a { background-color: #EC512A; }
a { background-color: rgb(236,81,42); }
div.DivClassName
{
background-color: #EC512A;
}
.BgClassName
{
background-color: #EC512A;
}
</style>
border-color css
<style>
span { border-color: #EC512A; }
span { border-color: rgb(236,81,42); }
td.TdClassName
{
border-color: #EC512A;
}
.TagClassName
{
border-color: #EC512A;
}
</style>