Shades of Cinnabar #EC412D
Tints of Cinnabar #EC412D
RGB
CMYK
RGB Variations
Color information
#EC412D (or 0xEC412D) is known color: Cinnabar. HEX triplet: EC, 41 and 2D. RGB value is (236,65,45). Sum of RGB (Red+Green+Blue) = 236+65+45=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC412D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC412D is #13BED2. Grayscale: #727272. Windows color (decimal): -1294035 or 2965996. OLE color: 2965996.
HSL color Cylindrical-coordinate representation of color #EC412D: hue angle of 6.28º 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 #EC412D is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 45 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.07 |
| HSL | 6.28º | 0.83% | 0.55% | - |
| HSV(B) | 6.28º | 0.81% | 0.93% | - |
| XYZ | 36.96 | 21.8 | 4.74 | - |
| YUV | 113.85 | 89.15 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 45 | 0 | 0.72 | 0.81 | 0.07 | 6.28 | 0.83 | 0.55 |
| Hex | EC | 41 | 2D | 0 | 48 | 51 | 7 | 6 | 53 | 37 |
| Octal | 354 | 101 | 55 | 0 | 110 | 121 | 7 | 6 | 123 | 67 |
| Binary | 11101100 | 1000001 | 101101 | 0 | 1001000 | 1010001 | 111 | 110 | 1010011 | 110111 |
Color Harmonies of #EC412D
Complementary color
Monochromatic Colors of #EC412D
Black with #EC412D
Text Example
Text Example
White with #EC412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC412D; }
p { color: rgb(236,65,45); }
H1.HeaderClassName
{
color: #EC412D;
}
.AnyTagClassName
{
color: #EC412D;
}
</style>
background-color css
<style>
a { background-color: #EC412D; }
a { background-color: rgb(236,65,45); }
div.DivClassName
{
background-color: #EC412D;
}
.BgClassName
{
background-color: #EC412D;
}
</style>
border-color css
<style>
span { border-color: #EC412D; }
span { border-color: rgb(236,65,45); }
td.TdClassName
{
border-color: #EC412D;
}
.TagClassName
{
border-color: #EC412D;
}
</style>