Shades of Cinnabar #EC372B
Tints of Cinnabar #EC372B
RGB
CMYK
RGB Variations
Color information
#EC372B (or 0xEC372B) is known color: Cinnabar. HEX triplet: EC, 37 and 2B. RGB value is (236,55,43). Sum of RGB (Red+Green+Blue) = 236+55+43=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC372B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC372B is #13C8D4. Grayscale: #6B6B6B. Windows color (decimal): -1296597 or 2832364. OLE color: 2832364.
HSL color Cylindrical-coordinate representation of color #EC372B: hue angle of 3.73º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC372B is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 43 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.07 |
| HSL | 3.73º | 0.84% | 0.55% | - |
| HSV(B) | 3.73º | 0.82% | 0.93% | - |
| XYZ | 36.39 | 20.74 | 4.37 | - |
| YUV | 107.75 | 91.47 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 43 | 0 | 0.77 | 0.82 | 0.07 | 3.73 | 0.84 | 0.55 |
| Hex | EC | 37 | 2B | 0 | 4D | 52 | 7 | 4 | 54 | 37 |
| Octal | 354 | 67 | 53 | 0 | 115 | 122 | 7 | 4 | 124 | 67 |
| Binary | 11101100 | 110111 | 101011 | 0 | 1001101 | 1010010 | 111 | 100 | 1010100 | 110111 |
Color Harmonies of #EC372B
Complementary color
Monochromatic Colors of #EC372B
Black with #EC372B
Text Example
Text Example
White with #EC372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC372B; }
p { color: rgb(236,55,43); }
H1.HeaderClassName
{
color: #EC372B;
}
.AnyTagClassName
{
color: #EC372B;
}
</style>
background-color css
<style>
a { background-color: #EC372B; }
a { background-color: rgb(236,55,43); }
div.DivClassName
{
background-color: #EC372B;
}
.BgClassName
{
background-color: #EC372B;
}
</style>
border-color css
<style>
span { border-color: #EC372B; }
span { border-color: rgb(236,55,43); }
td.TdClassName
{
border-color: #EC372B;
}
.TagClassName
{
border-color: #EC372B;
}
</style>