Shades of Torch Red #ED0123
Tints of Torch Red #ED0123
RGB
CMYK
RGB Variations
Color information
#ED0123 (or 0xED0123) is known color: Torch Red. HEX triplet: ED, 01 and 23. RGB value is (237,1,35). Sum of RGB (Red+Green+Blue) = 237+1+35=273 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.81% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0123 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0123 is #12FEDC. Grayscale: #4B4B4B. Windows color (decimal): -1244893 or 2294253. OLE color: 2294253.
HSL color Cylindrical-coordinate representation of color #ED0123: hue angle of 351.36º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0123 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 35 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.07 |
| HSL | 351.36º | 0.99% | 0.47% | - |
| HSV(B) | 351.36º | 1% | 0.93% | - |
| XYZ | 35.24 | 18.15 | 3.24 | - |
| YUV | 75.44 | 105.19 | 243.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 35 | 0 | 1.00 | 0.85 | 0.07 | 351.36 | 0.99 | 0.47 |
| Hex | ED | 1 | 23 | 0 | 64 | 55 | 7 | 15F | 63 | 2F |
| Octal | 355 | 1 | 43 | 0 | 144 | 125 | 7 | 537 | 143 | 57 |
| Binary | 11101101 | 1 | 100011 | 0 | 1100100 | 1010101 | 111 | 101011111 | 1100011 | 101111 |
Color Harmonies of #ED0123
Complementary color
Monochromatic Colors of #ED0123
Black with #ED0123
Text Example
Text Example
White with #ED0123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0123; }
p { color: rgb(237,1,35); }
H1.HeaderClassName
{
color: #ED0123;
}
.AnyTagClassName
{
color: #ED0123;
}
</style>
background-color css
<style>
a { background-color: #ED0123; }
a { background-color: rgb(237,1,35); }
div.DivClassName
{
background-color: #ED0123;
}
.BgClassName
{
background-color: #ED0123;
}
</style>
border-color css
<style>
span { border-color: #ED0123; }
span { border-color: rgb(237,1,35); }
td.TdClassName
{
border-color: #ED0123;
}
.TagClassName
{
border-color: #ED0123;
}
</style>