Shades of Cinnabar #EC4028
Tints of Cinnabar #EC4028
RGB
CMYK
RGB Variations
Color information
#EC4028 (or 0xEC4028) is known color: Cinnabar. HEX triplet: EC, 40 and 28. RGB value is (236,64,40). Sum of RGB (Red+Green+Blue) = 236+64+40=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4028 is #13BFD7. Grayscale: #707070. Windows color (decimal): -1294296 or 2638060. OLE color: 2638060.
HSL color Cylindrical-coordinate representation of color #EC4028: hue angle of 7.35º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC4028 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 40 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.07 |
| HSL | 7.35º | 0.84% | 0.54% | - |
| HSV(B) | 7.35º | 0.83% | 0.93% | - |
| XYZ | 36.81 | 21.65 | 4.25 | - |
| YUV | 112.69 | 86.98 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 40 | 0 | 0.73 | 0.83 | 0.07 | 7.35 | 0.84 | 0.54 |
| Hex | EC | 40 | 28 | 0 | 49 | 53 | 7 | 7 | 54 | 36 |
| Octal | 354 | 100 | 50 | 0 | 111 | 123 | 7 | 7 | 124 | 66 |
| Binary | 11101100 | 1000000 | 101000 | 0 | 1001001 | 1010011 | 111 | 111 | 1010100 | 110110 |
Color Harmonies of #EC4028
Complementary color
Monochromatic Colors of #EC4028
Black with #EC4028
Text Example
Text Example
White with #EC4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4028; }
p { color: rgb(236,64,40); }
H1.HeaderClassName
{
color: #EC4028;
}
.AnyTagClassName
{
color: #EC4028;
}
</style>
background-color css
<style>
a { background-color: #EC4028; }
a { background-color: rgb(236,64,40); }
div.DivClassName
{
background-color: #EC4028;
}
.BgClassName
{
background-color: #EC4028;
}
</style>
border-color css
<style>
span { border-color: #EC4028; }
span { border-color: rgb(236,64,40); }
td.TdClassName
{
border-color: #EC4028;
}
.TagClassName
{
border-color: #EC4028;
}
</style>