Shades of Cinnabar #EC4C2D
Tints of Cinnabar #EC4C2D
RGB
CMYK
RGB Variations
Color information
#EC4C2D (or 0xEC4C2D) is known color: Cinnabar. HEX triplet: EC, 4C and 2D. RGB value is (236,76,45). Sum of RGB (Red+Green+Blue) = 236+76+45=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4C2D is #13B3D2. Grayscale: #787878. Windows color (decimal): -1291219 or 2968812. OLE color: 2968812.
HSL color Cylindrical-coordinate representation of color #EC4C2D: hue angle of 9.74º 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 #EC4C2D is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 76 | 45 | - |
CMYK | 0 | 0.68 | 0.81 | 0.07 |
HSL | 9.74º | 0.83% | 0.55% | - |
HSV(B) | 9.74º | 0.81% | 0.93% | - |
XYZ | 37.65 | 23.19 | 4.97 | - |
YUV | 120.31 | 85.51 | 210.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 76 | 45 | 0 | 0.68 | 0.81 | 0.07 | 9.74 | 0.83 | 0.55 |
Hex | EC | 4C | 2D | 0 | 44 | 51 | 7 | A | 53 | 37 |
Octal | 354 | 114 | 55 | 0 | 104 | 121 | 7 | 12 | 123 | 67 |
Binary | 11101100 | 1001100 | 101101 | 0 | 1000100 | 1010001 | 111 | 1010 | 1010011 | 110111 |
Color Harmonies of #EC4C2D
Complementary color
Monochromatic Colors of #EC4C2D
Black with #EC4C2D
Text Example
Text Example
White with #EC4C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C2D; }
p { color: rgb(236,76,45); }
H1.HeaderClassName
{
color: #EC4C2D;
}
.AnyTagClassName
{
color: #EC4C2D;
}
</style>
background-color css
<style>
a { background-color: #EC4C2D; }
a { background-color: rgb(236,76,45); }
div.DivClassName
{
background-color: #EC4C2D;
}
.BgClassName
{
background-color: #EC4C2D;
}
</style>
border-color css
<style>
span { border-color: #EC4C2D; }
span { border-color: rgb(236,76,45); }
td.TdClassName
{
border-color: #EC4C2D;
}
.TagClassName
{
border-color: #EC4C2D;
}
</style>