Shades of Torch Red #ED0925
Tints of Torch Red #ED0925
RGB
CMYK
RGB Variations
Color information
#ED0925 (or 0xED0925) is known color: Torch Red. HEX triplet: ED, 09 and 25. RGB value is (237,9,37). Sum of RGB (Red+Green+Blue) = 237+9+37=283 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.75% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0925 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0925 is #12F6DA. Grayscale: #505050. Windows color (decimal): -1242843 or 2427373. OLE color: 2427373.
HSL color Cylindrical-coordinate representation of color #ED0925: hue angle of 352.63º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0925 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 37 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.07 |
| HSL | 352.63º | 0.93% | 0.48% | - |
| HSV(B) | 352.63º | 0.96% | 0.93% | - |
| XYZ | 35.36 | 18.33 | 3.43 | - |
| YUV | 80.36 | 103.54 | 239.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 37 | 0 | 0.96 | 0.84 | 0.07 | 352.63 | 0.93 | 0.48 |
| Hex | ED | 9 | 25 | 0 | 60 | 54 | 7 | 161 | 5D | 30 |
| Octal | 355 | 11 | 45 | 0 | 140 | 124 | 7 | 541 | 135 | 60 |
| Binary | 11101101 | 1001 | 100101 | 0 | 1100000 | 1010100 | 111 | 101100001 | 1011101 | 110000 |
Color Harmonies of #ED0925
Complementary color
Monochromatic Colors of #ED0925
Black with #ED0925
Text Example
Text Example
White with #ED0925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0925; }
p { color: rgb(237,9,37); }
H1.HeaderClassName
{
color: #ED0925;
}
.AnyTagClassName
{
color: #ED0925;
}
</style>
background-color css
<style>
a { background-color: #ED0925; }
a { background-color: rgb(237,9,37); }
div.DivClassName
{
background-color: #ED0925;
}
.BgClassName
{
background-color: #ED0925;
}
</style>
border-color css
<style>
span { border-color: #ED0925; }
span { border-color: rgb(237,9,37); }
td.TdClassName
{
border-color: #ED0925;
}
.TagClassName
{
border-color: #ED0925;
}
</style>