Shades of Torch Red #ED0627
Tints of Torch Red #ED0627
RGB
CMYK
RGB Variations
Color information
#ED0627 (or 0xED0627) is known color: Torch Red. HEX triplet: ED, 06 and 27. RGB value is (237,6,39). Sum of RGB (Red+Green+Blue) = 237+6+39=282 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.04% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0627 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0627 is #12F9D8. Grayscale: #4E4E4E. Windows color (decimal): -1243609 or 2557677. OLE color: 2557677.
HSL color Cylindrical-coordinate representation of color #ED0627: hue angle of 351.43º 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 #ED0627 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 39 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.07 |
| HSL | 351.43º | 0.95% | 0.48% | - |
| HSV(B) | 351.43º | 0.97% | 0.93% | - |
| XYZ | 35.36 | 18.28 | 3.58 | - |
| YUV | 78.83 | 105.53 | 240.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 39 | 0 | 0.97 | 0.84 | 0.07 | 351.43 | 0.95 | 0.48 |
| Hex | ED | 6 | 27 | 0 | 61 | 54 | 7 | 15F | 5F | 30 |
| Octal | 355 | 6 | 47 | 0 | 141 | 124 | 7 | 537 | 137 | 60 |
| Binary | 11101101 | 110 | 100111 | 0 | 1100001 | 1010100 | 111 | 101011111 | 1011111 | 110000 |
Color Harmonies of #ED0627
Complementary color
Monochromatic Colors of #ED0627
Black with #ED0627
Text Example
Text Example
White with #ED0627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0627; }
p { color: rgb(237,6,39); }
H1.HeaderClassName
{
color: #ED0627;
}
.AnyTagClassName
{
color: #ED0627;
}
</style>
background-color css
<style>
a { background-color: #ED0627; }
a { background-color: rgb(237,6,39); }
div.DivClassName
{
background-color: #ED0627;
}
.BgClassName
{
background-color: #ED0627;
}
</style>
border-color css
<style>
span { border-color: #ED0627; }
span { border-color: rgb(237,6,39); }
td.TdClassName
{
border-color: #ED0627;
}
.TagClassName
{
border-color: #ED0627;
}
</style>