Shades of Cinnabar #EC2726
Tints of Cinnabar #EC2726
RGB
CMYK
RGB Variations
Color information
#EC2726 (or 0xEC2726) is known color: Cinnabar. HEX triplet: EC, 27 and 26. RGB value is (236,39,38). Sum of RGB (Red+Green+Blue) = 236+39+38=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2726 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2726 is #13D8D9. Grayscale: #616161. Windows color (decimal): -1300698 or 2500588. OLE color: 2500588.
HSL color Cylindrical-coordinate representation of color #EC2726: hue angle of 0.3º 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 #EC2726 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 38 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.07 |
| HSL | 0.3º | 0.84% | 0.54% | - |
| HSV(B) | 0.3º | 0.84% | 0.93% | - |
| XYZ | 35.67 | 19.42 | 3.7 | - |
| YUV | 97.79 | 94.27 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 38 | 0 | 0.83 | 0.84 | 0.07 | 0.3 | 0.84 | 0.54 |
| Hex | EC | 27 | 26 | 0 | 53 | 54 | 7 | 0 | 54 | 36 |
| Octal | 354 | 47 | 46 | 0 | 123 | 124 | 7 | 0 | 124 | 66 |
| Binary | 11101100 | 100111 | 100110 | 0 | 1010011 | 1010100 | 111 | 0 | 1010100 | 110110 |
Color Harmonies of #EC2726
Complementary color
Monochromatic Colors of #EC2726
Black with #EC2726
Text Example
Text Example
White with #EC2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2726; }
p { color: rgb(236,39,38); }
H1.HeaderClassName
{
color: #EC2726;
}
.AnyTagClassName
{
color: #EC2726;
}
</style>
background-color css
<style>
a { background-color: #EC2726; }
a { background-color: rgb(236,39,38); }
div.DivClassName
{
background-color: #EC2726;
}
.BgClassName
{
background-color: #EC2726;
}
</style>
border-color css
<style>
span { border-color: #EC2726; }
span { border-color: rgb(236,39,38); }
td.TdClassName
{
border-color: #EC2726;
}
.TagClassName
{
border-color: #EC2726;
}
</style>