Shades of Cinnabar #EC4C1C
Tints of Cinnabar #EC4C1C
RGB
CMYK
RGB Variations
Color information
#EC4C1C (or 0xEC4C1C) is known color: Cinnabar. HEX triplet: EC, 4C and 1C. RGB value is (236,76,28). Sum of RGB (Red+Green+Blue) = 236+76+28=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4C1C is #13B3E3. Grayscale: #767676. Windows color (decimal): -1291236 or 1854700. OLE color: 1854700.
HSL color Cylindrical-coordinate representation of color #EC4C1C: hue angle of 13.85º degrees, saturation: 0.85, 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 #EC4C1C is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 28 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.07 |
| HSL | 13.85º | 0.85% | 0.52% | - |
| HSV(B) | 13.85º | 0.88% | 0.93% | - |
| XYZ | 37.39 | 23.09 | 3.58 | - |
| YUV | 118.37 | 77.01 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 28 | 0 | 0.68 | 0.88 | 0.07 | 13.85 | 0.85 | 0.52 |
| Hex | EC | 4C | 1C | 0 | 44 | 58 | 7 | E | 55 | 34 |
| Octal | 354 | 114 | 34 | 0 | 104 | 130 | 7 | 16 | 125 | 64 |
| Binary | 11101100 | 1001100 | 11100 | 0 | 1000100 | 1011000 | 111 | 1110 | 1010101 | 110100 |
Color Harmonies of #EC4C1C
Complementary color
Monochromatic Colors of #EC4C1C
Black with #EC4C1C
Text Example
Text Example
White with #EC4C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C1C; }
p { color: rgb(236,76,28); }
H1.HeaderClassName
{
color: #EC4C1C;
}
.AnyTagClassName
{
color: #EC4C1C;
}
</style>
background-color css
<style>
a { background-color: #EC4C1C; }
a { background-color: rgb(236,76,28); }
div.DivClassName
{
background-color: #EC4C1C;
}
.BgClassName
{
background-color: #EC4C1C;
}
</style>
border-color css
<style>
span { border-color: #EC4C1C; }
span { border-color: rgb(236,76,28); }
td.TdClassName
{
border-color: #EC4C1C;
}
.TagClassName
{
border-color: #EC4C1C;
}
</style>