Shades of Torch Red #ED1628
Tints of Torch Red #ED1628
RGB
CMYK
RGB Variations
Color information
#ED1628 (or 0xED1628) is known color: Torch Red. HEX triplet: ED, 16 and 28. RGB value is (237,22,40). Sum of RGB (Red+Green+Blue) = 237+22+40=299 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.26% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1628 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1628 is #12E9D7. Grayscale: #585858. Windows color (decimal): -1239512 or 2627309. OLE color: 2627309.
HSL color Cylindrical-coordinate representation of color #ED1628: hue angle of 354.98º 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 #ED1628 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 40 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.07 |
| HSL | 354.98º | 0.86% | 0.51% | - |
| HSV(B) | 354.98º | 0.91% | 0.93% | - |
| XYZ | 35.59 | 18.73 | 3.75 | - |
| YUV | 88.34 | 100.73 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 40 | 0 | 0.91 | 0.83 | 0.07 | 354.98 | 0.86 | 0.51 |
| Hex | ED | 16 | 28 | 0 | 5B | 53 | 7 | 163 | 56 | 33 |
| Octal | 355 | 26 | 50 | 0 | 133 | 123 | 7 | 543 | 126 | 63 |
| Binary | 11101101 | 10110 | 101000 | 0 | 1011011 | 1010011 | 111 | 101100011 | 1010110 | 110011 |
Color Harmonies of #ED1628
Complementary color
Monochromatic Colors of #ED1628
Black with #ED1628
Text Example
Text Example
White with #ED1628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1628; }
p { color: rgb(237,22,40); }
H1.HeaderClassName
{
color: #ED1628;
}
.AnyTagClassName
{
color: #ED1628;
}
</style>
background-color css
<style>
a { background-color: #ED1628; }
a { background-color: rgb(237,22,40); }
div.DivClassName
{
background-color: #ED1628;
}
.BgClassName
{
background-color: #ED1628;
}
</style>
border-color css
<style>
span { border-color: #ED1628; }
span { border-color: rgb(237,22,40); }
td.TdClassName
{
border-color: #ED1628;
}
.TagClassName
{
border-color: #ED1628;
}
</style>