Shades of Cinnabar #EC512B
Tints of Cinnabar #EC512B
RGB
CMYK
RGB Variations
Color information
#EC512B (or 0xEC512B) is known color: Cinnabar. HEX triplet: EC, 51 and 2B. RGB value is (236,81,43). Sum of RGB (Red+Green+Blue) = 236+81+43=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC512B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC512B is #13AED4. Grayscale: #7B7B7B. Windows color (decimal): -1289941 or 2839020. OLE color: 2839020.
HSL color Cylindrical-coordinate representation of color #EC512B: hue angle of 11.81º 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 #EC512B is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 43 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.07 |
| HSL | 11.81º | 0.84% | 0.55% | - |
| HSV(B) | 11.81º | 0.82% | 0.93% | - |
| XYZ | 37.97 | 23.89 | 4.9 | - |
| YUV | 123.01 | 82.85 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 43 | 0 | 0.66 | 0.82 | 0.07 | 11.81 | 0.84 | 0.55 |
| Hex | EC | 51 | 2B | 0 | 42 | 52 | 7 | C | 54 | 37 |
| Octal | 354 | 121 | 53 | 0 | 102 | 122 | 7 | 14 | 124 | 67 |
| Binary | 11101100 | 1010001 | 101011 | 0 | 1000010 | 1010010 | 111 | 1100 | 1010100 | 110111 |
Color Harmonies of #EC512B
Complementary color
Monochromatic Colors of #EC512B
Black with #EC512B
Text Example
Text Example
White with #EC512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC512B; }
p { color: rgb(236,81,43); }
H1.HeaderClassName
{
color: #EC512B;
}
.AnyTagClassName
{
color: #EC512B;
}
</style>
background-color css
<style>
a { background-color: #EC512B; }
a { background-color: rgb(236,81,43); }
div.DivClassName
{
background-color: #EC512B;
}
.BgClassName
{
background-color: #EC512B;
}
</style>
border-color css
<style>
span { border-color: #EC512B; }
span { border-color: rgb(236,81,43); }
td.TdClassName
{
border-color: #EC512B;
}
.TagClassName
{
border-color: #EC512B;
}
</style>