Shades of Cinnabar #EC482E
Tints of Cinnabar #EC482E
RGB
CMYK
RGB Variations
Color information
#EC482E (or 0xEC482E) is known color: Cinnabar. HEX triplet: EC, 48 and 2E. RGB value is (236,72,46). Sum of RGB (Red+Green+Blue) = 236+72+46=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC482E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC482E is #13B7D1. Grayscale: #767676. Windows color (decimal): -1292242 or 3033324. OLE color: 3033324.
HSL color Cylindrical-coordinate representation of color #EC482E: hue angle of 8.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC482E is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 46 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.07 |
| HSL | 8.21º | 0.83% | 0.55% | - |
| HSV(B) | 8.21º | 0.81% | 0.93% | - |
| XYZ | 37.4 | 22.66 | 4.99 | - |
| YUV | 118.07 | 87.33 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 46 | 0 | 0.69 | 0.81 | 0.07 | 8.21 | 0.83 | 0.55 |
| Hex | EC | 48 | 2E | 0 | 45 | 51 | 7 | 8 | 53 | 37 |
| Octal | 354 | 110 | 56 | 0 | 105 | 121 | 7 | 10 | 123 | 67 |
| Binary | 11101100 | 1001000 | 101110 | 0 | 1000101 | 1010001 | 111 | 1000 | 1010011 | 110111 |
Color Harmonies of #EC482E
Complementary color
Monochromatic Colors of #EC482E
Black with #EC482E
Text Example
Text Example
White with #EC482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC482E; }
p { color: rgb(236,72,46); }
H1.HeaderClassName
{
color: #EC482E;
}
.AnyTagClassName
{
color: #EC482E;
}
</style>
background-color css
<style>
a { background-color: #EC482E; }
a { background-color: rgb(236,72,46); }
div.DivClassName
{
background-color: #EC482E;
}
.BgClassName
{
background-color: #EC482E;
}
</style>
border-color css
<style>
span { border-color: #EC482E; }
span { border-color: rgb(236,72,46); }
td.TdClassName
{
border-color: #EC482E;
}
.TagClassName
{
border-color: #EC482E;
}
</style>