Shades of Torch Red #ED0127
Tints of Torch Red #ED0127
RGB
CMYK
RGB Variations
Color information
#ED0127 (or 0xED0127) is known color: Torch Red. HEX triplet: ED, 01 and 27. RGB value is (237,1,39). Sum of RGB (Red+Green+Blue) = 237+1+39=277 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.56% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0127 is #12FED8. Grayscale: #4B4B4B. Windows color (decimal): -1244889 or 2556397. OLE color: 2556397.
HSL color Cylindrical-coordinate representation of color #ED0127: hue angle of 350.34º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0127 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 39 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.07 |
| HSL | 350.34º | 0.99% | 0.47% | - |
| HSV(B) | 350.34º | 1% | 0.93% | - |
| XYZ | 35.3 | 18.17 | 3.57 | - |
| YUV | 75.9 | 107.19 | 242.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 39 | 0 | 1.00 | 0.84 | 0.07 | 350.34 | 0.99 | 0.47 |
| Hex | ED | 1 | 27 | 0 | 64 | 54 | 7 | 15E | 63 | 2F |
| Octal | 355 | 1 | 47 | 0 | 144 | 124 | 7 | 536 | 143 | 57 |
| Binary | 11101101 | 1 | 100111 | 0 | 1100100 | 1010100 | 111 | 101011110 | 1100011 | 101111 |
Color Harmonies of #ED0127
Complementary color
Monochromatic Colors of #ED0127
Black with #ED0127
Text Example
Text Example
White with #ED0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0127; }
p { color: rgb(237,1,39); }
H1.HeaderClassName
{
color: #ED0127;
}
.AnyTagClassName
{
color: #ED0127;
}
</style>
background-color css
<style>
a { background-color: #ED0127; }
a { background-color: rgb(237,1,39); }
div.DivClassName
{
background-color: #ED0127;
}
.BgClassName
{
background-color: #ED0127;
}
</style>
border-color css
<style>
span { border-color: #ED0127; }
span { border-color: rgb(237,1,39); }
td.TdClassName
{
border-color: #ED0127;
}
.TagClassName
{
border-color: #ED0127;
}
</style>