Shades of Cinnabar #EC3530
Tints of Cinnabar #EC3530
RGB
CMYK
RGB Variations
Color information
#EC3530 (or 0xEC3530) is known color: Cinnabar. HEX triplet: EC, 35 and 30. RGB value is (236,53,48). Sum of RGB (Red+Green+Blue) = 236+53+48=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3530 is #13CACF. Grayscale: #6B6B6B. Windows color (decimal): -1297104 or 3159532. OLE color: 3159532.
HSL color Cylindrical-coordinate representation of color #EC3530: hue angle of 1.6º 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 #EC3530 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 48 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.07 |
| HSL | 1.6º | 0.83% | 0.56% | - |
| HSV(B) | 1.6º | 0.8% | 0.93% | - |
| XYZ | 36.4 | 20.59 | 4.85 | - |
| YUV | 107.15 | 94.63 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 48 | 0 | 0.78 | 0.80 | 0.07 | 1.6 | 0.83 | 0.56 |
| Hex | EC | 35 | 30 | 0 | 4E | 50 | 7 | 2 | 53 | 38 |
| Octal | 354 | 65 | 60 | 0 | 116 | 120 | 7 | 2 | 123 | 70 |
| Binary | 11101100 | 110101 | 110000 | 0 | 1001110 | 1010000 | 111 | 10 | 1010011 | 111000 |
Color Harmonies of #EC3530
Complementary color
Monochromatic Colors of #EC3530
Black with #EC3530
Text Example
Text Example
White with #EC3530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3530; }
p { color: rgb(236,53,48); }
H1.HeaderClassName
{
color: #EC3530;
}
.AnyTagClassName
{
color: #EC3530;
}
</style>
background-color css
<style>
a { background-color: #EC3530; }
a { background-color: rgb(236,53,48); }
div.DivClassName
{
background-color: #EC3530;
}
.BgClassName
{
background-color: #EC3530;
}
</style>
border-color css
<style>
span { border-color: #EC3530; }
span { border-color: rgb(236,53,48); }
td.TdClassName
{
border-color: #EC3530;
}
.TagClassName
{
border-color: #EC3530;
}
</style>