Shades of Cinnabar #EC4F2D
Tints of Cinnabar #EC4F2D
RGB
CMYK
RGB Variations
Color information
#EC4F2D (or 0xEC4F2D) is known color: Cinnabar. HEX triplet: EC, 4F and 2D. RGB value is (236,79,45). Sum of RGB (Red+Green+Blue) = 236+79+45=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4F2D is #13B0D2. Grayscale: #7A7A7A. Windows color (decimal): -1290451 or 2969580. OLE color: 2969580.
HSL color Cylindrical-coordinate representation of color #EC4F2D: hue angle of 10.68º 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 #EC4F2D is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 45 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.07 |
| HSL | 10.68º | 0.83% | 0.55% | - |
| HSV(B) | 10.68º | 0.81% | 0.93% | - |
| XYZ | 37.86 | 23.61 | 5.05 | - |
| YUV | 122.07 | 84.51 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 45 | 0 | 0.67 | 0.81 | 0.07 | 10.68 | 0.83 | 0.55 |
| Hex | EC | 4F | 2D | 0 | 43 | 51 | 7 | B | 53 | 37 |
| Octal | 354 | 117 | 55 | 0 | 103 | 121 | 7 | 13 | 123 | 67 |
| Binary | 11101100 | 1001111 | 101101 | 0 | 1000011 | 1010001 | 111 | 1011 | 1010011 | 110111 |
Color Harmonies of #EC4F2D
Complementary color
Monochromatic Colors of #EC4F2D
Black with #EC4F2D
Text Example
Text Example
White with #EC4F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F2D; }
p { color: rgb(236,79,45); }
H1.HeaderClassName
{
color: #EC4F2D;
}
.AnyTagClassName
{
color: #EC4F2D;
}
</style>
background-color css
<style>
a { background-color: #EC4F2D; }
a { background-color: rgb(236,79,45); }
div.DivClassName
{
background-color: #EC4F2D;
}
.BgClassName
{
background-color: #EC4F2D;
}
</style>
border-color css
<style>
span { border-color: #EC4F2D; }
span { border-color: rgb(236,79,45); }
td.TdClassName
{
border-color: #EC4F2D;
}
.TagClassName
{
border-color: #EC4F2D;
}
</style>