Shades of Red #EC130C
Tints of Red #EC130C
RGB
CMYK
RGB Variations
Color information
#EC130C (or 0xEC130C) is known color: Red. HEX triplet: EC, 13 and 0C. RGB value is (236,19,12). Sum of RGB (Red+Green+Blue) = 236+19+12=267 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.39% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 236 - color contains mainly: red. Hex color #EC130C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC130C is #13ECF3. Grayscale: #535353. Windows color (decimal): -1305844 or 791532. OLE color: 791532.
HSL color Cylindrical-coordinate representation of color #EC130C: hue angle of 1.88º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC130C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.07 |
| HSL | 1.88º | 0.9% | 0.49% | - |
| HSV(B) | 1.88º | 0.95% | 0.93% | - |
| XYZ | 34.89 | 18.33 | 2.05 | - |
| YUV | 83.09 | 87.89 | 237.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 12 | 0 | 0.92 | 0.95 | 0.07 | 1.88 | 0.9 | 0.49 |
| Hex | EC | 13 | C | 0 | 5C | 5F | 7 | 2 | 5A | 31 |
| Octal | 354 | 23 | 14 | 0 | 134 | 137 | 7 | 2 | 132 | 61 |
| Binary | 11101100 | 10011 | 1100 | 0 | 1011100 | 1011111 | 111 | 10 | 1011010 | 110001 |
Color Harmonies of #EC130C
Complementary color
Monochromatic Colors of #EC130C
Black with #EC130C
Text Example
Text Example
White with #EC130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC130C; }
p { color: rgb(236,19,12); }
H1.HeaderClassName
{
color: #EC130C;
}
.AnyTagClassName
{
color: #EC130C;
}
</style>
background-color css
<style>
a { background-color: #EC130C; }
a { background-color: rgb(236,19,12); }
div.DivClassName
{
background-color: #EC130C;
}
.BgClassName
{
background-color: #EC130C;
}
</style>
border-color css
<style>
span { border-color: #EC130C; }
span { border-color: rgb(236,19,12); }
td.TdClassName
{
border-color: #EC130C;
}
.TagClassName
{
border-color: #EC130C;
}
</style>