Shades of Cinnabar #EC2D26
Tints of Cinnabar #EC2D26
RGB
CMYK
RGB Variations
Color information
#EC2D26 (or 0xEC2D26) is known color: Cinnabar. HEX triplet: EC, 2D and 26. RGB value is (236,45,38). Sum of RGB (Red+Green+Blue) = 236+45+38=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2D26 is #13D2D9. Grayscale: #656565. Windows color (decimal): -1299162 or 2502124. OLE color: 2502124.
HSL color Cylindrical-coordinate representation of color #EC2D26: hue angle of 2.12º 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 #EC2D26 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 38 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.07 |
| HSL | 2.12º | 0.84% | 0.54% | - |
| HSV(B) | 2.12º | 0.84% | 0.93% | - |
| XYZ | 35.88 | 19.85 | 3.77 | - |
| YUV | 101.31 | 92.28 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 38 | 0 | 0.81 | 0.84 | 0.07 | 2.12 | 0.84 | 0.54 |
| Hex | EC | 2D | 26 | 0 | 51 | 54 | 7 | 2 | 54 | 36 |
| Octal | 354 | 55 | 46 | 0 | 121 | 124 | 7 | 2 | 124 | 66 |
| Binary | 11101100 | 101101 | 100110 | 0 | 1010001 | 1010100 | 111 | 10 | 1010100 | 110110 |
Color Harmonies of #EC2D26
Complementary color
Monochromatic Colors of #EC2D26
Black with #EC2D26
Text Example
Text Example
White with #EC2D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2D26; }
p { color: rgb(236,45,38); }
H1.HeaderClassName
{
color: #EC2D26;
}
.AnyTagClassName
{
color: #EC2D26;
}
</style>
background-color css
<style>
a { background-color: #EC2D26; }
a { background-color: rgb(236,45,38); }
div.DivClassName
{
background-color: #EC2D26;
}
.BgClassName
{
background-color: #EC2D26;
}
</style>
border-color css
<style>
span { border-color: #EC2D26; }
span { border-color: rgb(236,45,38); }
td.TdClassName
{
border-color: #EC2D26;
}
.TagClassName
{
border-color: #EC2D26;
}
</style>