Shades of Cinnabar #EC482D
Tints of Cinnabar #EC482D
RGB
CMYK
RGB Variations
Color information
#EC482D (or 0xEC482D) is known color: Cinnabar. HEX triplet: EC, 48 and 2D. RGB value is (236,72,45). Sum of RGB (Red+Green+Blue) = 236+72+45=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC482D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC482D is #13B7D2. Grayscale: #767676. Windows color (decimal): -1292243 or 2967788. OLE color: 2967788.
HSL color Cylindrical-coordinate representation of color #EC482D: hue angle of 8.48º 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 #EC482D is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 45 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.07 |
| HSL | 8.48º | 0.83% | 0.55% | - |
| HSV(B) | 8.48º | 0.81% | 0.93% | - |
| XYZ | 37.38 | 22.66 | 4.89 | - |
| YUV | 117.96 | 86.83 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 45 | 0 | 0.69 | 0.81 | 0.07 | 8.48 | 0.83 | 0.55 |
| Hex | EC | 48 | 2D | 0 | 45 | 51 | 7 | 8 | 53 | 37 |
| Octal | 354 | 110 | 55 | 0 | 105 | 121 | 7 | 10 | 123 | 67 |
| Binary | 11101100 | 1001000 | 101101 | 0 | 1000101 | 1010001 | 111 | 1000 | 1010011 | 110111 |
Color Harmonies of #EC482D
Complementary color
Monochromatic Colors of #EC482D
Black with #EC482D
Text Example
Text Example
White with #EC482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC482D; }
p { color: rgb(236,72,45); }
H1.HeaderClassName
{
color: #EC482D;
}
.AnyTagClassName
{
color: #EC482D;
}
</style>
background-color css
<style>
a { background-color: #EC482D; }
a { background-color: rgb(236,72,45); }
div.DivClassName
{
background-color: #EC482D;
}
.BgClassName
{
background-color: #EC482D;
}
</style>
border-color css
<style>
span { border-color: #EC482D; }
span { border-color: rgb(236,72,45); }
td.TdClassName
{
border-color: #EC482D;
}
.TagClassName
{
border-color: #EC482D;
}
</style>