Shades of Torch Red #ED1623
Tints of Torch Red #ED1623
RGB
CMYK
RGB Variations
Color information
#ED1623 (or 0xED1623) is known color: Torch Red. HEX triplet: ED, 16 and 23. RGB value is (237,22,35). Sum of RGB (Red+Green+Blue) = 237+22+35=294 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.61% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1623 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1623 is #12E9DC. Grayscale: #575757. Windows color (decimal): -1239517 or 2299629. OLE color: 2299629.
HSL color Cylindrical-coordinate representation of color #ED1623: hue angle of 356.37º 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 #ED1623 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 35 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.07 |
| HSL | 356.37º | 0.86% | 0.51% | - |
| HSV(B) | 356.37º | 0.91% | 0.93% | - |
| XYZ | 35.52 | 18.7 | 3.33 | - |
| YUV | 87.77 | 98.23 | 234.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 35 | 0 | 0.91 | 0.85 | 0.07 | 356.37 | 0.86 | 0.51 |
| Hex | ED | 16 | 23 | 0 | 5B | 55 | 7 | 164 | 56 | 33 |
| Octal | 355 | 26 | 43 | 0 | 133 | 125 | 7 | 544 | 126 | 63 |
| Binary | 11101101 | 10110 | 100011 | 0 | 1011011 | 1010101 | 111 | 101100100 | 1010110 | 110011 |
Color Harmonies of #ED1623
Complementary color
Monochromatic Colors of #ED1623
Black with #ED1623
Text Example
Text Example
White with #ED1623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1623; }
p { color: rgb(237,22,35); }
H1.HeaderClassName
{
color: #ED1623;
}
.AnyTagClassName
{
color: #ED1623;
}
</style>
background-color css
<style>
a { background-color: #ED1623; }
a { background-color: rgb(237,22,35); }
div.DivClassName
{
background-color: #ED1623;
}
.BgClassName
{
background-color: #ED1623;
}
</style>
border-color css
<style>
span { border-color: #ED1623; }
span { border-color: rgb(237,22,35); }
td.TdClassName
{
border-color: #ED1623;
}
.TagClassName
{
border-color: #ED1623;
}
</style>