Shades of Cinnabar #EC321B
Tints of Cinnabar #EC321B
RGB
CMYK
RGB Variations
Color information
#EC321B (or 0xEC321B) is known color: Cinnabar. HEX triplet: EC, 32 and 1B. RGB value is (236,50,27). Sum of RGB (Red+Green+Blue) = 236+50+27=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC321B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC321B is #13CDE4. Grayscale: #676767. Windows color (decimal): -1297893 or 1782508. OLE color: 1782508.
HSL color Cylindrical-coordinate representation of color #EC321B: hue angle of 6.6º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC321B is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 27 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.07 |
| HSL | 6.6º | 0.85% | 0.52% | - |
| HSV(B) | 6.6º | 0.89% | 0.93% | - |
| XYZ | 35.93 | 20.19 | 3.04 | - |
| YUV | 102.99 | 85.12 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 27 | 0 | 0.79 | 0.89 | 0.07 | 6.6 | 0.85 | 0.52 |
| Hex | EC | 32 | 1B | 0 | 4F | 59 | 7 | 7 | 55 | 34 |
| Octal | 354 | 62 | 33 | 0 | 117 | 131 | 7 | 7 | 125 | 64 |
| Binary | 11101100 | 110010 | 11011 | 0 | 1001111 | 1011001 | 111 | 111 | 1010101 | 110100 |
Color Harmonies of #EC321B
Complementary color
Monochromatic Colors of #EC321B
Black with #EC321B
Text Example
Text Example
White with #EC321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC321B; }
p { color: rgb(236,50,27); }
H1.HeaderClassName
{
color: #EC321B;
}
.AnyTagClassName
{
color: #EC321B;
}
</style>
background-color css
<style>
a { background-color: #EC321B; }
a { background-color: rgb(236,50,27); }
div.DivClassName
{
background-color: #EC321B;
}
.BgClassName
{
background-color: #EC321B;
}
</style>
border-color css
<style>
span { border-color: #EC321B; }
span { border-color: rgb(236,50,27); }
td.TdClassName
{
border-color: #EC321B;
}
.TagClassName
{
border-color: #EC321B;
}
</style>