Shades of Torch Red #ED053D
Tints of Torch Red #ED053D
RGB
CMYK
RGB Variations
Color information
#ED053D (or 0xED053D) is known color: Torch Red. HEX triplet: ED, 05 and 3D. RGB value is (237,5,61). Sum of RGB (Red+Green+Blue) = 237+5+61=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED053D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED053D is #12FAC2. Grayscale: #505050. Windows color (decimal): -1243843 or 3999213. OLE color: 3999213.
HSL color Cylindrical-coordinate representation of color #ED053D: hue angle of 345.52º 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 #ED053D is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 61 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.07 |
| HSL | 345.52º | 0.96% | 0.47% | - |
| HSV(B) | 345.52º | 0.98% | 0.93% | - |
| XYZ | 35.82 | 18.45 | 6.09 | - |
| YUV | 80.75 | 116.86 | 239.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 61 | 0 | 0.98 | 0.74 | 0.07 | 345.52 | 0.96 | 0.47 |
| Hex | ED | 5 | 3D | 0 | 62 | 4A | 7 | 15A | 60 | 2F |
| Octal | 355 | 5 | 75 | 0 | 142 | 112 | 7 | 532 | 140 | 57 |
| Binary | 11101101 | 101 | 111101 | 0 | 1100010 | 1001010 | 111 | 101011010 | 1100000 | 101111 |
Color Harmonies of #ED053D
Complementary color
Monochromatic Colors of #ED053D
Black with #ED053D
Text Example
Text Example
White with #ED053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED053D; }
p { color: rgb(237,5,61); }
H1.HeaderClassName
{
color: #ED053D;
}
.AnyTagClassName
{
color: #ED053D;
}
</style>
background-color css
<style>
a { background-color: #ED053D; }
a { background-color: rgb(237,5,61); }
div.DivClassName
{
background-color: #ED053D;
}
.BgClassName
{
background-color: #ED053D;
}
</style>
border-color css
<style>
span { border-color: #ED053D; }
span { border-color: rgb(237,5,61); }
td.TdClassName
{
border-color: #ED053D;
}
.TagClassName
{
border-color: #ED053D;
}
</style>