Shades of Cinnabar #EC3A30
Tints of Cinnabar #EC3A30
RGB
CMYK
RGB Variations
Color information
#EC3A30 (or 0xEC3A30) is known color: Cinnabar. HEX triplet: EC, 3A and 30. RGB value is (236,58,48). Sum of RGB (Red+Green+Blue) = 236+58+48=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3A30 is #13C5CF. Grayscale: #6E6E6E. Windows color (decimal): -1295824 or 3160812. OLE color: 3160812.
HSL color Cylindrical-coordinate representation of color #EC3A30: hue angle of 3.19º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC3A30 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 48 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.07 |
| HSL | 3.19º | 0.83% | 0.56% | - |
| HSV(B) | 3.19º | 0.8% | 0.93% | - |
| XYZ | 36.64 | 21.07 | 4.93 | - |
| YUV | 110.08 | 92.97 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 48 | 0 | 0.75 | 0.80 | 0.07 | 3.19 | 0.83 | 0.56 |
| Hex | EC | 3A | 30 | 0 | 4B | 50 | 7 | 3 | 53 | 38 |
| Octal | 354 | 72 | 60 | 0 | 113 | 120 | 7 | 3 | 123 | 70 |
| Binary | 11101100 | 111010 | 110000 | 0 | 1001011 | 1010000 | 111 | 11 | 1010011 | 111000 |
Color Harmonies of #EC3A30
Complementary color
Monochromatic Colors of #EC3A30
Black with #EC3A30
Text Example
Text Example
White with #EC3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A30; }
p { color: rgb(236,58,48); }
H1.HeaderClassName
{
color: #EC3A30;
}
.AnyTagClassName
{
color: #EC3A30;
}
</style>
background-color css
<style>
a { background-color: #EC3A30; }
a { background-color: rgb(236,58,48); }
div.DivClassName
{
background-color: #EC3A30;
}
.BgClassName
{
background-color: #EC3A30;
}
</style>
border-color css
<style>
span { border-color: #EC3A30; }
span { border-color: rgb(236,58,48); }
td.TdClassName
{
border-color: #EC3A30;
}
.TagClassName
{
border-color: #EC3A30;
}
</style>