Shades of Cinnabar #EC3426
Tints of Cinnabar #EC3426
RGB
CMYK
RGB Variations
Color information
#EC3426 (or 0xEC3426) is known color: Cinnabar. HEX triplet: EC, 34 and 26. RGB value is (236,52,38). Sum of RGB (Red+Green+Blue) = 236+52+38=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3426 is #13CBD9. Grayscale: #696969. Windows color (decimal): -1297370 or 2503916. OLE color: 2503916.
HSL color Cylindrical-coordinate representation of color #EC3426: hue angle of 4.24º 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 #EC3426 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 38 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.07 |
| HSL | 4.24º | 0.84% | 0.54% | - |
| HSV(B) | 4.24º | 0.84% | 0.93% | - |
| XYZ | 36.17 | 20.43 | 3.87 | - |
| YUV | 105.42 | 89.96 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 38 | 0 | 0.78 | 0.84 | 0.07 | 4.24 | 0.84 | 0.54 |
| Hex | EC | 34 | 26 | 0 | 4E | 54 | 7 | 4 | 54 | 36 |
| Octal | 354 | 64 | 46 | 0 | 116 | 124 | 7 | 4 | 124 | 66 |
| Binary | 11101100 | 110100 | 100110 | 0 | 1001110 | 1010100 | 111 | 100 | 1010100 | 110110 |
Color Harmonies of #EC3426
Complementary color
Monochromatic Colors of #EC3426
Black with #EC3426
Text Example
Text Example
White with #EC3426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3426; }
p { color: rgb(236,52,38); }
H1.HeaderClassName
{
color: #EC3426;
}
.AnyTagClassName
{
color: #EC3426;
}
</style>
background-color css
<style>
a { background-color: #EC3426; }
a { background-color: rgb(236,52,38); }
div.DivClassName
{
background-color: #EC3426;
}
.BgClassName
{
background-color: #EC3426;
}
</style>
border-color css
<style>
span { border-color: #EC3426; }
span { border-color: rgb(236,52,38); }
td.TdClassName
{
border-color: #EC3426;
}
.TagClassName
{
border-color: #EC3426;
}
</style>