Shades of Torch Red #ED0224
Tints of Torch Red #ED0224
RGB
CMYK
RGB Variations
Color information
#ED0224 (or 0xED0224) is known color: Torch Red. HEX triplet: ED, 02 and 24. RGB value is (237,2,36). Sum of RGB (Red+Green+Blue) = 237+2+36=275 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.18% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0224 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0224 is #12FDDB. Grayscale: #4C4C4C. Windows color (decimal): -1244636 or 2360045. OLE color: 2360045.
HSL color Cylindrical-coordinate representation of color #ED0224: hue angle of 351.32º 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 #ED0224 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.07 |
| HSL | 351.32º | 0.98% | 0.47% | - |
| HSV(B) | 351.32º | 0.99% | 0.93% | - |
| XYZ | 35.27 | 18.18 | 3.32 | - |
| YUV | 76.14 | 105.36 | 242.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 36 | 0 | 0.99 | 0.85 | 0.07 | 351.32 | 0.98 | 0.47 |
| Hex | ED | 2 | 24 | 0 | 63 | 55 | 7 | 15F | 62 | 2F |
| Octal | 355 | 2 | 44 | 0 | 143 | 125 | 7 | 537 | 142 | 57 |
| Binary | 11101101 | 10 | 100100 | 0 | 1100011 | 1010101 | 111 | 101011111 | 1100010 | 101111 |
Color Harmonies of #ED0224
Complementary color
Monochromatic Colors of #ED0224
Black with #ED0224
Text Example
Text Example
White with #ED0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0224; }
p { color: rgb(237,2,36); }
H1.HeaderClassName
{
color: #ED0224;
}
.AnyTagClassName
{
color: #ED0224;
}
</style>
background-color css
<style>
a { background-color: #ED0224; }
a { background-color: rgb(237,2,36); }
div.DivClassName
{
background-color: #ED0224;
}
.BgClassName
{
background-color: #ED0224;
}
</style>
border-color css
<style>
span { border-color: #ED0224; }
span { border-color: rgb(237,2,36); }
td.TdClassName
{
border-color: #ED0224;
}
.TagClassName
{
border-color: #ED0224;
}
</style>