Shades of Cinnabar #EC3225
Tints of Cinnabar #EC3225
RGB
CMYK
RGB Variations
Color information
#EC3225 (or 0xEC3225) is known color: Cinnabar. HEX triplet: EC, 32 and 25. RGB value is (236,50,37). Sum of RGB (Red+Green+Blue) = 236+50+37=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3225 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3225 is #13CDDA. Grayscale: #686868. Windows color (decimal): -1297883 or 2437868. OLE color: 2437868.
HSL color Cylindrical-coordinate representation of color #EC3225: hue angle of 3.92º 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 #EC3225 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 37 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.07 |
| HSL | 3.92º | 0.84% | 0.54% | - |
| HSV(B) | 3.92º | 0.84% | 0.93% | - |
| XYZ | 36.07 | 20.25 | 3.76 | - |
| YUV | 104.13 | 90.12 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 37 | 0 | 0.79 | 0.84 | 0.07 | 3.92 | 0.84 | 0.54 |
| Hex | EC | 32 | 25 | 0 | 4F | 54 | 7 | 4 | 54 | 36 |
| Octal | 354 | 62 | 45 | 0 | 117 | 124 | 7 | 4 | 124 | 66 |
| Binary | 11101100 | 110010 | 100101 | 0 | 1001111 | 1010100 | 111 | 100 | 1010100 | 110110 |
Color Harmonies of #EC3225
Complementary color
Monochromatic Colors of #EC3225
Black with #EC3225
Text Example
Text Example
White with #EC3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3225; }
p { color: rgb(236,50,37); }
H1.HeaderClassName
{
color: #EC3225;
}
.AnyTagClassName
{
color: #EC3225;
}
</style>
background-color css
<style>
a { background-color: #EC3225; }
a { background-color: rgb(236,50,37); }
div.DivClassName
{
background-color: #EC3225;
}
.BgClassName
{
background-color: #EC3225;
}
</style>
border-color css
<style>
span { border-color: #EC3225; }
span { border-color: rgb(236,50,37); }
td.TdClassName
{
border-color: #EC3225;
}
.TagClassName
{
border-color: #EC3225;
}
</style>