Shades of Torch Red #ED0639
Tints of Torch Red #ED0639
RGB
CMYK
RGB Variations
Color information
#ED0639 (or 0xED0639) is known color: Torch Red. HEX triplet: ED, 06 and 39. RGB value is (237,6,57). Sum of RGB (Red+Green+Blue) = 237+6+57=300 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0639 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0639 is #12F9C6. Grayscale: #505050. Windows color (decimal): -1243591 or 3737325. OLE color: 3737325.
HSL color Cylindrical-coordinate representation of color #ED0639: hue angle of 346.75º degrees, saturation: 0.95, 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 #ED0639 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 57 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.07 |
| HSL | 346.75º | 0.95% | 0.48% | - |
| HSV(B) | 346.75º | 0.97% | 0.93% | - |
| XYZ | 35.73 | 18.43 | 5.55 | - |
| YUV | 80.88 | 114.53 | 239.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 57 | 0 | 0.97 | 0.76 | 0.07 | 346.75 | 0.95 | 0.48 |
| Hex | ED | 6 | 39 | 0 | 61 | 4C | 7 | 15B | 5F | 30 |
| Octal | 355 | 6 | 71 | 0 | 141 | 114 | 7 | 533 | 137 | 60 |
| Binary | 11101101 | 110 | 111001 | 0 | 1100001 | 1001100 | 111 | 101011011 | 1011111 | 110000 |
Color Harmonies of #ED0639
Complementary color
Monochromatic Colors of #ED0639
Black with #ED0639
Text Example
Text Example
White with #ED0639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0639; }
p { color: rgb(237,6,57); }
H1.HeaderClassName
{
color: #ED0639;
}
.AnyTagClassName
{
color: #ED0639;
}
</style>
background-color css
<style>
a { background-color: #ED0639; }
a { background-color: rgb(237,6,57); }
div.DivClassName
{
background-color: #ED0639;
}
.BgClassName
{
background-color: #ED0639;
}
</style>
border-color css
<style>
span { border-color: #ED0639; }
span { border-color: rgb(237,6,57); }
td.TdClassName
{
border-color: #ED0639;
}
.TagClassName
{
border-color: #ED0639;
}
</style>