Shades of Cinnabar #EC413B
Tints of Cinnabar #EC413B
RGB
CMYK
RGB Variations
Color information
#EC413B (or 0xEC413B) is known color: Cinnabar. HEX triplet: EC, 41 and 3B. RGB value is (236,65,59). Sum of RGB (Red+Green+Blue) = 236+65+59=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC413B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC413B is #13BEC4. Grayscale: #737373. Windows color (decimal): -1294021 or 3883500. OLE color: 3883500.
HSL color Cylindrical-coordinate representation of color #EC413B: hue angle of 2.03º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC413B is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 59 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.07 |
| HSL | 2.03º | 0.82% | 0.58% | - |
| HSV(B) | 2.03º | 0.75% | 0.93% | - |
| XYZ | 37.27 | 21.93 | 6.41 | - |
| YUV | 115.45 | 96.15 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 59 | 0 | 0.72 | 0.75 | 0.07 | 2.03 | 0.82 | 0.58 |
| Hex | EC | 41 | 3B | 0 | 48 | 4B | 7 | 2 | 52 | 3A |
| Octal | 354 | 101 | 73 | 0 | 110 | 113 | 7 | 2 | 122 | 72 |
| Binary | 11101100 | 1000001 | 111011 | 0 | 1001000 | 1001011 | 111 | 10 | 1010010 | 111010 |
Color Harmonies of #EC413B
Complementary color
Monochromatic Colors of #EC413B
Black with #EC413B
Text Example
Text Example
White with #EC413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC413B; }
p { color: rgb(236,65,59); }
H1.HeaderClassName
{
color: #EC413B;
}
.AnyTagClassName
{
color: #EC413B;
}
</style>
background-color css
<style>
a { background-color: #EC413B; }
a { background-color: rgb(236,65,59); }
div.DivClassName
{
background-color: #EC413B;
}
.BgClassName
{
background-color: #EC413B;
}
</style>
border-color css
<style>
span { border-color: #EC413B; }
span { border-color: rgb(236,65,59); }
td.TdClassName
{
border-color: #EC413B;
}
.TagClassName
{
border-color: #EC413B;
}
</style>