Shades of Torch Red #ED022D
Tints of Torch Red #ED022D
RGB
CMYK
RGB Variations
Color information
#ED022D (or 0xED022D) is known color: Torch Red. HEX triplet: ED, 02 and 2D. RGB value is (237,2,45). Sum of RGB (Red+Green+Blue) = 237+2+45=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED022D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED022D is #12FDD2. Grayscale: #4D4D4D. Windows color (decimal): -1244627 or 2949869. OLE color: 2949869.
HSL color Cylindrical-coordinate representation of color #ED022D: hue angle of 349.02º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED022D is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.07 |
| HSL | 349.02º | 0.98% | 0.47% | - |
| HSV(B) | 349.02º | 0.99% | 0.93% | - |
| XYZ | 35.42 | 18.24 | 4.14 | - |
| YUV | 77.17 | 109.86 | 242 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 45 | 0 | 0.99 | 0.81 | 0.07 | 349.02 | 0.98 | 0.47 |
| Hex | ED | 2 | 2D | 0 | 63 | 51 | 7 | 15D | 62 | 2F |
| Octal | 355 | 2 | 55 | 0 | 143 | 121 | 7 | 535 | 142 | 57 |
| Binary | 11101101 | 10 | 101101 | 0 | 1100011 | 1010001 | 111 | 101011101 | 1100010 | 101111 |
Color Harmonies of #ED022D
Complementary color
Monochromatic Colors of #ED022D
Black with #ED022D
Text Example
Text Example
White with #ED022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED022D; }
p { color: rgb(237,2,45); }
H1.HeaderClassName
{
color: #ED022D;
}
.AnyTagClassName
{
color: #ED022D;
}
</style>
background-color css
<style>
a { background-color: #ED022D; }
a { background-color: rgb(237,2,45); }
div.DivClassName
{
background-color: #ED022D;
}
.BgClassName
{
background-color: #ED022D;
}
</style>
border-color css
<style>
span { border-color: #ED022D; }
span { border-color: rgb(237,2,45); }
td.TdClassName
{
border-color: #ED022D;
}
.TagClassName
{
border-color: #ED022D;
}
</style>