Shades of Torch Red #ED0128
Tints of Torch Red #ED0128
RGB
CMYK
RGB Variations
Color information
#ED0128 (or 0xED0128) is known color: Torch Red. HEX triplet: ED, 01 and 28. RGB value is (237,1,40). Sum of RGB (Red+Green+Blue) = 237+1+40=278 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.25% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0128 is #12FED7. Grayscale: #4C4C4C. Windows color (decimal): -1244888 or 2621933. OLE color: 2621933.
HSL color Cylindrical-coordinate representation of color #ED0128: hue angle of 350.08º 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 #ED0128 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.07 |
| HSL | 350.08º | 0.99% | 0.47% | - |
| HSV(B) | 350.08º | 1% | 0.93% | - |
| XYZ | 35.32 | 18.18 | 3.65 | - |
| YUV | 76.01 | 107.69 | 242.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 40 | 0 | 1.00 | 0.83 | 0.07 | 350.08 | 0.99 | 0.47 |
| Hex | ED | 1 | 28 | 0 | 64 | 53 | 7 | 15E | 63 | 2F |
| Octal | 355 | 1 | 50 | 0 | 144 | 123 | 7 | 536 | 143 | 57 |
| Binary | 11101101 | 1 | 101000 | 0 | 1100100 | 1010011 | 111 | 101011110 | 1100011 | 101111 |
Color Harmonies of #ED0128
Complementary color
Monochromatic Colors of #ED0128
Black with #ED0128
Text Example
Text Example
White with #ED0128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0128; }
p { color: rgb(237,1,40); }
H1.HeaderClassName
{
color: #ED0128;
}
.AnyTagClassName
{
color: #ED0128;
}
</style>
background-color css
<style>
a { background-color: #ED0128; }
a { background-color: rgb(237,1,40); }
div.DivClassName
{
background-color: #ED0128;
}
.BgClassName
{
background-color: #ED0128;
}
</style>
border-color css
<style>
span { border-color: #ED0128; }
span { border-color: rgb(237,1,40); }
td.TdClassName
{
border-color: #ED0128;
}
.TagClassName
{
border-color: #ED0128;
}
</style>