Shades of Cinnabar #EC2A29
Tints of Cinnabar #EC2A29
RGB
CMYK
RGB Variations
Color information
#EC2A29 (or 0xEC2A29) is known color: Cinnabar. HEX triplet: EC, 2A and 29. RGB value is (236,42,41). Sum of RGB (Red+Green+Blue) = 236+42+41=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2A29 is #13D5D6. Grayscale: #646464. Windows color (decimal): -1299927 or 2697964. OLE color: 2697964.
HSL color Cylindrical-coordinate representation of color #EC2A29: hue angle of 0.31º 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 #EC2A29 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 41 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.07 |
| HSL | 0.31º | 0.84% | 0.54% | - |
| HSV(B) | 0.31º | 0.83% | 0.93% | - |
| XYZ | 35.82 | 19.65 | 4 | - |
| YUV | 99.89 | 94.77 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 41 | 0 | 0.82 | 0.83 | 0.07 | 0.31 | 0.84 | 0.54 |
| Hex | EC | 2A | 29 | 0 | 52 | 53 | 7 | 0 | 54 | 36 |
| Octal | 354 | 52 | 51 | 0 | 122 | 123 | 7 | 0 | 124 | 66 |
| Binary | 11101100 | 101010 | 101001 | 0 | 1010010 | 1010011 | 111 | 0 | 1010100 | 110110 |
Color Harmonies of #EC2A29
Complementary color
Monochromatic Colors of #EC2A29
Black with #EC2A29
Text Example
Text Example
White with #EC2A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2A29; }
p { color: rgb(236,42,41); }
H1.HeaderClassName
{
color: #EC2A29;
}
.AnyTagClassName
{
color: #EC2A29;
}
</style>
background-color css
<style>
a { background-color: #EC2A29; }
a { background-color: rgb(236,42,41); }
div.DivClassName
{
background-color: #EC2A29;
}
.BgClassName
{
background-color: #EC2A29;
}
</style>
border-color css
<style>
span { border-color: #EC2A29; }
span { border-color: rgb(236,42,41); }
td.TdClassName
{
border-color: #EC2A29;
}
.TagClassName
{
border-color: #EC2A29;
}
</style>