Shades of Cinnabar #EC501D
Tints of Cinnabar #EC501D
RGB
CMYK
RGB Variations
Color information
#EC501D (or 0xEC501D) is known color: Cinnabar. HEX triplet: EC, 50 and 1D. RGB value is (236,80,29). Sum of RGB (Red+Green+Blue) = 236+80+29=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC501D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC501D is #13AFE2. Grayscale: #797979. Windows color (decimal): -1290211 or 1921260. OLE color: 1921260.
HSL color Cylindrical-coordinate representation of color #EC501D: hue angle of 14.78º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC501D is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 29 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.07 |
| HSL | 14.78º | 0.84% | 0.52% | - |
| HSV(B) | 14.78º | 0.88% | 0.93% | - |
| XYZ | 37.68 | 23.66 | 3.74 | - |
| YUV | 120.83 | 76.18 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 29 | 0 | 0.66 | 0.88 | 0.07 | 14.78 | 0.84 | 0.52 |
| Hex | EC | 50 | 1D | 0 | 42 | 58 | 7 | F | 54 | 34 |
| Octal | 354 | 120 | 35 | 0 | 102 | 130 | 7 | 17 | 124 | 64 |
| Binary | 11101100 | 1010000 | 11101 | 0 | 1000010 | 1011000 | 111 | 1111 | 1010100 | 110100 |
Color Harmonies of #EC501D
Complementary color
Monochromatic Colors of #EC501D
Black with #EC501D
Text Example
Text Example
White with #EC501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC501D; }
p { color: rgb(236,80,29); }
H1.HeaderClassName
{
color: #EC501D;
}
.AnyTagClassName
{
color: #EC501D;
}
</style>
background-color css
<style>
a { background-color: #EC501D; }
a { background-color: rgb(236,80,29); }
div.DivClassName
{
background-color: #EC501D;
}
.BgClassName
{
background-color: #EC501D;
}
</style>
border-color css
<style>
span { border-color: #EC501D; }
span { border-color: rgb(236,80,29); }
td.TdClassName
{
border-color: #EC501D;
}
.TagClassName
{
border-color: #EC501D;
}
</style>