Shades of Torch Red #ED0523
Tints of Torch Red #ED0523
RGB
CMYK
RGB Variations
Color information
#ED0523 (or 0xED0523) is known color: Torch Red. HEX triplet: ED, 05 and 23. RGB value is (237,5,35). Sum of RGB (Red+Green+Blue) = 237+5+35=277 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.56% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0523 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0523 is #12FADC. Grayscale: #4D4D4D. Windows color (decimal): -1243869 or 2295277. OLE color: 2295277.
HSL color Cylindrical-coordinate representation of color #ED0523: hue angle of 352.24º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED0523 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 35 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.07 |
| HSL | 352.24º | 0.96% | 0.47% | - |
| HSV(B) | 352.24º | 0.98% | 0.93% | - |
| XYZ | 35.28 | 18.23 | 3.25 | - |
| YUV | 77.79 | 103.86 | 241.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 35 | 0 | 0.98 | 0.85 | 0.07 | 352.24 | 0.96 | 0.47 |
| Hex | ED | 5 | 23 | 0 | 62 | 55 | 7 | 160 | 60 | 2F |
| Octal | 355 | 5 | 43 | 0 | 142 | 125 | 7 | 540 | 140 | 57 |
| Binary | 11101101 | 101 | 100011 | 0 | 1100010 | 1010101 | 111 | 101100000 | 1100000 | 101111 |
Color Harmonies of #ED0523
Complementary color
Monochromatic Colors of #ED0523
Black with #ED0523
Text Example
Text Example
White with #ED0523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0523; }
p { color: rgb(237,5,35); }
H1.HeaderClassName
{
color: #ED0523;
}
.AnyTagClassName
{
color: #ED0523;
}
</style>
background-color css
<style>
a { background-color: #ED0523; }
a { background-color: rgb(237,5,35); }
div.DivClassName
{
background-color: #ED0523;
}
.BgClassName
{
background-color: #ED0523;
}
</style>
border-color css
<style>
span { border-color: #ED0523; }
span { border-color: rgb(237,5,35); }
td.TdClassName
{
border-color: #ED0523;
}
.TagClassName
{
border-color: #ED0523;
}
</style>