Shades of Cinnabar #EC2C25
Tints of Cinnabar #EC2C25
RGB
CMYK
RGB Variations
Color information
#EC2C25 (or 0xEC2C25) is known color: Cinnabar. HEX triplet: EC, 2C and 25. RGB value is (236,44,37). Sum of RGB (Red+Green+Blue) = 236+44+37=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2C25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2C25 is #13D3DA. Grayscale: #646464. Windows color (decimal): -1299419 or 2436332. OLE color: 2436332.
HSL color Cylindrical-coordinate representation of color #EC2C25: hue angle of 2.11º 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 #EC2C25 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 44 | 37 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.07 |
| HSL | 2.11º | 0.84% | 0.54% | - |
| HSV(B) | 2.11º | 0.84% | 0.93% | - |
| XYZ | 35.83 | 19.77 | 3.68 | - |
| YUV | 100.61 | 92.11 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 44 | 37 | 0 | 0.81 | 0.84 | 0.07 | 2.11 | 0.84 | 0.54 |
| Hex | EC | 2C | 25 | 0 | 51 | 54 | 7 | 2 | 54 | 36 |
| Octal | 354 | 54 | 45 | 0 | 121 | 124 | 7 | 2 | 124 | 66 |
| Binary | 11101100 | 101100 | 100101 | 0 | 1010001 | 1010100 | 111 | 10 | 1010100 | 110110 |
Color Harmonies of #EC2C25
Complementary color
Monochromatic Colors of #EC2C25
Black with #EC2C25
Text Example
Text Example
White with #EC2C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2C25; }
p { color: rgb(236,44,37); }
H1.HeaderClassName
{
color: #EC2C25;
}
.AnyTagClassName
{
color: #EC2C25;
}
</style>
background-color css
<style>
a { background-color: #EC2C25; }
a { background-color: rgb(236,44,37); }
div.DivClassName
{
background-color: #EC2C25;
}
.BgClassName
{
background-color: #EC2C25;
}
</style>
border-color css
<style>
span { border-color: #EC2C25; }
span { border-color: rgb(236,44,37); }
td.TdClassName
{
border-color: #EC2C25;
}
.TagClassName
{
border-color: #EC2C25;
}
</style>