Shades of Torch Red #ED0A30
Tints of Torch Red #ED0A30
RGB
CMYK
RGB Variations
Color information
#ED0A30 (or 0xED0A30) is known color: Torch Red. HEX triplet: ED, 0A and 30. RGB value is (237,10,48). Sum of RGB (Red+Green+Blue) = 237+10+48=295 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.34% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0A30 is #12F5CF. Grayscale: #525252. Windows color (decimal): -1242576 or 3148525. OLE color: 3148525.
HSL color Cylindrical-coordinate representation of color #ED0A30: hue angle of 349.96º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0A30 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 48 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.07 |
| HSL | 349.96º | 0.92% | 0.48% | - |
| HSV(B) | 349.96º | 0.96% | 0.93% | - |
| XYZ | 35.57 | 18.44 | 4.48 | - |
| YUV | 82.21 | 108.71 | 238.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 48 | 0 | 0.96 | 0.80 | 0.07 | 349.96 | 0.92 | 0.48 |
| Hex | ED | A | 30 | 0 | 60 | 50 | 7 | 15E | 5C | 30 |
| Octal | 355 | 12 | 60 | 0 | 140 | 120 | 7 | 536 | 134 | 60 |
| Binary | 11101101 | 1010 | 110000 | 0 | 1100000 | 1010000 | 111 | 101011110 | 1011100 | 110000 |
Color Harmonies of #ED0A30
Complementary color
Monochromatic Colors of #ED0A30
Black with #ED0A30
Text Example
Text Example
White with #ED0A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0A30; }
p { color: rgb(237,10,48); }
H1.HeaderClassName
{
color: #ED0A30;
}
.AnyTagClassName
{
color: #ED0A30;
}
</style>
background-color css
<style>
a { background-color: #ED0A30; }
a { background-color: rgb(237,10,48); }
div.DivClassName
{
background-color: #ED0A30;
}
.BgClassName
{
background-color: #ED0A30;
}
</style>
border-color css
<style>
span { border-color: #ED0A30; }
span { border-color: rgb(237,10,48); }
td.TdClassName
{
border-color: #ED0A30;
}
.TagClassName
{
border-color: #ED0A30;
}
</style>