Shades of Cinnabar #EC2A26
Tints of Cinnabar #EC2A26
RGB
CMYK
RGB Variations
Color information
#EC2A26 (or 0xEC2A26) is known color: Cinnabar. HEX triplet: EC, 2A and 26. RGB value is (236,42,38). Sum of RGB (Red+Green+Blue) = 236+42+38=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2A26 is #13D5D9. Grayscale: #636363. Windows color (decimal): -1299930 or 2501356. OLE color: 2501356.
HSL color Cylindrical-coordinate representation of color #EC2A26: hue angle of 1.21º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2A26 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 38 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.07 |
| HSL | 1.21º | 0.84% | 0.54% | - |
| HSV(B) | 1.21º | 0.84% | 0.93% | - |
| XYZ | 35.77 | 19.63 | 3.74 | - |
| YUV | 99.55 | 93.27 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 38 | 0 | 0.82 | 0.84 | 0.07 | 1.21 | 0.84 | 0.54 |
| Hex | EC | 2A | 26 | 0 | 52 | 54 | 7 | 1 | 54 | 36 |
| Octal | 354 | 52 | 46 | 0 | 122 | 124 | 7 | 1 | 124 | 66 |
| Binary | 11101100 | 101010 | 100110 | 0 | 1010010 | 1010100 | 111 | 1 | 1010100 | 110110 |
Color Harmonies of #EC2A26
Complementary color
Monochromatic Colors of #EC2A26
Black with #EC2A26
Text Example
Text Example
White with #EC2A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2A26; }
p { color: rgb(236,42,38); }
H1.HeaderClassName
{
color: #EC2A26;
}
.AnyTagClassName
{
color: #EC2A26;
}
</style>
background-color css
<style>
a { background-color: #EC2A26; }
a { background-color: rgb(236,42,38); }
div.DivClassName
{
background-color: #EC2A26;
}
.BgClassName
{
background-color: #EC2A26;
}
</style>
border-color css
<style>
span { border-color: #EC2A26; }
span { border-color: rgb(236,42,38); }
td.TdClassName
{
border-color: #EC2A26;
}
.TagClassName
{
border-color: #EC2A26;
}
</style>