Shades of Cinnabar #EC3726
Tints of Cinnabar #EC3726
RGB
CMYK
RGB Variations
Color information
#EC3726 (or 0xEC3726) is known color: Cinnabar. HEX triplet: EC, 37 and 26. RGB value is (236,55,38). Sum of RGB (Red+Green+Blue) = 236+55+38=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3726 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3726 is #13C8D9. Grayscale: #6B6B6B. Windows color (decimal): -1296602 or 2504684. OLE color: 2504684.
HSL color Cylindrical-coordinate representation of color #EC3726: hue angle of 5.15º 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 #EC3726 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 38 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.07 |
| HSL | 5.15º | 0.84% | 0.54% | - |
| HSV(B) | 5.15º | 0.84% | 0.93% | - |
| XYZ | 36.31 | 20.71 | 3.92 | - |
| YUV | 107.18 | 88.97 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 38 | 0 | 0.77 | 0.84 | 0.07 | 5.15 | 0.84 | 0.54 |
| Hex | EC | 37 | 26 | 0 | 4D | 54 | 7 | 5 | 54 | 36 |
| Octal | 354 | 67 | 46 | 0 | 115 | 124 | 7 | 5 | 124 | 66 |
| Binary | 11101100 | 110111 | 100110 | 0 | 1001101 | 1010100 | 111 | 101 | 1010100 | 110110 |
Color Harmonies of #EC3726
Complementary color
Monochromatic Colors of #EC3726
Black with #EC3726
Text Example
Text Example
White with #EC3726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3726; }
p { color: rgb(236,55,38); }
H1.HeaderClassName
{
color: #EC3726;
}
.AnyTagClassName
{
color: #EC3726;
}
</style>
background-color css
<style>
a { background-color: #EC3726; }
a { background-color: rgb(236,55,38); }
div.DivClassName
{
background-color: #EC3726;
}
.BgClassName
{
background-color: #EC3726;
}
</style>
border-color css
<style>
span { border-color: #EC3726; }
span { border-color: rgb(236,55,38); }
td.TdClassName
{
border-color: #EC3726;
}
.TagClassName
{
border-color: #EC3726;
}
</style>