Shades of Torch Red #ED101E
Tints of Torch Red #ED101E
RGB
CMYK
RGB Variations
Color information
#ED101E (or 0xED101E) is known color: Torch Red. HEX triplet: ED, 10 and 1E. RGB value is (237,16,30). Sum of RGB (Red+Green+Blue) = 237+16+30=283 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.75% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 237 - color contains mainly: red. Hex color #ED101E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED101E is #12EFE1. Grayscale: #535353. Windows color (decimal): -1241058 or 1970413. OLE color: 1970413.
HSL color Cylindrical-coordinate representation of color #ED101E: hue angle of 356.2º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED101E is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 30 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.07 |
| HSL | 356.2º | 0.87% | 0.5% | - |
| HSV(B) | 356.2º | 0.93% | 0.93% | - |
| XYZ | 35.34 | 18.47 | 2.93 | - |
| YUV | 83.68 | 97.72 | 237.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 30 | 0 | 0.93 | 0.87 | 0.07 | 356.2 | 0.87 | 0.5 |
| Hex | ED | 10 | 1E | 0 | 5D | 57 | 7 | 164 | 57 | 32 |
| Octal | 355 | 20 | 36 | 0 | 135 | 127 | 7 | 544 | 127 | 62 |
| Binary | 11101101 | 10000 | 11110 | 0 | 1011101 | 1010111 | 111 | 101100100 | 1010111 | 110010 |
Color Harmonies of #ED101E
Complementary color
Monochromatic Colors of #ED101E
Black with #ED101E
Text Example
Text Example
White with #ED101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED101E; }
p { color: rgb(237,16,30); }
H1.HeaderClassName
{
color: #ED101E;
}
.AnyTagClassName
{
color: #ED101E;
}
</style>
background-color css
<style>
a { background-color: #ED101E; }
a { background-color: rgb(237,16,30); }
div.DivClassName
{
background-color: #ED101E;
}
.BgClassName
{
background-color: #ED101E;
}
</style>
border-color css
<style>
span { border-color: #ED101E; }
span { border-color: rgb(237,16,30); }
td.TdClassName
{
border-color: #ED101E;
}
.TagClassName
{
border-color: #ED101E;
}
</style>