Shades of Red #E6130C
Tints of Red #E6130C
RGB
CMYK
RGB Variations
Color information
#E6130C (or 0xE6130C) is known color: Red. HEX triplet: E6, 13 and 0C. RGB value is (230,19,12). Sum of RGB (Red+Green+Blue) = 230+19+12=261 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.12% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 230 - color contains mainly: red. Hex color #E6130C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6130C is #19ECF3. Grayscale: #515151. Windows color (decimal): -1699060 or 791526. OLE color: 791526.
HSL color Cylindrical-coordinate representation of color #E6130C: hue angle of 1.93º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6130C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.10 |
| HSL | 1.93º | 0.9% | 0.47% | - |
| HSV(B) | 1.93º | 0.95% | 0.9% | - |
| XYZ | 32.93 | 17.32 | 1.95 | - |
| YUV | 81.29 | 88.9 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 12 | 0 | 0.92 | 0.95 | 0.10 | 1.93 | 0.9 | 0.47 |
| Hex | E6 | 13 | C | 0 | 5C | 5F | A | 2 | 5A | 2F |
| Octal | 346 | 23 | 14 | 0 | 134 | 137 | 12 | 2 | 132 | 57 |
| Binary | 11100110 | 10011 | 1100 | 0 | 1011100 | 1011111 | 1010 | 10 | 1011010 | 101111 |
Color Harmonies of #E6130C
Complementary color
Monochromatic Colors of #E6130C
Black with #E6130C
Text Example
Text Example
White with #E6130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6130C; }
p { color: rgb(230,19,12); }
H1.HeaderClassName
{
color: #E6130C;
}
.AnyTagClassName
{
color: #E6130C;
}
</style>
background-color css
<style>
a { background-color: #E6130C; }
a { background-color: rgb(230,19,12); }
div.DivClassName
{
background-color: #E6130C;
}
.BgClassName
{
background-color: #E6130C;
}
</style>
border-color css
<style>
span { border-color: #E6130C; }
span { border-color: rgb(230,19,12); }
td.TdClassName
{
border-color: #E6130C;
}
.TagClassName
{
border-color: #E6130C;
}
</style>