Shades of Cinnabar #EC4D2A
Tints of Cinnabar #EC4D2A
RGB
CMYK
RGB Variations
Color information
#EC4D2A (or 0xEC4D2A) is known color: Cinnabar. HEX triplet: EC, 4D and 2A. RGB value is (236,77,42). Sum of RGB (Red+Green+Blue) = 236+77+42=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4D2A is #13B2D5. Grayscale: #787878. Windows color (decimal): -1290966 or 2772460. OLE color: 2772460.
HSL color Cylindrical-coordinate representation of color #EC4D2A: hue angle of 10.82º 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 #EC4D2A is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 42 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.07 |
| HSL | 10.82º | 0.84% | 0.55% | - |
| HSV(B) | 10.82º | 0.82% | 0.93% | - |
| XYZ | 37.66 | 23.31 | 4.7 | - |
| YUV | 120.55 | 83.68 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 42 | 0 | 0.67 | 0.82 | 0.07 | 10.82 | 0.84 | 0.55 |
| Hex | EC | 4D | 2A | 0 | 43 | 52 | 7 | B | 54 | 37 |
| Octal | 354 | 115 | 52 | 0 | 103 | 122 | 7 | 13 | 124 | 67 |
| Binary | 11101100 | 1001101 | 101010 | 0 | 1000011 | 1010010 | 111 | 1011 | 1010100 | 110111 |
Color Harmonies of #EC4D2A
Complementary color
Monochromatic Colors of #EC4D2A
Black with #EC4D2A
Text Example
Text Example
White with #EC4D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D2A; }
p { color: rgb(236,77,42); }
H1.HeaderClassName
{
color: #EC4D2A;
}
.AnyTagClassName
{
color: #EC4D2A;
}
</style>
background-color css
<style>
a { background-color: #EC4D2A; }
a { background-color: rgb(236,77,42); }
div.DivClassName
{
background-color: #EC4D2A;
}
.BgClassName
{
background-color: #EC4D2A;
}
</style>
border-color css
<style>
span { border-color: #EC4D2A; }
span { border-color: rgb(236,77,42); }
td.TdClassName
{
border-color: #EC4D2A;
}
.TagClassName
{
border-color: #EC4D2A;
}
</style>