Shades of Torch Red #ED022F
Tints of Torch Red #ED022F
RGB
CMYK
RGB Variations
Color information
#ED022F (or 0xED022F) is known color: Torch Red. HEX triplet: ED, 02 and 2F. RGB value is (237,2,47). Sum of RGB (Red+Green+Blue) = 237+2+47=286 (37% of max value = 765). Red value is 237 (92.97% from 255 or 82.87% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 237 - color contains mainly: red. Hex color #ED022F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED022F is #12FDD0. Grayscale: #4D4D4D. Windows color (decimal): -1244625 or 3080941. OLE color: 3080941.
HSL color Cylindrical-coordinate representation of color #ED022F: hue angle of 348.51º 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 #ED022F is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.07 |
| HSL | 348.51º | 0.98% | 0.47% | - |
| HSV(B) | 348.51º | 0.99% | 0.93% | - |
| XYZ | 35.46 | 18.25 | 4.34 | - |
| YUV | 77.4 | 110.86 | 241.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 47 | 0 | 0.99 | 0.80 | 0.07 | 348.51 | 0.98 | 0.47 |
| Hex | ED | 2 | 2F | 0 | 63 | 50 | 7 | 15D | 62 | 2F |
| Octal | 355 | 2 | 57 | 0 | 143 | 120 | 7 | 535 | 142 | 57 |
| Binary | 11101101 | 10 | 101111 | 0 | 1100011 | 1010000 | 111 | 101011101 | 1100010 | 101111 |
Color Harmonies of #ED022F
Complementary color
Monochromatic Colors of #ED022F
Black with #ED022F
Text Example
Text Example
White with #ED022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED022F; }
p { color: rgb(237,2,47); }
H1.HeaderClassName
{
color: #ED022F;
}
.AnyTagClassName
{
color: #ED022F;
}
</style>
background-color css
<style>
a { background-color: #ED022F; }
a { background-color: rgb(237,2,47); }
div.DivClassName
{
background-color: #ED022F;
}
.BgClassName
{
background-color: #ED022F;
}
</style>
border-color css
<style>
span { border-color: #ED022F; }
span { border-color: rgb(237,2,47); }
td.TdClassName
{
border-color: #ED022F;
}
.TagClassName
{
border-color: #ED022F;
}
</style>