Shades of Cinnabar #EC482C
Tints of Cinnabar #EC482C
RGB
CMYK
RGB Variations
Color information
#EC482C (or 0xEC482C) is known color: Cinnabar. HEX triplet: EC, 48 and 2C. RGB value is (236,72,44). Sum of RGB (Red+Green+Blue) = 236+72+44=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC482C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC482C is #13B7D3. Grayscale: #767676. Windows color (decimal): -1292244 or 2902252. OLE color: 2902252.
HSL color Cylindrical-coordinate representation of color #EC482C: hue angle of 8.75º 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 #EC482C is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 44 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.07 |
| HSL | 8.75º | 0.83% | 0.55% | - |
| HSV(B) | 8.75º | 0.81% | 0.93% | - |
| XYZ | 37.36 | 22.65 | 4.79 | - |
| YUV | 117.84 | 86.33 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 44 | 0 | 0.69 | 0.81 | 0.07 | 8.75 | 0.83 | 0.55 |
| Hex | EC | 48 | 2C | 0 | 45 | 51 | 7 | 9 | 53 | 37 |
| Octal | 354 | 110 | 54 | 0 | 105 | 121 | 7 | 11 | 123 | 67 |
| Binary | 11101100 | 1001000 | 101100 | 0 | 1000101 | 1010001 | 111 | 1001 | 1010011 | 110111 |
Color Harmonies of #EC482C
Complementary color
Monochromatic Colors of #EC482C
Black with #EC482C
Text Example
Text Example
White with #EC482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC482C; }
p { color: rgb(236,72,44); }
H1.HeaderClassName
{
color: #EC482C;
}
.AnyTagClassName
{
color: #EC482C;
}
</style>
background-color css
<style>
a { background-color: #EC482C; }
a { background-color: rgb(236,72,44); }
div.DivClassName
{
background-color: #EC482C;
}
.BgClassName
{
background-color: #EC482C;
}
</style>
border-color css
<style>
span { border-color: #EC482C; }
span { border-color: rgb(236,72,44); }
td.TdClassName
{
border-color: #EC482C;
}
.TagClassName
{
border-color: #EC482C;
}
</style>