Shades of Torch Red #ED1627
Tints of Torch Red #ED1627
RGB
CMYK
RGB Variations
Color information
#ED1627 (or 0xED1627) is known color: Torch Red. HEX triplet: ED, 16 and 27. RGB value is (237,22,39). Sum of RGB (Red+Green+Blue) = 237+22+39=298 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.53% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1627 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1627 is #12E9D8. Grayscale: #585858. Windows color (decimal): -1239513 or 2561773. OLE color: 2561773.
HSL color Cylindrical-coordinate representation of color #ED1627: hue angle of 355.26º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1627 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 39 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.07 |
| HSL | 355.26º | 0.86% | 0.51% | - |
| HSV(B) | 355.26º | 0.91% | 0.93% | - |
| XYZ | 35.58 | 18.72 | 3.66 | - |
| YUV | 88.22 | 100.23 | 234.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 39 | 0 | 0.91 | 0.84 | 0.07 | 355.26 | 0.86 | 0.51 |
| Hex | ED | 16 | 27 | 0 | 5B | 54 | 7 | 163 | 56 | 33 |
| Octal | 355 | 26 | 47 | 0 | 133 | 124 | 7 | 543 | 126 | 63 |
| Binary | 11101101 | 10110 | 100111 | 0 | 1011011 | 1010100 | 111 | 101100011 | 1010110 | 110011 |
Color Harmonies of #ED1627
Complementary color
Monochromatic Colors of #ED1627
Black with #ED1627
Text Example
Text Example
White with #ED1627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1627; }
p { color: rgb(237,22,39); }
H1.HeaderClassName
{
color: #ED1627;
}
.AnyTagClassName
{
color: #ED1627;
}
</style>
background-color css
<style>
a { background-color: #ED1627; }
a { background-color: rgb(237,22,39); }
div.DivClassName
{
background-color: #ED1627;
}
.BgClassName
{
background-color: #ED1627;
}
</style>
border-color css
<style>
span { border-color: #ED1627; }
span { border-color: rgb(237,22,39); }
td.TdClassName
{
border-color: #ED1627;
}
.TagClassName
{
border-color: #ED1627;
}
</style>