Shades of Cinnabar #EC372D
Tints of Cinnabar #EC372D
RGB
CMYK
RGB Variations
Color information
#EC372D (or 0xEC372D) is known color: Cinnabar. HEX triplet: EC, 37 and 2D. RGB value is (236,55,45). Sum of RGB (Red+Green+Blue) = 236+55+45=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC372D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC372D is #13C8D2. Grayscale: #6C6C6C. Windows color (decimal): -1296595 or 2963436. OLE color: 2963436.
HSL color Cylindrical-coordinate representation of color #EC372D: hue angle of 3.14º 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 #EC372D is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 45 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.07 |
| HSL | 3.14º | 0.83% | 0.55% | - |
| HSV(B) | 3.14º | 0.81% | 0.93% | - |
| XYZ | 36.43 | 20.75 | 4.57 | - |
| YUV | 107.98 | 92.47 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 45 | 0 | 0.77 | 0.81 | 0.07 | 3.14 | 0.83 | 0.55 |
| Hex | EC | 37 | 2D | 0 | 4D | 51 | 7 | 3 | 53 | 37 |
| Octal | 354 | 67 | 55 | 0 | 115 | 121 | 7 | 3 | 123 | 67 |
| Binary | 11101100 | 110111 | 101101 | 0 | 1001101 | 1010001 | 111 | 11 | 1010011 | 110111 |
Color Harmonies of #EC372D
Complementary color
Monochromatic Colors of #EC372D
Black with #EC372D
Text Example
Text Example
White with #EC372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC372D; }
p { color: rgb(236,55,45); }
H1.HeaderClassName
{
color: #EC372D;
}
.AnyTagClassName
{
color: #EC372D;
}
</style>
background-color css
<style>
a { background-color: #EC372D; }
a { background-color: rgb(236,55,45); }
div.DivClassName
{
background-color: #EC372D;
}
.BgClassName
{
background-color: #EC372D;
}
</style>
border-color css
<style>
span { border-color: #EC372D; }
span { border-color: rgb(236,55,45); }
td.TdClassName
{
border-color: #EC372D;
}
.TagClassName
{
border-color: #EC372D;
}
</style>