Shades of Cinnabar #EC3C3A
Tints of Cinnabar #EC3C3A
RGB
CMYK
RGB Variations
Color information
#EC3C3A (or 0xEC3C3A) is known color: Cinnabar. HEX triplet: EC, 3C and 3A. RGB value is (236,60,58). Sum of RGB (Red+Green+Blue) = 236+60+58=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3C3A is #13C3C5. Grayscale: #707070. Windows color (decimal): -1295302 or 3816684. OLE color: 3816684.
HSL color Cylindrical-coordinate representation of color #EC3C3A: hue angle of 0.67º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3C3A is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 58 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.07 |
| HSL | 0.67º | 0.82% | 0.58% | - |
| HSV(B) | 0.67º | 0.75% | 0.93% | - |
| XYZ | 36.97 | 21.37 | 6.18 | - |
| YUV | 112.4 | 97.31 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 58 | 0 | 0.75 | 0.75 | 0.07 | 0.67 | 0.82 | 0.58 |
| Hex | EC | 3C | 3A | 0 | 4B | 4B | 7 | 1 | 52 | 3A |
| Octal | 354 | 74 | 72 | 0 | 113 | 113 | 7 | 1 | 122 | 72 |
| Binary | 11101100 | 111100 | 111010 | 0 | 1001011 | 1001011 | 111 | 1 | 1010010 | 111010 |
Color Harmonies of #EC3C3A
Complementary color
Monochromatic Colors of #EC3C3A
Black with #EC3C3A
Text Example
Text Example
White with #EC3C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C3A; }
p { color: rgb(236,60,58); }
H1.HeaderClassName
{
color: #EC3C3A;
}
.AnyTagClassName
{
color: #EC3C3A;
}
</style>
background-color css
<style>
a { background-color: #EC3C3A; }
a { background-color: rgb(236,60,58); }
div.DivClassName
{
background-color: #EC3C3A;
}
.BgClassName
{
background-color: #EC3C3A;
}
</style>
border-color css
<style>
span { border-color: #EC3C3A; }
span { border-color: rgb(236,60,58); }
td.TdClassName
{
border-color: #EC3C3A;
}
.TagClassName
{
border-color: #EC3C3A;
}
</style>