Shades of Cinnabar #EC3125
Tints of Cinnabar #EC3125
RGB
CMYK
RGB Variations
Color information
#EC3125 (or 0xEC3125) is known color: Cinnabar. HEX triplet: EC, 31 and 25. RGB value is (236,49,37). Sum of RGB (Red+Green+Blue) = 236+49+37=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3125 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3125 is #13CEDA. Grayscale: #676767. Windows color (decimal): -1298139 or 2437612. OLE color: 2437612.
HSL color Cylindrical-coordinate representation of color #EC3125: hue angle of 3.62º 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 #EC3125 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 37 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.07 |
| HSL | 3.62º | 0.84% | 0.54% | - |
| HSV(B) | 3.62º | 0.84% | 0.93% | - |
| XYZ | 36.02 | 20.16 | 3.74 | - |
| YUV | 103.55 | 90.45 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 37 | 0 | 0.79 | 0.84 | 0.07 | 3.62 | 0.84 | 0.54 |
| Hex | EC | 31 | 25 | 0 | 4F | 54 | 7 | 4 | 54 | 36 |
| Octal | 354 | 61 | 45 | 0 | 117 | 124 | 7 | 4 | 124 | 66 |
| Binary | 11101100 | 110001 | 100101 | 0 | 1001111 | 1010100 | 111 | 100 | 1010100 | 110110 |
Color Harmonies of #EC3125
Complementary color
Monochromatic Colors of #EC3125
Black with #EC3125
Text Example
Text Example
White with #EC3125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3125; }
p { color: rgb(236,49,37); }
H1.HeaderClassName
{
color: #EC3125;
}
.AnyTagClassName
{
color: #EC3125;
}
</style>
background-color css
<style>
a { background-color: #EC3125; }
a { background-color: rgb(236,49,37); }
div.DivClassName
{
background-color: #EC3125;
}
.BgClassName
{
background-color: #EC3125;
}
</style>
border-color css
<style>
span { border-color: #EC3125; }
span { border-color: rgb(236,49,37); }
td.TdClassName
{
border-color: #EC3125;
}
.TagClassName
{
border-color: #EC3125;
}
</style>