Shades of Torch Red #ED0133
Tints of Torch Red #ED0133
RGB
CMYK
RGB Variations
Color information
#ED0133 (or 0xED0133) is known color: Torch Red. HEX triplet: ED, 01 and 33. RGB value is (237,1,51). Sum of RGB (Red+Green+Blue) = 237+1+51=289 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.01% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0133 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0133 is #12FECC. Grayscale: #4D4D4D. Windows color (decimal): -1244877 or 3342829. OLE color: 3342829.
HSL color Cylindrical-coordinate representation of color #ED0133: hue angle of 347.29º 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 #ED0133 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 51 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.07 |
| HSL | 347.29º | 0.99% | 0.47% | - |
| HSV(B) | 347.29º | 1% | 0.93% | - |
| XYZ | 35.53 | 18.27 | 4.78 | - |
| YUV | 77.26 | 113.19 | 241.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 51 | 0 | 1.00 | 0.78 | 0.07 | 347.29 | 0.99 | 0.47 |
| Hex | ED | 1 | 33 | 0 | 64 | 4E | 7 | 15B | 63 | 2F |
| Octal | 355 | 1 | 63 | 0 | 144 | 116 | 7 | 533 | 143 | 57 |
| Binary | 11101101 | 1 | 110011 | 0 | 1100100 | 1001110 | 111 | 101011011 | 1100011 | 101111 |
Color Harmonies of #ED0133
Complementary color
Monochromatic Colors of #ED0133
Black with #ED0133
Text Example
Text Example
White with #ED0133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0133; }
p { color: rgb(237,1,51); }
H1.HeaderClassName
{
color: #ED0133;
}
.AnyTagClassName
{
color: #ED0133;
}
</style>
background-color css
<style>
a { background-color: #ED0133; }
a { background-color: rgb(237,1,51); }
div.DivClassName
{
background-color: #ED0133;
}
.BgClassName
{
background-color: #ED0133;
}
</style>
border-color css
<style>
span { border-color: #ED0133; }
span { border-color: rgb(237,1,51); }
td.TdClassName
{
border-color: #ED0133;
}
.TagClassName
{
border-color: #ED0133;
}
</style>