Shades of Cinnabar #EC3623
Tints of Cinnabar #EC3623
RGB
CMYK
RGB Variations
Color information
#EC3623 (or 0xEC3623) is known color: Cinnabar. HEX triplet: EC, 36 and 23. RGB value is (236,54,35). Sum of RGB (Red+Green+Blue) = 236+54+35=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3623 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3623 is #13C9DC. Grayscale: #6A6A6A. Windows color (decimal): -1296861 or 2307820. OLE color: 2307820.
HSL color Cylindrical-coordinate representation of color #EC3623: hue angle of 5.67º 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 #EC3623 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 35 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.07 |
| HSL | 5.67º | 0.84% | 0.53% | - |
| HSV(B) | 5.67º | 0.85% | 0.93% | - |
| XYZ | 36.21 | 20.59 | 3.66 | - |
| YUV | 106.25 | 87.8 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 35 | 0 | 0.77 | 0.85 | 0.07 | 5.67 | 0.84 | 0.53 |
| Hex | EC | 36 | 23 | 0 | 4D | 55 | 7 | 6 | 54 | 35 |
| Octal | 354 | 66 | 43 | 0 | 115 | 125 | 7 | 6 | 124 | 65 |
| Binary | 11101100 | 110110 | 100011 | 0 | 1001101 | 1010101 | 111 | 110 | 1010100 | 110101 |
Color Harmonies of #EC3623
Complementary color
Monochromatic Colors of #EC3623
Black with #EC3623
Text Example
Text Example
White with #EC3623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3623; }
p { color: rgb(236,54,35); }
H1.HeaderClassName
{
color: #EC3623;
}
.AnyTagClassName
{
color: #EC3623;
}
</style>
background-color css
<style>
a { background-color: #EC3623; }
a { background-color: rgb(236,54,35); }
div.DivClassName
{
background-color: #EC3623;
}
.BgClassName
{
background-color: #EC3623;
}
</style>
border-color css
<style>
span { border-color: #EC3623; }
span { border-color: rgb(236,54,35); }
td.TdClassName
{
border-color: #EC3623;
}
.TagClassName
{
border-color: #EC3623;
}
</style>