Shades of Cinnabar #EC413F
Tints of Cinnabar #EC413F
RGB
CMYK
RGB Variations
Color information
#EC413F (or 0xEC413F) is known color: Cinnabar. HEX triplet: EC, 41 and 3F. RGB value is (236,65,63). Sum of RGB (Red+Green+Blue) = 236+65+63=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC413F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC413F is #13BEC0. Grayscale: #747474. Windows color (decimal): -1294017 or 4145644. OLE color: 4145644.
HSL color Cylindrical-coordinate representation of color #EC413F: hue angle of 0.69º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC413F is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 63 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.07 |
| HSL | 0.69º | 0.82% | 0.59% | - |
| HSV(B) | 0.69º | 0.73% | 0.93% | - |
| XYZ | 37.38 | 21.97 | 6.97 | - |
| YUV | 115.9 | 98.15 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 63 | 0 | 0.72 | 0.73 | 0.07 | 0.69 | 0.82 | 0.59 |
| Hex | EC | 41 | 3F | 0 | 48 | 49 | 7 | 1 | 52 | 3B |
| Octal | 354 | 101 | 77 | 0 | 110 | 111 | 7 | 1 | 122 | 73 |
| Binary | 11101100 | 1000001 | 111111 | 0 | 1001000 | 1001001 | 111 | 1 | 1010010 | 111011 |
Color Harmonies of #EC413F
Complementary color
Monochromatic Colors of #EC413F
Black with #EC413F
Text Example
Text Example
White with #EC413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC413F; }
p { color: rgb(236,65,63); }
H1.HeaderClassName
{
color: #EC413F;
}
.AnyTagClassName
{
color: #EC413F;
}
</style>
background-color css
<style>
a { background-color: #EC413F; }
a { background-color: rgb(236,65,63); }
div.DivClassName
{
background-color: #EC413F;
}
.BgClassName
{
background-color: #EC413F;
}
</style>
border-color css
<style>
span { border-color: #EC413F; }
span { border-color: rgb(236,65,63); }
td.TdClassName
{
border-color: #EC413F;
}
.TagClassName
{
border-color: #EC413F;
}
</style>