Shades of Cinnabar #EC482B
Tints of Cinnabar #EC482B
RGB
CMYK
RGB Variations
Color information
#EC482B (or 0xEC482B) is known color: Cinnabar. HEX triplet: EC, 48 and 2B. RGB value is (236,72,43). Sum of RGB (Red+Green+Blue) = 236+72+43=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC482B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC482B is #13B7D4. Grayscale: #767676. Windows color (decimal): -1292245 or 2836716. OLE color: 2836716.
HSL color Cylindrical-coordinate representation of color #EC482B: hue angle of 9.02º 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 #EC482B is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 43 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.07 |
| HSL | 9.02º | 0.84% | 0.55% | - |
| HSV(B) | 9.02º | 0.82% | 0.93% | - |
| XYZ | 37.35 | 22.64 | 4.69 | - |
| YUV | 117.73 | 85.83 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 43 | 0 | 0.69 | 0.82 | 0.07 | 9.02 | 0.84 | 0.55 |
| Hex | EC | 48 | 2B | 0 | 45 | 52 | 7 | 9 | 54 | 37 |
| Octal | 354 | 110 | 53 | 0 | 105 | 122 | 7 | 11 | 124 | 67 |
| Binary | 11101100 | 1001000 | 101011 | 0 | 1000101 | 1010010 | 111 | 1001 | 1010100 | 110111 |
Color Harmonies of #EC482B
Complementary color
Monochromatic Colors of #EC482B
Black with #EC482B
Text Example
Text Example
White with #EC482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC482B; }
p { color: rgb(236,72,43); }
H1.HeaderClassName
{
color: #EC482B;
}
.AnyTagClassName
{
color: #EC482B;
}
</style>
background-color css
<style>
a { background-color: #EC482B; }
a { background-color: rgb(236,72,43); }
div.DivClassName
{
background-color: #EC482B;
}
.BgClassName
{
background-color: #EC482B;
}
</style>
border-color css
<style>
span { border-color: #EC482B; }
span { border-color: rgb(236,72,43); }
td.TdClassName
{
border-color: #EC482B;
}
.TagClassName
{
border-color: #EC482B;
}
</style>