Shades of Torch Red #ED0337
Tints of Torch Red #ED0337
RGB
CMYK
RGB Variations
Color information
#ED0337 (or 0xED0337) is known color: Torch Red. HEX triplet: ED, 03 and 37. RGB value is (237,3,55). Sum of RGB (Red+Green+Blue) = 237+3+55=295 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.34% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0337 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0337 is #12FCC8. Grayscale: #4E4E4E. Windows color (decimal): -1244361 or 3605485. OLE color: 3605485.
HSL color Cylindrical-coordinate representation of color #ED0337: hue angle of 346.67º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED0337 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 55 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.07 |
| HSL | 346.67º | 0.98% | 0.47% | - |
| HSV(B) | 346.67º | 0.99% | 0.93% | - |
| XYZ | 35.65 | 18.35 | 5.28 | - |
| YUV | 78.89 | 114.52 | 240.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 55 | 0 | 0.99 | 0.77 | 0.07 | 346.67 | 0.98 | 0.47 |
| Hex | ED | 3 | 37 | 0 | 63 | 4D | 7 | 15B | 62 | 2F |
| Octal | 355 | 3 | 67 | 0 | 143 | 115 | 7 | 533 | 142 | 57 |
| Binary | 11101101 | 11 | 110111 | 0 | 1100011 | 1001101 | 111 | 101011011 | 1100010 | 101111 |
Color Harmonies of #ED0337
Complementary color
Monochromatic Colors of #ED0337
Black with #ED0337
Text Example
Text Example
White with #ED0337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0337; }
p { color: rgb(237,3,55); }
H1.HeaderClassName
{
color: #ED0337;
}
.AnyTagClassName
{
color: #ED0337;
}
</style>
background-color css
<style>
a { background-color: #ED0337; }
a { background-color: rgb(237,3,55); }
div.DivClassName
{
background-color: #ED0337;
}
.BgClassName
{
background-color: #ED0337;
}
</style>
border-color css
<style>
span { border-color: #ED0337; }
span { border-color: rgb(237,3,55); }
td.TdClassName
{
border-color: #ED0337;
}
.TagClassName
{
border-color: #ED0337;
}
</style>