Shades of Torch Red #ED053C
Tints of Torch Red #ED053C
RGB
CMYK
RGB Variations
Color information
#ED053C (or 0xED053C) is known color: Torch Red. HEX triplet: ED, 05 and 3C. RGB value is (237,5,60). Sum of RGB (Red+Green+Blue) = 237+5+60=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED053C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED053C is #12FAC3. Grayscale: #505050. Windows color (decimal): -1243844 or 3933677. OLE color: 3933677.
HSL color Cylindrical-coordinate representation of color #ED053C: hue angle of 345.78º 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 #ED053C is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.07 |
| HSL | 345.78º | 0.96% | 0.47% | - |
| HSV(B) | 345.78º | 0.98% | 0.93% | - |
| XYZ | 35.79 | 18.44 | 5.95 | - |
| YUV | 80.64 | 116.36 | 239.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 60 | 0 | 0.98 | 0.75 | 0.07 | 345.78 | 0.96 | 0.47 |
| Hex | ED | 5 | 3C | 0 | 62 | 4B | 7 | 15A | 60 | 2F |
| Octal | 355 | 5 | 74 | 0 | 142 | 113 | 7 | 532 | 140 | 57 |
| Binary | 11101101 | 101 | 111100 | 0 | 1100010 | 1001011 | 111 | 101011010 | 1100000 | 101111 |
Color Harmonies of #ED053C
Complementary color
Monochromatic Colors of #ED053C
Black with #ED053C
Text Example
Text Example
White with #ED053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED053C; }
p { color: rgb(237,5,60); }
H1.HeaderClassName
{
color: #ED053C;
}
.AnyTagClassName
{
color: #ED053C;
}
</style>
background-color css
<style>
a { background-color: #ED053C; }
a { background-color: rgb(237,5,60); }
div.DivClassName
{
background-color: #ED053C;
}
.BgClassName
{
background-color: #ED053C;
}
</style>
border-color css
<style>
span { border-color: #ED053C; }
span { border-color: rgb(237,5,60); }
td.TdClassName
{
border-color: #ED053C;
}
.TagClassName
{
border-color: #ED053C;
}
</style>