Shades of Cinnabar #EC482A
Tints of Cinnabar #EC482A
RGB
CMYK
RGB Variations
Color information
#EC482A (or 0xEC482A) is known color: Cinnabar. HEX triplet: EC, 48 and 2A. RGB value is (236,72,42). Sum of RGB (Red+Green+Blue) = 236+72+42=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC482A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC482A is #13B7D5. Grayscale: #757575. Windows color (decimal): -1292246 or 2771180. OLE color: 2771180.
HSL color Cylindrical-coordinate representation of color #EC482A: hue angle of 9.28º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC482A is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 42 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.07 |
| HSL | 9.28º | 0.84% | 0.55% | - |
| HSV(B) | 9.28º | 0.82% | 0.93% | - |
| XYZ | 37.33 | 22.63 | 4.59 | - |
| YUV | 117.62 | 85.33 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 42 | 0 | 0.69 | 0.82 | 0.07 | 9.28 | 0.84 | 0.55 |
| Hex | EC | 48 | 2A | 0 | 45 | 52 | 7 | 9 | 54 | 37 |
| Octal | 354 | 110 | 52 | 0 | 105 | 122 | 7 | 11 | 124 | 67 |
| Binary | 11101100 | 1001000 | 101010 | 0 | 1000101 | 1010010 | 111 | 1001 | 1010100 | 110111 |
Color Harmonies of #EC482A
Complementary color
Monochromatic Colors of #EC482A
Black with #EC482A
Text Example
Text Example
White with #EC482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC482A; }
p { color: rgb(236,72,42); }
H1.HeaderClassName
{
color: #EC482A;
}
.AnyTagClassName
{
color: #EC482A;
}
</style>
background-color css
<style>
a { background-color: #EC482A; }
a { background-color: rgb(236,72,42); }
div.DivClassName
{
background-color: #EC482A;
}
.BgClassName
{
background-color: #EC482A;
}
</style>
border-color css
<style>
span { border-color: #EC482A; }
span { border-color: rgb(236,72,42); }
td.TdClassName
{
border-color: #EC482A;
}
.TagClassName
{
border-color: #EC482A;
}
</style>