Shades of Torch Red #ED1428
Tints of Torch Red #ED1428
RGB
CMYK
RGB Variations
Color information
#ED1428 (or 0xED1428) is known color: Torch Red. HEX triplet: ED, 14 and 28. RGB value is (237,20,40). Sum of RGB (Red+Green+Blue) = 237+20+40=297 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.80% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1428 is #12EBD7. Grayscale: #575757. Windows color (decimal): -1240024 or 2626797. OLE color: 2626797.
HSL color Cylindrical-coordinate representation of color #ED1428: hue angle of 354.47º 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 #ED1428 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 20 | 40 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.07 |
| HSL | 354.47º | 0.86% | 0.5% | - |
| HSV(B) | 354.47º | 0.92% | 0.93% | - |
| XYZ | 35.56 | 18.66 | 3.73 | - |
| YUV | 87.16 | 101.39 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 20 | 40 | 0 | 0.92 | 0.83 | 0.07 | 354.47 | 0.86 | 0.5 |
| Hex | ED | 14 | 28 | 0 | 5C | 53 | 7 | 162 | 56 | 32 |
| Octal | 355 | 24 | 50 | 0 | 134 | 123 | 7 | 542 | 126 | 62 |
| Binary | 11101101 | 10100 | 101000 | 0 | 1011100 | 1010011 | 111 | 101100010 | 1010110 | 110010 |
Color Harmonies of #ED1428
Complementary color
Monochromatic Colors of #ED1428
Black with #ED1428
Text Example
Text Example
White with #ED1428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1428; }
p { color: rgb(237,20,40); }
H1.HeaderClassName
{
color: #ED1428;
}
.AnyTagClassName
{
color: #ED1428;
}
</style>
background-color css
<style>
a { background-color: #ED1428; }
a { background-color: rgb(237,20,40); }
div.DivClassName
{
background-color: #ED1428;
}
.BgClassName
{
background-color: #ED1428;
}
</style>
border-color css
<style>
span { border-color: #ED1428; }
span { border-color: rgb(237,20,40); }
td.TdClassName
{
border-color: #ED1428;
}
.TagClassName
{
border-color: #ED1428;
}
</style>