Shades of Cinnabar #EC2929
Tints of Cinnabar #EC2929
RGB
CMYK
RGB Variations
Color information
#EC2929 (or 0xEC2929) is known color: Cinnabar. HEX triplet: EC, 29 and 29. RGB value is (236,41,41). Sum of RGB (Red+Green+Blue) = 236+41+41=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2929 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2929 is #13D6D6. Grayscale: #636363. Windows color (decimal): -1300183 or 2697708. OLE color: 2697708.
HSL color Cylindrical-coordinate representation of color #EC2929: hue angle of 0º 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 #EC2929 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 41 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.07 |
| HSL | 0º | 0.84% | 0.54% | - |
| HSV(B) | 0º | 0.83% | 0.93% | - |
| XYZ | 35.79 | 19.58 | 3.99 | - |
| YUV | 99.31 | 95.1 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 41 | 0 | 0.83 | 0.83 | 0.07 | 0 | 0.84 | 0.54 |
| Hex | EC | 29 | 29 | 0 | 53 | 53 | 7 | 0 | 54 | 36 |
| Octal | 354 | 51 | 51 | 0 | 123 | 123 | 7 | 0 | 124 | 66 |
| Binary | 11101100 | 101001 | 101001 | 0 | 1010011 | 1010011 | 111 | 0 | 1010100 | 110110 |
Color Harmonies of #EC2929
Complementary color
Monochromatic Colors of #EC2929
Black with #EC2929
Text Example
Text Example
White with #EC2929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2929; }
p { color: rgb(236,41,41); }
H1.HeaderClassName
{
color: #EC2929;
}
.AnyTagClassName
{
color: #EC2929;
}
</style>
background-color css
<style>
a { background-color: #EC2929; }
a { background-color: rgb(236,41,41); }
div.DivClassName
{
background-color: #EC2929;
}
.BgClassName
{
background-color: #EC2929;
}
</style>
border-color css
<style>
span { border-color: #EC2929; }
span { border-color: rgb(236,41,41); }
td.TdClassName
{
border-color: #EC2929;
}
.TagClassName
{
border-color: #EC2929;
}
</style>