Shades of Cinnabar #EC512D
Tints of Cinnabar #EC512D
RGB
CMYK
RGB Variations
Color information
#EC512D (or 0xEC512D) is known color: Cinnabar. HEX triplet: EC, 51 and 2D. RGB value is (236,81,45). Sum of RGB (Red+Green+Blue) = 236+81+45=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC512D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC512D is #13AED2. Grayscale: #7B7B7B. Windows color (decimal): -1289939 or 2970092. OLE color: 2970092.
HSL color Cylindrical-coordinate representation of color #EC512D: hue angle of 11.31º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC512D is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 45 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.07 |
| HSL | 11.31º | 0.83% | 0.55% | - |
| HSV(B) | 11.31º | 0.81% | 0.93% | - |
| XYZ | 38.01 | 23.91 | 5.09 | - |
| YUV | 123.24 | 83.85 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 45 | 0 | 0.66 | 0.81 | 0.07 | 11.31 | 0.83 | 0.55 |
| Hex | EC | 51 | 2D | 0 | 42 | 51 | 7 | B | 53 | 37 |
| Octal | 354 | 121 | 55 | 0 | 102 | 121 | 7 | 13 | 123 | 67 |
| Binary | 11101100 | 1010001 | 101101 | 0 | 1000010 | 1010001 | 111 | 1011 | 1010011 | 110111 |
Color Harmonies of #EC512D
Complementary color
Monochromatic Colors of #EC512D
Black with #EC512D
Text Example
Text Example
White with #EC512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC512D; }
p { color: rgb(236,81,45); }
H1.HeaderClassName
{
color: #EC512D;
}
.AnyTagClassName
{
color: #EC512D;
}
</style>
background-color css
<style>
a { background-color: #EC512D; }
a { background-color: rgb(236,81,45); }
div.DivClassName
{
background-color: #EC512D;
}
.BgClassName
{
background-color: #EC512D;
}
</style>
border-color css
<style>
span { border-color: #EC512D; }
span { border-color: rgb(236,81,45); }
td.TdClassName
{
border-color: #EC512D;
}
.TagClassName
{
border-color: #EC512D;
}
</style>