Shades of Cinnabar #EC501E
Tints of Cinnabar #EC501E
RGB
CMYK
RGB Variations
Color information
#EC501E (or 0xEC501E) is known color: Cinnabar. HEX triplet: EC, 50 and 1E. RGB value is (236,80,30). Sum of RGB (Red+Green+Blue) = 236+80+30=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC501E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC501E is #13AFE1. Grayscale: #797979. Windows color (decimal): -1290210 or 1986796. OLE color: 1986796.
HSL color Cylindrical-coordinate representation of color #EC501E: hue angle of 14.56º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC501E is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 30 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.07 |
| HSL | 14.56º | 0.84% | 0.52% | - |
| HSV(B) | 14.56º | 0.87% | 0.93% | - |
| XYZ | 37.7 | 23.66 | 3.81 | - |
| YUV | 120.94 | 76.68 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 30 | 0 | 0.66 | 0.87 | 0.07 | 14.56 | 0.84 | 0.52 |
| Hex | EC | 50 | 1E | 0 | 42 | 57 | 7 | F | 54 | 34 |
| Octal | 354 | 120 | 36 | 0 | 102 | 127 | 7 | 17 | 124 | 64 |
| Binary | 11101100 | 1010000 | 11110 | 0 | 1000010 | 1010111 | 111 | 1111 | 1010100 | 110100 |
Color Harmonies of #EC501E
Complementary color
Monochromatic Colors of #EC501E
Black with #EC501E
Text Example
Text Example
White with #EC501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC501E; }
p { color: rgb(236,80,30); }
H1.HeaderClassName
{
color: #EC501E;
}
.AnyTagClassName
{
color: #EC501E;
}
</style>
background-color css
<style>
a { background-color: #EC501E; }
a { background-color: rgb(236,80,30); }
div.DivClassName
{
background-color: #EC501E;
}
.BgClassName
{
background-color: #EC501E;
}
</style>
border-color css
<style>
span { border-color: #EC501E; }
span { border-color: rgb(236,80,30); }
td.TdClassName
{
border-color: #EC501E;
}
.TagClassName
{
border-color: #EC501E;
}
</style>