Shades of Torch Red #ED043D
Tints of Torch Red #ED043D
RGB
CMYK
RGB Variations
Color information
#ED043D (or 0xED043D) is known color: Torch Red. HEX triplet: ED, 04 and 3D. RGB value is (237,4,61). Sum of RGB (Red+Green+Blue) = 237+4+61=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED043D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED043D is #12FBC2. Grayscale: #505050. Windows color (decimal): -1244099 or 3998957. OLE color: 3998957.
HSL color Cylindrical-coordinate representation of color #ED043D: hue angle of 345.32º degrees, saturation: 0.97, 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 #ED043D is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.07 |
| HSL | 345.32º | 0.97% | 0.47% | - |
| HSV(B) | 345.32º | 0.98% | 0.93% | - |
| XYZ | 35.81 | 18.43 | 6.08 | - |
| YUV | 80.17 | 117.19 | 239.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 61 | 0 | 0.98 | 0.74 | 0.07 | 345.32 | 0.97 | 0.47 |
| Hex | ED | 4 | 3D | 0 | 62 | 4A | 7 | 159 | 61 | 2F |
| Octal | 355 | 4 | 75 | 0 | 142 | 112 | 7 | 531 | 141 | 57 |
| Binary | 11101101 | 100 | 111101 | 0 | 1100010 | 1001010 | 111 | 101011001 | 1100001 | 101111 |
Color Harmonies of #ED043D
Complementary color
Monochromatic Colors of #ED043D
Black with #ED043D
Text Example
Text Example
White with #ED043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED043D; }
p { color: rgb(237,4,61); }
H1.HeaderClassName
{
color: #ED043D;
}
.AnyTagClassName
{
color: #ED043D;
}
</style>
background-color css
<style>
a { background-color: #ED043D; }
a { background-color: rgb(237,4,61); }
div.DivClassName
{
background-color: #ED043D;
}
.BgClassName
{
background-color: #ED043D;
}
</style>
border-color css
<style>
span { border-color: #ED043D; }
span { border-color: rgb(237,4,61); }
td.TdClassName
{
border-color: #ED043D;
}
.TagClassName
{
border-color: #ED043D;
}
</style>