Shades of Cinnabar #EC4126
Tints of Cinnabar #EC4126
RGB
CMYK
RGB Variations
Color information
#EC4126 (or 0xEC4126) is known color: Cinnabar. HEX triplet: EC, 41 and 26. RGB value is (236,65,38). Sum of RGB (Red+Green+Blue) = 236+65+38=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4126 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4126 is #13BED9. Grayscale: #717171. Windows color (decimal): -1294042 or 2507244. OLE color: 2507244.
HSL color Cylindrical-coordinate representation of color #EC4126: hue angle of 8.18º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC4126 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 38 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.07 |
| HSL | 8.18º | 0.84% | 0.54% | - |
| HSV(B) | 8.18º | 0.84% | 0.93% | - |
| XYZ | 36.83 | 21.75 | 4.09 | - |
| YUV | 113.05 | 85.65 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 38 | 0 | 0.72 | 0.84 | 0.07 | 8.18 | 0.84 | 0.54 |
| Hex | EC | 41 | 26 | 0 | 48 | 54 | 7 | 8 | 54 | 36 |
| Octal | 354 | 101 | 46 | 0 | 110 | 124 | 7 | 10 | 124 | 66 |
| Binary | 11101100 | 1000001 | 100110 | 0 | 1001000 | 1010100 | 111 | 1000 | 1010100 | 110110 |
Color Harmonies of #EC4126
Complementary color
Monochromatic Colors of #EC4126
Black with #EC4126
Text Example
Text Example
White with #EC4126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4126; }
p { color: rgb(236,65,38); }
H1.HeaderClassName
{
color: #EC4126;
}
.AnyTagClassName
{
color: #EC4126;
}
</style>
background-color css
<style>
a { background-color: #EC4126; }
a { background-color: rgb(236,65,38); }
div.DivClassName
{
background-color: #EC4126;
}
.BgClassName
{
background-color: #EC4126;
}
</style>
border-color css
<style>
span { border-color: #EC4126; }
span { border-color: rgb(236,65,38); }
td.TdClassName
{
border-color: #EC4126;
}
.TagClassName
{
border-color: #EC4126;
}
</style>