Shades of Cinnabar #EC392D
Tints of Cinnabar #EC392D
RGB
CMYK
RGB Variations
Color information
#EC392D (or 0xEC392D) is known color: Cinnabar. HEX triplet: EC, 39 and 2D. RGB value is (236,57,45). Sum of RGB (Red+Green+Blue) = 236+57+45=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC392D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC392D is #13C6D2. Grayscale: #6D6D6D. Windows color (decimal): -1296083 or 2963948. OLE color: 2963948.
HSL color Cylindrical-coordinate representation of color #EC392D: hue angle of 3.77º 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 #EC392D is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 45 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.07 |
| HSL | 3.77º | 0.83% | 0.55% | - |
| HSV(B) | 3.77º | 0.81% | 0.93% | - |
| XYZ | 36.53 | 20.95 | 4.6 | - |
| YUV | 109.15 | 91.8 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 45 | 0 | 0.76 | 0.81 | 0.07 | 3.77 | 0.83 | 0.55 |
| Hex | EC | 39 | 2D | 0 | 4C | 51 | 7 | 4 | 53 | 37 |
| Octal | 354 | 71 | 55 | 0 | 114 | 121 | 7 | 4 | 123 | 67 |
| Binary | 11101100 | 111001 | 101101 | 0 | 1001100 | 1010001 | 111 | 100 | 1010011 | 110111 |
Color Harmonies of #EC392D
Complementary color
Monochromatic Colors of #EC392D
Black with #EC392D
Text Example
Text Example
White with #EC392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC392D; }
p { color: rgb(236,57,45); }
H1.HeaderClassName
{
color: #EC392D;
}
.AnyTagClassName
{
color: #EC392D;
}
</style>
background-color css
<style>
a { background-color: #EC392D; }
a { background-color: rgb(236,57,45); }
div.DivClassName
{
background-color: #EC392D;
}
.BgClassName
{
background-color: #EC392D;
}
</style>
border-color css
<style>
span { border-color: #EC392D; }
span { border-color: rgb(236,57,45); }
td.TdClassName
{
border-color: #EC392D;
}
.TagClassName
{
border-color: #EC392D;
}
</style>