Shades of Cinnabar #EC371E
Tints of Cinnabar #EC371E
RGB
CMYK
RGB Variations
Color information
#EC371E (or 0xEC371E) is known color: Cinnabar. HEX triplet: EC, 37 and 1E. RGB value is (236,55,30). Sum of RGB (Red+Green+Blue) = 236+55+30=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC371E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC371E is #13C8E1. Grayscale: #6A6A6A. Windows color (decimal): -1296610 or 1980396. OLE color: 1980396.
HSL color Cylindrical-coordinate representation of color #EC371E: hue angle of 7.28º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC371E is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 30 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.07 |
| HSL | 7.28º | 0.84% | 0.52% | - |
| HSV(B) | 7.28º | 0.87% | 0.93% | - |
| XYZ | 36.19 | 20.66 | 3.31 | - |
| YUV | 106.27 | 84.97 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 30 | 0 | 0.77 | 0.87 | 0.07 | 7.28 | 0.84 | 0.52 |
| Hex | EC | 37 | 1E | 0 | 4D | 57 | 7 | 7 | 54 | 34 |
| Octal | 354 | 67 | 36 | 0 | 115 | 127 | 7 | 7 | 124 | 64 |
| Binary | 11101100 | 110111 | 11110 | 0 | 1001101 | 1010111 | 111 | 111 | 1010100 | 110100 |
Color Harmonies of #EC371E
Complementary color
Monochromatic Colors of #EC371E
Black with #EC371E
Text Example
Text Example
White with #EC371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC371E; }
p { color: rgb(236,55,30); }
H1.HeaderClassName
{
color: #EC371E;
}
.AnyTagClassName
{
color: #EC371E;
}
</style>
background-color css
<style>
a { background-color: #EC371E; }
a { background-color: rgb(236,55,30); }
div.DivClassName
{
background-color: #EC371E;
}
.BgClassName
{
background-color: #EC371E;
}
</style>
border-color css
<style>
span { border-color: #EC371E; }
span { border-color: rgb(236,55,30); }
td.TdClassName
{
border-color: #EC371E;
}
.TagClassName
{
border-color: #EC371E;
}
</style>