Shades of Cinnabar #EC3129
Tints of Cinnabar #EC3129
RGB
CMYK
RGB Variations
Color information
#EC3129 (or 0xEC3129) is known color: Cinnabar. HEX triplet: EC, 31 and 29. RGB value is (236,49,41). Sum of RGB (Red+Green+Blue) = 236+49+41=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3129 is #13CED6. Grayscale: #686868. Windows color (decimal): -1298135 or 2699756. OLE color: 2699756.
HSL color Cylindrical-coordinate representation of color #EC3129: hue angle of 2.46º 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 #EC3129 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 41 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.07 |
| HSL | 2.46º | 0.84% | 0.54% | - |
| HSV(B) | 2.46º | 0.83% | 0.93% | - |
| XYZ | 36.09 | 20.19 | 4.09 | - |
| YUV | 104 | 92.45 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 41 | 0 | 0.79 | 0.83 | 0.07 | 2.46 | 0.84 | 0.54 |
| Hex | EC | 31 | 29 | 0 | 4F | 53 | 7 | 2 | 54 | 36 |
| Octal | 354 | 61 | 51 | 0 | 117 | 123 | 7 | 2 | 124 | 66 |
| Binary | 11101100 | 110001 | 101001 | 0 | 1001111 | 1010011 | 111 | 10 | 1010100 | 110110 |
Color Harmonies of #EC3129
Complementary color
Monochromatic Colors of #EC3129
Black with #EC3129
Text Example
Text Example
White with #EC3129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3129; }
p { color: rgb(236,49,41); }
H1.HeaderClassName
{
color: #EC3129;
}
.AnyTagClassName
{
color: #EC3129;
}
</style>
background-color css
<style>
a { background-color: #EC3129; }
a { background-color: rgb(236,49,41); }
div.DivClassName
{
background-color: #EC3129;
}
.BgClassName
{
background-color: #EC3129;
}
</style>
border-color css
<style>
span { border-color: #EC3129; }
span { border-color: rgb(236,49,41); }
td.TdClassName
{
border-color: #EC3129;
}
.TagClassName
{
border-color: #EC3129;
}
</style>