Shades of Torch Red #ED1230
Tints of Torch Red #ED1230
RGB
CMYK
RGB Variations
Color information
#ED1230 (or 0xED1230) is known color: Torch Red. HEX triplet: ED, 12 and 30. RGB value is (237,18,48). Sum of RGB (Red+Green+Blue) = 237+18+48=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1230 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1230 is #12EDCF. Grayscale: #575757. Windows color (decimal): -1240528 or 3150573. OLE color: 3150573.
HSL color Cylindrical-coordinate representation of color #ED1230: hue angle of 351.78º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED1230 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 48 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.07 |
| HSL | 351.78º | 0.86% | 0.5% | - |
| HSV(B) | 351.78º | 0.92% | 0.93% | - |
| XYZ | 35.67 | 18.65 | 4.52 | - |
| YUV | 86.9 | 106.05 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 48 | 0 | 0.92 | 0.80 | 0.07 | 351.78 | 0.86 | 0.5 |
| Hex | ED | 12 | 30 | 0 | 5C | 50 | 7 | 160 | 56 | 32 |
| Octal | 355 | 22 | 60 | 0 | 134 | 120 | 7 | 540 | 126 | 62 |
| Binary | 11101101 | 10010 | 110000 | 0 | 1011100 | 1010000 | 111 | 101100000 | 1010110 | 110010 |
Color Harmonies of #ED1230
Complementary color
Monochromatic Colors of #ED1230
Black with #ED1230
Text Example
Text Example
White with #ED1230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1230; }
p { color: rgb(237,18,48); }
H1.HeaderClassName
{
color: #ED1230;
}
.AnyTagClassName
{
color: #ED1230;
}
</style>
background-color css
<style>
a { background-color: #ED1230; }
a { background-color: rgb(237,18,48); }
div.DivClassName
{
background-color: #ED1230;
}
.BgClassName
{
background-color: #ED1230;
}
</style>
border-color css
<style>
span { border-color: #ED1230; }
span { border-color: rgb(237,18,48); }
td.TdClassName
{
border-color: #ED1230;
}
.TagClassName
{
border-color: #ED1230;
}
</style>