Shades of Cinnabar #EC3A31
Tints of Cinnabar #EC3A31
RGB
CMYK
RGB Variations
Color information
#EC3A31 (or 0xEC3A31) is known color: Cinnabar. HEX triplet: EC, 3A and 31. RGB value is (236,58,49). Sum of RGB (Red+Green+Blue) = 236+58+49=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3A31 is #13C5CE. Grayscale: #6E6E6E. Windows color (decimal): -1295823 or 3226348. OLE color: 3226348.
HSL color Cylindrical-coordinate representation of color #EC3A31: hue angle of 2.89º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3A31 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 49 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.07 |
| HSL | 2.89º | 0.83% | 0.56% | - |
| HSV(B) | 2.89º | 0.79% | 0.93% | - |
| XYZ | 36.66 | 21.08 | 5.04 | - |
| YUV | 110.2 | 93.47 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 49 | 0 | 0.75 | 0.79 | 0.07 | 2.89 | 0.83 | 0.56 |
| Hex | EC | 3A | 31 | 0 | 4B | 4F | 7 | 3 | 53 | 38 |
| Octal | 354 | 72 | 61 | 0 | 113 | 117 | 7 | 3 | 123 | 70 |
| Binary | 11101100 | 111010 | 110001 | 0 | 1001011 | 1001111 | 111 | 11 | 1010011 | 111000 |
Color Harmonies of #EC3A31
Complementary color
Monochromatic Colors of #EC3A31
Black with #EC3A31
Text Example
Text Example
White with #EC3A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A31; }
p { color: rgb(236,58,49); }
H1.HeaderClassName
{
color: #EC3A31;
}
.AnyTagClassName
{
color: #EC3A31;
}
</style>
background-color css
<style>
a { background-color: #EC3A31; }
a { background-color: rgb(236,58,49); }
div.DivClassName
{
background-color: #EC3A31;
}
.BgClassName
{
background-color: #EC3A31;
}
</style>
border-color css
<style>
span { border-color: #EC3A31; }
span { border-color: rgb(236,58,49); }
td.TdClassName
{
border-color: #EC3A31;
}
.TagClassName
{
border-color: #EC3A31;
}
</style>