Shades of Cinnabar #EC3325
Tints of Cinnabar #EC3325
RGB
CMYK
RGB Variations
Color information
#EC3325 (or 0xEC3325) is known color: Cinnabar. HEX triplet: EC, 33 and 25. RGB value is (236,51,37). Sum of RGB (Red+Green+Blue) = 236+51+37=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3325 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3325 is #13CCDA. Grayscale: #686868. Windows color (decimal): -1297627 or 2438124. OLE color: 2438124.
HSL color Cylindrical-coordinate representation of color #EC3325: hue angle of 4.22º 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 #EC3325 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 37 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.07 |
| HSL | 4.22º | 0.84% | 0.54% | - |
| HSV(B) | 4.22º | 0.84% | 0.93% | - |
| XYZ | 36.11 | 20.33 | 3.77 | - |
| YUV | 104.72 | 89.79 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 37 | 0 | 0.78 | 0.84 | 0.07 | 4.22 | 0.84 | 0.54 |
| Hex | EC | 33 | 25 | 0 | 4E | 54 | 7 | 4 | 54 | 36 |
| Octal | 354 | 63 | 45 | 0 | 116 | 124 | 7 | 4 | 124 | 66 |
| Binary | 11101100 | 110011 | 100101 | 0 | 1001110 | 1010100 | 111 | 100 | 1010100 | 110110 |
Color Harmonies of #EC3325
Complementary color
Monochromatic Colors of #EC3325
Black with #EC3325
Text Example
Text Example
White with #EC3325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3325; }
p { color: rgb(236,51,37); }
H1.HeaderClassName
{
color: #EC3325;
}
.AnyTagClassName
{
color: #EC3325;
}
</style>
background-color css
<style>
a { background-color: #EC3325; }
a { background-color: rgb(236,51,37); }
div.DivClassName
{
background-color: #EC3325;
}
.BgClassName
{
background-color: #EC3325;
}
</style>
border-color css
<style>
span { border-color: #EC3325; }
span { border-color: rgb(236,51,37); }
td.TdClassName
{
border-color: #EC3325;
}
.TagClassName
{
border-color: #EC3325;
}
</style>