Shades of Torch Red #ED1427
Tints of Torch Red #ED1427
RGB
CMYK
RGB Variations
Color information
#ED1427 (or 0xED1427) is known color: Torch Red. HEX triplet: ED, 14 and 27. RGB value is (237,20,39). Sum of RGB (Red+Green+Blue) = 237+20+39=296 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.07% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1427 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1427 is #12EBD8. Grayscale: #575757. Windows color (decimal): -1240025 or 2561261. OLE color: 2561261.
HSL color Cylindrical-coordinate representation of color #ED1427: hue angle of 354.75º 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 #ED1427 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 20 | 39 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.07 |
| HSL | 354.75º | 0.86% | 0.5% | - |
| HSV(B) | 354.75º | 0.92% | 0.93% | - |
| XYZ | 35.54 | 18.65 | 3.65 | - |
| YUV | 87.05 | 100.89 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 20 | 39 | 0 | 0.92 | 0.84 | 0.07 | 354.75 | 0.86 | 0.5 |
| Hex | ED | 14 | 27 | 0 | 5C | 54 | 7 | 163 | 56 | 32 |
| Octal | 355 | 24 | 47 | 0 | 134 | 124 | 7 | 543 | 126 | 62 |
| Binary | 11101101 | 10100 | 100111 | 0 | 1011100 | 1010100 | 111 | 101100011 | 1010110 | 110010 |
Color Harmonies of #ED1427
Complementary color
Monochromatic Colors of #ED1427
Black with #ED1427
Text Example
Text Example
White with #ED1427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1427; }
p { color: rgb(237,20,39); }
H1.HeaderClassName
{
color: #ED1427;
}
.AnyTagClassName
{
color: #ED1427;
}
</style>
background-color css
<style>
a { background-color: #ED1427; }
a { background-color: rgb(237,20,39); }
div.DivClassName
{
background-color: #ED1427;
}
.BgClassName
{
background-color: #ED1427;
}
</style>
border-color css
<style>
span { border-color: #ED1427; }
span { border-color: rgb(237,20,39); }
td.TdClassName
{
border-color: #ED1427;
}
.TagClassName
{
border-color: #ED1427;
}
</style>