Shades of Torch Red #ED071B
Tints of Torch Red #ED071B
RGB
CMYK
RGB Variations
Color information
#ED071B (or 0xED071B) is known color: Torch Red. HEX triplet: ED, 07 and 1B. RGB value is (237,7,27). Sum of RGB (Red+Green+Blue) = 237+7+27=271 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.45% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 237 - color contains mainly: red. Hex color #ED071B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED071B is #12F8E4. Grayscale: #4E4E4E. Windows color (decimal): -1243365 or 1771501. OLE color: 1771501.
HSL color Cylindrical-coordinate representation of color #ED071B: hue angle of 354.78º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED071B is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 27 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.07 |
| HSL | 354.78º | 0.94% | 0.48% | - |
| HSV(B) | 354.78º | 0.97% | 0.93% | - |
| XYZ | 35.2 | 18.24 | 2.7 | - |
| YUV | 78.05 | 99.2 | 241.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 27 | 0 | 0.97 | 0.89 | 0.07 | 354.78 | 0.94 | 0.48 |
| Hex | ED | 7 | 1B | 0 | 61 | 59 | 7 | 163 | 5E | 30 |
| Octal | 355 | 7 | 33 | 0 | 141 | 131 | 7 | 543 | 136 | 60 |
| Binary | 11101101 | 111 | 11011 | 0 | 1100001 | 1011001 | 111 | 101100011 | 1011110 | 110000 |
Color Harmonies of #ED071B
Complementary color
Monochromatic Colors of #ED071B
Black with #ED071B
Text Example
Text Example
White with #ED071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED071B; }
p { color: rgb(237,7,27); }
H1.HeaderClassName
{
color: #ED071B;
}
.AnyTagClassName
{
color: #ED071B;
}
</style>
background-color css
<style>
a { background-color: #ED071B; }
a { background-color: rgb(237,7,27); }
div.DivClassName
{
background-color: #ED071B;
}
.BgClassName
{
background-color: #ED071B;
}
</style>
border-color css
<style>
span { border-color: #ED071B; }
span { border-color: rgb(237,7,27); }
td.TdClassName
{
border-color: #ED071B;
}
.TagClassName
{
border-color: #ED071B;
}
</style>