Shades of Torch Red #ED1223
Tints of Torch Red #ED1223
RGB
CMYK
RGB Variations
Color information
#ED1223 (or 0xED1223) is known color: Torch Red. HEX triplet: ED, 12 and 23. RGB value is (237,18,35). Sum of RGB (Red+Green+Blue) = 237+18+35=290 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.72% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1223 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1223 is #12EDDC. Grayscale: #555555. Windows color (decimal): -1240541 or 2298605. OLE color: 2298605.
HSL color Cylindrical-coordinate representation of color #ED1223: hue angle of 355.34º 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 #ED1223 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 35 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.07 |
| HSL | 355.34º | 0.86% | 0.5% | - |
| HSV(B) | 355.34º | 0.92% | 0.93% | - |
| XYZ | 35.44 | 18.56 | 3.3 | - |
| YUV | 85.42 | 99.55 | 236.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 35 | 0 | 0.92 | 0.85 | 0.07 | 355.34 | 0.86 | 0.5 |
| Hex | ED | 12 | 23 | 0 | 5C | 55 | 7 | 163 | 56 | 32 |
| Octal | 355 | 22 | 43 | 0 | 134 | 125 | 7 | 543 | 126 | 62 |
| Binary | 11101101 | 10010 | 100011 | 0 | 1011100 | 1010101 | 111 | 101100011 | 1010110 | 110010 |
Color Harmonies of #ED1223
Complementary color
Monochromatic Colors of #ED1223
Black with #ED1223
Text Example
Text Example
White with #ED1223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1223; }
p { color: rgb(237,18,35); }
H1.HeaderClassName
{
color: #ED1223;
}
.AnyTagClassName
{
color: #ED1223;
}
</style>
background-color css
<style>
a { background-color: #ED1223; }
a { background-color: rgb(237,18,35); }
div.DivClassName
{
background-color: #ED1223;
}
.BgClassName
{
background-color: #ED1223;
}
</style>
border-color css
<style>
span { border-color: #ED1223; }
span { border-color: rgb(237,18,35); }
td.TdClassName
{
border-color: #ED1223;
}
.TagClassName
{
border-color: #ED1223;
}
</style>