Shades of Cinnabar #EC3A29
Tints of Cinnabar #EC3A29
RGB
CMYK
RGB Variations
Color information
#EC3A29 (or 0xEC3A29) is known color: Cinnabar. HEX triplet: EC, 3A and 29. RGB value is (236,58,41). Sum of RGB (Red+Green+Blue) = 236+58+41=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3A29 is #13C5D6. Grayscale: #6D6D6D. Windows color (decimal): -1295831 or 2702060. OLE color: 2702060.
HSL color Cylindrical-coordinate representation of color #EC3A29: hue angle of 5.23º 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 #EC3A29 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 41 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.07 |
| HSL | 5.23º | 0.84% | 0.54% | - |
| HSV(B) | 5.23º | 0.83% | 0.93% | - |
| XYZ | 36.51 | 21.02 | 4.23 | - |
| YUV | 109.28 | 89.47 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 41 | 0 | 0.75 | 0.83 | 0.07 | 5.23 | 0.84 | 0.54 |
| Hex | EC | 3A | 29 | 0 | 4B | 53 | 7 | 5 | 54 | 36 |
| Octal | 354 | 72 | 51 | 0 | 113 | 123 | 7 | 5 | 124 | 66 |
| Binary | 11101100 | 111010 | 101001 | 0 | 1001011 | 1010011 | 111 | 101 | 1010100 | 110110 |
Color Harmonies of #EC3A29
Complementary color
Monochromatic Colors of #EC3A29
Black with #EC3A29
Text Example
Text Example
White with #EC3A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A29; }
p { color: rgb(236,58,41); }
H1.HeaderClassName
{
color: #EC3A29;
}
.AnyTagClassName
{
color: #EC3A29;
}
</style>
background-color css
<style>
a { background-color: #EC3A29; }
a { background-color: rgb(236,58,41); }
div.DivClassName
{
background-color: #EC3A29;
}
.BgClassName
{
background-color: #EC3A29;
}
</style>
border-color css
<style>
span { border-color: #EC3A29; }
span { border-color: rgb(236,58,41); }
td.TdClassName
{
border-color: #EC3A29;
}
.TagClassName
{
border-color: #EC3A29;
}
</style>