Shades of Torch Red #ED0624
Tints of Torch Red #ED0624
RGB
CMYK
RGB Variations
Color information
#ED0624 (or 0xED0624) is known color: Torch Red. HEX triplet: ED, 06 and 24. RGB value is (237,6,36). Sum of RGB (Red+Green+Blue) = 237+6+36=279 (36% of max value = 765). Red value is 237 (92.97% from 255 or 84.95% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0624 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0624 is #12F9DB. Grayscale: #4E4E4E. Windows color (decimal): -1243612 or 2361069. OLE color: 2361069.
HSL color Cylindrical-coordinate representation of color #ED0624: hue angle of 352.21º 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 #ED0624 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 36 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.07 |
| HSL | 352.21º | 0.95% | 0.48% | - |
| HSV(B) | 352.21º | 0.97% | 0.93% | - |
| XYZ | 35.31 | 18.26 | 3.33 | - |
| YUV | 78.49 | 104.03 | 241.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 36 | 0 | 0.97 | 0.85 | 0.07 | 352.21 | 0.95 | 0.48 |
| Hex | ED | 6 | 24 | 0 | 61 | 55 | 7 | 160 | 5F | 30 |
| Octal | 355 | 6 | 44 | 0 | 141 | 125 | 7 | 540 | 137 | 60 |
| Binary | 11101101 | 110 | 100100 | 0 | 1100001 | 1010101 | 111 | 101100000 | 1011111 | 110000 |
Color Harmonies of #ED0624
Complementary color
Monochromatic Colors of #ED0624
Black with #ED0624
Text Example
Text Example
White with #ED0624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0624; }
p { color: rgb(237,6,36); }
H1.HeaderClassName
{
color: #ED0624;
}
.AnyTagClassName
{
color: #ED0624;
}
</style>
background-color css
<style>
a { background-color: #ED0624; }
a { background-color: rgb(237,6,36); }
div.DivClassName
{
background-color: #ED0624;
}
.BgClassName
{
background-color: #ED0624;
}
</style>
border-color css
<style>
span { border-color: #ED0624; }
span { border-color: rgb(237,6,36); }
td.TdClassName
{
border-color: #ED0624;
}
.TagClassName
{
border-color: #ED0624;
}
</style>