Shades of Cinnabar #EC3C2B
Tints of Cinnabar #EC3C2B
RGB
CMYK
RGB Variations
Color information
#EC3C2B (or 0xEC3C2B) is known color: Cinnabar. HEX triplet: EC, 3C and 2B. RGB value is (236,60,43). Sum of RGB (Red+Green+Blue) = 236+60+43=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3C2B is #13C3D4. Grayscale: #6E6E6E. Windows color (decimal): -1295317 or 2833644. OLE color: 2833644.
HSL color Cylindrical-coordinate representation of color #EC3C2B: hue angle of 5.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 #EC3C2B is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 60 | 43 | - |
CMYK | 0 | 0.75 | 0.82 | 0.07 |
HSL | 5.28º | 0.84% | 0.55% | - |
HSV(B) | 5.28º | 0.82% | 0.93% | - |
XYZ | 36.64 | 21.24 | 4.45 | - |
YUV | 110.69 | 89.81 | 217.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 60 | 43 | 0 | 0.75 | 0.82 | 0.07 | 5.28 | 0.84 | 0.55 |
Hex | EC | 3C | 2B | 0 | 4B | 52 | 7 | 5 | 54 | 37 |
Octal | 354 | 74 | 53 | 0 | 113 | 122 | 7 | 5 | 124 | 67 |
Binary | 11101100 | 111100 | 101011 | 0 | 1001011 | 1010010 | 111 | 101 | 1010100 | 110111 |
Color Harmonies of #EC3C2B
Complementary color
Monochromatic Colors of #EC3C2B
Black with #EC3C2B
Text Example
Text Example
White with #EC3C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C2B; }
p { color: rgb(236,60,43); }
H1.HeaderClassName
{
color: #EC3C2B;
}
.AnyTagClassName
{
color: #EC3C2B;
}
</style>
background-color css
<style>
a { background-color: #EC3C2B; }
a { background-color: rgb(236,60,43); }
div.DivClassName
{
background-color: #EC3C2B;
}
.BgClassName
{
background-color: #EC3C2B;
}
</style>
border-color css
<style>
span { border-color: #EC3C2B; }
span { border-color: rgb(236,60,43); }
td.TdClassName
{
border-color: #EC3C2B;
}
.TagClassName
{
border-color: #EC3C2B;
}
</style>