Shades of Torch Red #ED051F
Tints of Torch Red #ED051F
RGB
CMYK
RGB Variations
Color information
#ED051F (or 0xED051F) is known color: Torch Red. HEX triplet: ED, 05 and 1F. RGB value is (237,5,31). Sum of RGB (Red+Green+Blue) = 237+5+31=273 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.81% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 237 - color contains mainly: red. Hex color #ED051F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED051F is #12FAE0. Grayscale: #4D4D4D. Windows color (decimal): -1243873 or 2033133. OLE color: 2033133.
HSL color Cylindrical-coordinate representation of color #ED051F: hue angle of 353.28º 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 #ED051F is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 31 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.07 |
| HSL | 353.28º | 0.96% | 0.47% | - |
| HSV(B) | 353.28º | 0.98% | 0.93% | - |
| XYZ | 35.23 | 18.21 | 2.95 | - |
| YUV | 77.33 | 101.86 | 241.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 31 | 0 | 0.98 | 0.87 | 0.07 | 353.28 | 0.96 | 0.47 |
| Hex | ED | 5 | 1F | 0 | 62 | 57 | 7 | 161 | 60 | 2F |
| Octal | 355 | 5 | 37 | 0 | 142 | 127 | 7 | 541 | 140 | 57 |
| Binary | 11101101 | 101 | 11111 | 0 | 1100010 | 1010111 | 111 | 101100001 | 1100000 | 101111 |
Color Harmonies of #ED051F
Complementary color
Monochromatic Colors of #ED051F
Black with #ED051F
Text Example
Text Example
White with #ED051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED051F; }
p { color: rgb(237,5,31); }
H1.HeaderClassName
{
color: #ED051F;
}
.AnyTagClassName
{
color: #ED051F;
}
</style>
background-color css
<style>
a { background-color: #ED051F; }
a { background-color: rgb(237,5,31); }
div.DivClassName
{
background-color: #ED051F;
}
.BgClassName
{
background-color: #ED051F;
}
</style>
border-color css
<style>
span { border-color: #ED051F; }
span { border-color: rgb(237,5,31); }
td.TdClassName
{
border-color: #ED051F;
}
.TagClassName
{
border-color: #ED051F;
}
</style>