Shades of Cinnabar #EC501F
Tints of Cinnabar #EC501F
RGB
CMYK
RGB Variations
Color information
#EC501F (or 0xEC501F) is known color: Cinnabar. HEX triplet: EC, 50 and 1F. RGB value is (236,80,31). Sum of RGB (Red+Green+Blue) = 236+80+31=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC501F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC501F is #13AFE0. Grayscale: #797979. Windows color (decimal): -1290209 or 2052332. OLE color: 2052332.
HSL color Cylindrical-coordinate representation of color #EC501F: hue angle of 14.34º 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 #EC501F is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 31 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.07 |
| HSL | 14.34º | 0.84% | 0.52% | - |
| HSV(B) | 14.34º | 0.87% | 0.93% | - |
| XYZ | 37.71 | 23.67 | 3.88 | - |
| YUV | 121.06 | 77.18 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 31 | 0 | 0.66 | 0.87 | 0.07 | 14.34 | 0.84 | 0.52 |
| Hex | EC | 50 | 1F | 0 | 42 | 57 | 7 | E | 54 | 34 |
| Octal | 354 | 120 | 37 | 0 | 102 | 127 | 7 | 16 | 124 | 64 |
| Binary | 11101100 | 1010000 | 11111 | 0 | 1000010 | 1010111 | 111 | 1110 | 1010100 | 110100 |
Color Harmonies of #EC501F
Complementary color
Monochromatic Colors of #EC501F
Black with #EC501F
Text Example
Text Example
White with #EC501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC501F; }
p { color: rgb(236,80,31); }
H1.HeaderClassName
{
color: #EC501F;
}
.AnyTagClassName
{
color: #EC501F;
}
</style>
background-color css
<style>
a { background-color: #EC501F; }
a { background-color: rgb(236,80,31); }
div.DivClassName
{
background-color: #EC501F;
}
.BgClassName
{
background-color: #EC501F;
}
</style>
border-color css
<style>
span { border-color: #EC501F; }
span { border-color: rgb(236,80,31); }
td.TdClassName
{
border-color: #EC501F;
}
.TagClassName
{
border-color: #EC501F;
}
</style>