Shades of Cinnabar #EC3625
Tints of Cinnabar #EC3625
RGB
CMYK
RGB Variations
Color information
#EC3625 (or 0xEC3625) is known color: Cinnabar. HEX triplet: EC, 36 and 25. RGB value is (236,54,37). Sum of RGB (Red+Green+Blue) = 236+54+37=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3625 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3625 is #13C9DA. Grayscale: #6A6A6A. Windows color (decimal): -1296859 or 2438892. OLE color: 2438892.
HSL color Cylindrical-coordinate representation of color #EC3625: hue angle of 5.13º 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 #EC3625 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 37 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.07 |
| HSL | 5.13º | 0.84% | 0.54% | - |
| HSV(B) | 5.13º | 0.84% | 0.93% | - |
| XYZ | 36.25 | 20.6 | 3.82 | - |
| YUV | 106.48 | 88.8 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 37 | 0 | 0.77 | 0.84 | 0.07 | 5.13 | 0.84 | 0.54 |
| Hex | EC | 36 | 25 | 0 | 4D | 54 | 7 | 5 | 54 | 36 |
| Octal | 354 | 66 | 45 | 0 | 115 | 124 | 7 | 5 | 124 | 66 |
| Binary | 11101100 | 110110 | 100101 | 0 | 1001101 | 1010100 | 111 | 101 | 1010100 | 110110 |
Color Harmonies of #EC3625
Complementary color
Monochromatic Colors of #EC3625
Black with #EC3625
Text Example
Text Example
White with #EC3625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3625; }
p { color: rgb(236,54,37); }
H1.HeaderClassName
{
color: #EC3625;
}
.AnyTagClassName
{
color: #EC3625;
}
</style>
background-color css
<style>
a { background-color: #EC3625; }
a { background-color: rgb(236,54,37); }
div.DivClassName
{
background-color: #EC3625;
}
.BgClassName
{
background-color: #EC3625;
}
</style>
border-color css
<style>
span { border-color: #EC3625; }
span { border-color: rgb(236,54,37); }
td.TdClassName
{
border-color: #EC3625;
}
.TagClassName
{
border-color: #EC3625;
}
</style>