Shades of Torch Red #ED1030
Tints of Torch Red #ED1030
RGB
CMYK
RGB Variations
Color information
#ED1030 (or 0xED1030) is known color: Torch Red. HEX triplet: ED, 10 and 30. RGB value is (237,16,48). Sum of RGB (Red+Green+Blue) = 237+16+48=301 (39% of max value = 765). Red value is 237 (92.97% from 255 or 78.74% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1030 is #12EFCF. Grayscale: #555555. Windows color (decimal): -1241040 or 3150061. OLE color: 3150061.
HSL color Cylindrical-coordinate representation of color #ED1030: hue angle of 351.31º 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 #ED1030 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 48 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.07 |
| HSL | 351.31º | 0.87% | 0.5% | - |
| HSV(B) | 351.31º | 0.93% | 0.93% | - |
| XYZ | 35.64 | 18.59 | 4.51 | - |
| YUV | 85.73 | 106.72 | 235.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 48 | 0 | 0.93 | 0.80 | 0.07 | 351.31 | 0.87 | 0.5 |
| Hex | ED | 10 | 30 | 0 | 5D | 50 | 7 | 15F | 57 | 32 |
| Octal | 355 | 20 | 60 | 0 | 135 | 120 | 7 | 537 | 127 | 62 |
| Binary | 11101101 | 10000 | 110000 | 0 | 1011101 | 1010000 | 111 | 101011111 | 1010111 | 110010 |
Color Harmonies of #ED1030
Complementary color
Monochromatic Colors of #ED1030
Black with #ED1030
Text Example
Text Example
White with #ED1030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1030; }
p { color: rgb(237,16,48); }
H1.HeaderClassName
{
color: #ED1030;
}
.AnyTagClassName
{
color: #ED1030;
}
</style>
background-color css
<style>
a { background-color: #ED1030; }
a { background-color: rgb(237,16,48); }
div.DivClassName
{
background-color: #ED1030;
}
.BgClassName
{
background-color: #ED1030;
}
</style>
border-color css
<style>
span { border-color: #ED1030; }
span { border-color: rgb(237,16,48); }
td.TdClassName
{
border-color: #ED1030;
}
.TagClassName
{
border-color: #ED1030;
}
</style>