Shades of Cinnabar #EC502A
Tints of Cinnabar #EC502A
RGB
CMYK
RGB Variations
Color information
#EC502A (or 0xEC502A) is known color: Cinnabar. HEX triplet: EC, 50 and 2A. RGB value is (236,80,42). Sum of RGB (Red+Green+Blue) = 236+80+42=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC502A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC502A is #13AFD5. Grayscale: #7A7A7A. Windows color (decimal): -1290198 or 2773228. OLE color: 2773228.
HSL color Cylindrical-coordinate representation of color #EC502A: hue angle of 11.75º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC502A is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 42 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.07 |
| HSL | 11.75º | 0.84% | 0.55% | - |
| HSV(B) | 11.75º | 0.82% | 0.93% | - |
| XYZ | 37.88 | 23.74 | 4.78 | - |
| YUV | 122.31 | 82.68 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 42 | 0 | 0.66 | 0.82 | 0.07 | 11.75 | 0.84 | 0.55 |
| Hex | EC | 50 | 2A | 0 | 42 | 52 | 7 | C | 54 | 37 |
| Octal | 354 | 120 | 52 | 0 | 102 | 122 | 7 | 14 | 124 | 67 |
| Binary | 11101100 | 1010000 | 101010 | 0 | 1000010 | 1010010 | 111 | 1100 | 1010100 | 110111 |
Color Harmonies of #EC502A
Complementary color
Monochromatic Colors of #EC502A
Black with #EC502A
Text Example
Text Example
White with #EC502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC502A; }
p { color: rgb(236,80,42); }
H1.HeaderClassName
{
color: #EC502A;
}
.AnyTagClassName
{
color: #EC502A;
}
</style>
background-color css
<style>
a { background-color: #EC502A; }
a { background-color: rgb(236,80,42); }
div.DivClassName
{
background-color: #EC502A;
}
.BgClassName
{
background-color: #EC502A;
}
</style>
border-color css
<style>
span { border-color: #EC502A; }
span { border-color: rgb(236,80,42); }
td.TdClassName
{
border-color: #EC502A;
}
.TagClassName
{
border-color: #EC502A;
}
</style>