Shades of Cinnabar #EC503C
Tints of Cinnabar #EC503C
RGB
CMYK
RGB Variations
Color information
#EC503C (or 0xEC503C) is known color: Cinnabar. HEX triplet: EC, 50 and 3C. RGB value is (236,80,60). Sum of RGB (Red+Green+Blue) = 236+80+60=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC503C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC503C is #13AFC3. Grayscale: #7C7C7C. Windows color (decimal): -1290180 or 3952876. OLE color: 3952876.
HSL color Cylindrical-coordinate representation of color #EC503C: hue angle of 6.82º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC503C is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 60 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.07 |
| HSL | 6.82º | 0.82% | 0.58% | - |
| HSV(B) | 6.82º | 0.75% | 0.93% | - |
| XYZ | 38.28 | 23.9 | 6.87 | - |
| YUV | 124.36 | 91.68 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 60 | 0 | 0.66 | 0.75 | 0.07 | 6.82 | 0.82 | 0.58 |
| Hex | EC | 50 | 3C | 0 | 42 | 4B | 7 | 7 | 52 | 3A |
| Octal | 354 | 120 | 74 | 0 | 102 | 113 | 7 | 7 | 122 | 72 |
| Binary | 11101100 | 1010000 | 111100 | 0 | 1000010 | 1001011 | 111 | 111 | 1010010 | 111010 |
Color Harmonies of #EC503C
Complementary color
Monochromatic Colors of #EC503C
Black with #EC503C
Text Example
Text Example
White with #EC503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC503C; }
p { color: rgb(236,80,60); }
H1.HeaderClassName
{
color: #EC503C;
}
.AnyTagClassName
{
color: #EC503C;
}
</style>
background-color css
<style>
a { background-color: #EC503C; }
a { background-color: rgb(236,80,60); }
div.DivClassName
{
background-color: #EC503C;
}
.BgClassName
{
background-color: #EC503C;
}
</style>
border-color css
<style>
span { border-color: #EC503C; }
span { border-color: rgb(236,80,60); }
td.TdClassName
{
border-color: #EC503C;
}
.TagClassName
{
border-color: #EC503C;
}
</style>