Shades of Cinnabar #EC372C
Tints of Cinnabar #EC372C
RGB
CMYK
RGB Variations
Color information
#EC372C (or 0xEC372C) is known color: Cinnabar. HEX triplet: EC, 37 and 2C. RGB value is (236,55,44). Sum of RGB (Red+Green+Blue) = 236+55+44=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC372C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC372C is #13C8D3. Grayscale: #6C6C6C. Windows color (decimal): -1296596 or 2897900. OLE color: 2897900.
HSL color Cylindrical-coordinate representation of color #EC372C: hue angle of 3.44º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC372C is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 44 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.07 |
| HSL | 3.44º | 0.83% | 0.55% | - |
| HSV(B) | 3.44º | 0.81% | 0.93% | - |
| XYZ | 36.41 | 20.75 | 4.47 | - |
| YUV | 107.87 | 91.97 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 44 | 0 | 0.77 | 0.81 | 0.07 | 3.44 | 0.83 | 0.55 |
| Hex | EC | 37 | 2C | 0 | 4D | 51 | 7 | 3 | 53 | 37 |
| Octal | 354 | 67 | 54 | 0 | 115 | 121 | 7 | 3 | 123 | 67 |
| Binary | 11101100 | 110111 | 101100 | 0 | 1001101 | 1010001 | 111 | 11 | 1010011 | 110111 |
Color Harmonies of #EC372C
Complementary color
Monochromatic Colors of #EC372C
Black with #EC372C
Text Example
Text Example
White with #EC372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC372C; }
p { color: rgb(236,55,44); }
H1.HeaderClassName
{
color: #EC372C;
}
.AnyTagClassName
{
color: #EC372C;
}
</style>
background-color css
<style>
a { background-color: #EC372C; }
a { background-color: rgb(236,55,44); }
div.DivClassName
{
background-color: #EC372C;
}
.BgClassName
{
background-color: #EC372C;
}
</style>
border-color css
<style>
span { border-color: #EC372C; }
span { border-color: rgb(236,55,44); }
td.TdClassName
{
border-color: #EC372C;
}
.TagClassName
{
border-color: #EC372C;
}
</style>