Shades of Cinnabar #EC482F
Tints of Cinnabar #EC482F
RGB
CMYK
RGB Variations
Color information
#EC482F (or 0xEC482F) is known color: Cinnabar. HEX triplet: EC, 48 and 2F. RGB value is (236,72,47). Sum of RGB (Red+Green+Blue) = 236+72+47=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC482F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC482F is #13B7D0. Grayscale: #767676. Windows color (decimal): -1292241 or 3098860. OLE color: 3098860.
HSL color Cylindrical-coordinate representation of color #EC482F: hue angle of 7.94º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC482F is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 47 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.07 |
| HSL | 7.94º | 0.83% | 0.55% | - |
| HSV(B) | 7.94º | 0.8% | 0.93% | - |
| XYZ | 37.42 | 22.67 | 5.09 | - |
| YUV | 118.19 | 87.83 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 47 | 0 | 0.69 | 0.80 | 0.07 | 7.94 | 0.83 | 0.55 |
| Hex | EC | 48 | 2F | 0 | 45 | 50 | 7 | 8 | 53 | 37 |
| Octal | 354 | 110 | 57 | 0 | 105 | 120 | 7 | 10 | 123 | 67 |
| Binary | 11101100 | 1001000 | 101111 | 0 | 1000101 | 1010000 | 111 | 1000 | 1010011 | 110111 |
Color Harmonies of #EC482F
Complementary color
Monochromatic Colors of #EC482F
Black with #EC482F
Text Example
Text Example
White with #EC482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC482F; }
p { color: rgb(236,72,47); }
H1.HeaderClassName
{
color: #EC482F;
}
.AnyTagClassName
{
color: #EC482F;
}
</style>
background-color css
<style>
a { background-color: #EC482F; }
a { background-color: rgb(236,72,47); }
div.DivClassName
{
background-color: #EC482F;
}
.BgClassName
{
background-color: #EC482F;
}
</style>
border-color css
<style>
span { border-color: #EC482F; }
span { border-color: rgb(236,72,47); }
td.TdClassName
{
border-color: #EC482F;
}
.TagClassName
{
border-color: #EC482F;
}
</style>