Shades of Cinnabar #EC463C
Tints of Cinnabar #EC463C
RGB
CMYK
RGB Variations
Color information
#EC463C (or 0xEC463C) is known color: Cinnabar. HEX triplet: EC, 46 and 3C. RGB value is (236,70,60). Sum of RGB (Red+Green+Blue) = 236+70+60=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC463C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC463C is #13B9C3. Grayscale: #767676. Windows color (decimal): -1292740 or 3950316. OLE color: 3950316.
HSL color Cylindrical-coordinate representation of color #EC463C: hue angle of 3.41º 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 #EC463C is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 60 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.07 |
| HSL | 3.41º | 0.82% | 0.58% | - |
| HSV(B) | 3.41º | 0.75% | 0.93% | - |
| XYZ | 37.6 | 22.54 | 6.64 | - |
| YUV | 118.49 | 95 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 60 | 0 | 0.70 | 0.75 | 0.07 | 3.41 | 0.82 | 0.58 |
| Hex | EC | 46 | 3C | 0 | 46 | 4B | 7 | 3 | 52 | 3A |
| Octal | 354 | 106 | 74 | 0 | 106 | 113 | 7 | 3 | 122 | 72 |
| Binary | 11101100 | 1000110 | 111100 | 0 | 1000110 | 1001011 | 111 | 11 | 1010010 | 111010 |
Color Harmonies of #EC463C
Complementary color
Monochromatic Colors of #EC463C
Black with #EC463C
Text Example
Text Example
White with #EC463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC463C; }
p { color: rgb(236,70,60); }
H1.HeaderClassName
{
color: #EC463C;
}
.AnyTagClassName
{
color: #EC463C;
}
</style>
background-color css
<style>
a { background-color: #EC463C; }
a { background-color: rgb(236,70,60); }
div.DivClassName
{
background-color: #EC463C;
}
.BgClassName
{
background-color: #EC463C;
}
</style>
border-color css
<style>
span { border-color: #EC463C; }
span { border-color: rgb(236,70,60); }
td.TdClassName
{
border-color: #EC463C;
}
.TagClassName
{
border-color: #EC463C;
}
</style>