Shades of Cinnabar #EC4426
Tints of Cinnabar #EC4426
RGB
CMYK
RGB Variations
Color information
#EC4426 (or 0xEC4426) is known color: Cinnabar. HEX triplet: EC, 44 and 26. RGB value is (236,68,38). Sum of RGB (Red+Green+Blue) = 236+68+38=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4426 is #13BBD9. Grayscale: #737373. Windows color (decimal): -1293274 or 2508012. OLE color: 2508012.
HSL color Cylindrical-coordinate representation of color #EC4426: hue angle of 9.09º 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 #EC4426 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 38 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.07 |
| HSL | 9.09º | 0.84% | 0.54% | - |
| HSV(B) | 9.09º | 0.84% | 0.93% | - |
| XYZ | 37.01 | 22.11 | 4.15 | - |
| YUV | 114.81 | 84.66 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 38 | 0 | 0.71 | 0.84 | 0.07 | 9.09 | 0.84 | 0.54 |
| Hex | EC | 44 | 26 | 0 | 47 | 54 | 7 | 9 | 54 | 36 |
| Octal | 354 | 104 | 46 | 0 | 107 | 124 | 7 | 11 | 124 | 66 |
| Binary | 11101100 | 1000100 | 100110 | 0 | 1000111 | 1010100 | 111 | 1001 | 1010100 | 110110 |
Color Harmonies of #EC4426
Complementary color
Monochromatic Colors of #EC4426
Black with #EC4426
Text Example
Text Example
White with #EC4426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4426; }
p { color: rgb(236,68,38); }
H1.HeaderClassName
{
color: #EC4426;
}
.AnyTagClassName
{
color: #EC4426;
}
</style>
background-color css
<style>
a { background-color: #EC4426; }
a { background-color: rgb(236,68,38); }
div.DivClassName
{
background-color: #EC4426;
}
.BgClassName
{
background-color: #EC4426;
}
</style>
border-color css
<style>
span { border-color: #EC4426; }
span { border-color: rgb(236,68,38); }
td.TdClassName
{
border-color: #EC4426;
}
.TagClassName
{
border-color: #EC4426;
}
</style>