Shades of Torch Red #ED103A
Tints of Torch Red #ED103A
RGB
CMYK
RGB Variations
Color information
#ED103A (or 0xED103A) is known color: Torch Red. HEX triplet: ED, 10 and 3A. RGB value is (237,16,58). Sum of RGB (Red+Green+Blue) = 237+16+58=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED103A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED103A is #12EFC5. Grayscale: #565656. Windows color (decimal): -1241030 or 3805421. OLE color: 3805421.
HSL color Cylindrical-coordinate representation of color #ED103A: hue angle of 348.6º 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 #ED103A is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 58 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.07 |
| HSL | 348.6º | 0.87% | 0.5% | - |
| HSV(B) | 348.6º | 0.93% | 0.93% | - |
| XYZ | 35.87 | 18.68 | 5.72 | - |
| YUV | 86.87 | 111.72 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 58 | 0 | 0.93 | 0.76 | 0.07 | 348.6 | 0.87 | 0.5 |
| Hex | ED | 10 | 3A | 0 | 5D | 4C | 7 | 15D | 57 | 32 |
| Octal | 355 | 20 | 72 | 0 | 135 | 114 | 7 | 535 | 127 | 62 |
| Binary | 11101101 | 10000 | 111010 | 0 | 1011101 | 1001100 | 111 | 101011101 | 1010111 | 110010 |
Color Harmonies of #ED103A
Complementary color
Monochromatic Colors of #ED103A
Black with #ED103A
Text Example
Text Example
White with #ED103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED103A; }
p { color: rgb(237,16,58); }
H1.HeaderClassName
{
color: #ED103A;
}
.AnyTagClassName
{
color: #ED103A;
}
</style>
background-color css
<style>
a { background-color: #ED103A; }
a { background-color: rgb(237,16,58); }
div.DivClassName
{
background-color: #ED103A;
}
.BgClassName
{
background-color: #ED103A;
}
</style>
border-color css
<style>
span { border-color: #ED103A; }
span { border-color: rgb(237,16,58); }
td.TdClassName
{
border-color: #ED103A;
}
.TagClassName
{
border-color: #ED103A;
}
</style>