Shades of Torch Red #ED0919
Tints of Torch Red #ED0919
RGB
CMYK
RGB Variations
Color information
#ED0919 (or 0xED0919) is known color: Torch Red. HEX triplet: ED, 09 and 19. RGB value is (237,9,25). Sum of RGB (Red+Green+Blue) = 237+9+25=271 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.45% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0919 is #12F6E6. Grayscale: #4F4F4F. Windows color (decimal): -1242855 or 1640941. OLE color: 1640941.
HSL color Cylindrical-coordinate representation of color #ED0919: hue angle of 355.79º 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 #ED0919 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 25 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.07 |
| HSL | 355.79º | 0.93% | 0.48% | - |
| HSV(B) | 355.79º | 0.96% | 0.93% | - |
| XYZ | 35.2 | 18.27 | 2.59 | - |
| YUV | 79 | 97.54 | 240.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 25 | 0 | 0.96 | 0.89 | 0.07 | 355.79 | 0.93 | 0.48 |
| Hex | ED | 9 | 19 | 0 | 60 | 59 | 7 | 164 | 5D | 30 |
| Octal | 355 | 11 | 31 | 0 | 140 | 131 | 7 | 544 | 135 | 60 |
| Binary | 11101101 | 1001 | 11001 | 0 | 1100000 | 1011001 | 111 | 101100100 | 1011101 | 110000 |
Color Harmonies of #ED0919
Complementary color
Monochromatic Colors of #ED0919
Black with #ED0919
Text Example
Text Example
White with #ED0919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0919; }
p { color: rgb(237,9,25); }
H1.HeaderClassName
{
color: #ED0919;
}
.AnyTagClassName
{
color: #ED0919;
}
</style>
background-color css
<style>
a { background-color: #ED0919; }
a { background-color: rgb(237,9,25); }
div.DivClassName
{
background-color: #ED0919;
}
.BgClassName
{
background-color: #ED0919;
}
</style>
border-color css
<style>
span { border-color: #ED0919; }
span { border-color: rgb(237,9,25); }
td.TdClassName
{
border-color: #ED0919;
}
.TagClassName
{
border-color: #ED0919;
}
</style>