Shades of Cinnabar #EC4123
Tints of Cinnabar #EC4123
RGB
CMYK
RGB Variations
Color information
#EC4123 (or 0xEC4123) is known color: Cinnabar. HEX triplet: EC, 41 and 23. RGB value is (236,65,35). Sum of RGB (Red+Green+Blue) = 236+65+35=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4123 is #13BEDC. Grayscale: #717171. Windows color (decimal): -1294045 or 2310636. OLE color: 2310636.
HSL color Cylindrical-coordinate representation of color #EC4123: hue angle of 8.96º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC4123 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 35 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.07 |
| HSL | 8.96º | 0.84% | 0.53% | - |
| HSV(B) | 8.96º | 0.85% | 0.93% | - |
| XYZ | 36.79 | 21.73 | 3.85 | - |
| YUV | 112.71 | 84.15 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 35 | 0 | 0.72 | 0.85 | 0.07 | 8.96 | 0.84 | 0.53 |
| Hex | EC | 41 | 23 | 0 | 48 | 55 | 7 | 9 | 54 | 35 |
| Octal | 354 | 101 | 43 | 0 | 110 | 125 | 7 | 11 | 124 | 65 |
| Binary | 11101100 | 1000001 | 100011 | 0 | 1001000 | 1010101 | 111 | 1001 | 1010100 | 110101 |
Color Harmonies of #EC4123
Complementary color
Monochromatic Colors of #EC4123
Black with #EC4123
Text Example
Text Example
White with #EC4123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4123; }
p { color: rgb(236,65,35); }
H1.HeaderClassName
{
color: #EC4123;
}
.AnyTagClassName
{
color: #EC4123;
}
</style>
background-color css
<style>
a { background-color: #EC4123; }
a { background-color: rgb(236,65,35); }
div.DivClassName
{
background-color: #EC4123;
}
.BgClassName
{
background-color: #EC4123;
}
</style>
border-color css
<style>
span { border-color: #EC4123; }
span { border-color: rgb(236,65,35); }
td.TdClassName
{
border-color: #EC4123;
}
.TagClassName
{
border-color: #EC4123;
}
</style>