Shades of Cinnabar #EC3737
Tints of Cinnabar #EC3737
RGB
CMYK
RGB Variations
Color information
#EC3737 (or 0xEC3737) is known color: Cinnabar. HEX triplet: EC, 37 and 37. RGB value is (236,55,55). Sum of RGB (Red+Green+Blue) = 236+55+55=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3737 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3737 is #13C8C8. Grayscale: #6D6D6D. Windows color (decimal): -1296585 or 3618796. OLE color: 3618796.
HSL color Cylindrical-coordinate representation of color #EC3737: hue angle of 0º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3737 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 55 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.07 |
| HSL | 0º | 0.83% | 0.57% | - |
| HSV(B) | 0º | 0.77% | 0.93% | - |
| XYZ | 36.65 | 20.84 | 5.71 | - |
| YUV | 109.12 | 97.47 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 55 | 0 | 0.77 | 0.77 | 0.07 | 0 | 0.83 | 0.57 |
| Hex | EC | 37 | 37 | 0 | 4D | 4D | 7 | 0 | 53 | 39 |
| Octal | 354 | 67 | 67 | 0 | 115 | 115 | 7 | 0 | 123 | 71 |
| Binary | 11101100 | 110111 | 110111 | 0 | 1001101 | 1001101 | 111 | 0 | 1010011 | 111001 |
Color Harmonies of #EC3737
Complementary color
Monochromatic Colors of #EC3737
Black with #EC3737
Text Example
Text Example
White with #EC3737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3737; }
p { color: rgb(236,55,55); }
H1.HeaderClassName
{
color: #EC3737;
}
.AnyTagClassName
{
color: #EC3737;
}
</style>
background-color css
<style>
a { background-color: #EC3737; }
a { background-color: rgb(236,55,55); }
div.DivClassName
{
background-color: #EC3737;
}
.BgClassName
{
background-color: #EC3737;
}
</style>
border-color css
<style>
span { border-color: #EC3737; }
span { border-color: rgb(236,55,55); }
td.TdClassName
{
border-color: #EC3737;
}
.TagClassName
{
border-color: #EC3737;
}
</style>