Shades of Torch Red #ED0923
Tints of Torch Red #ED0923
RGB
CMYK
RGB Variations
Color information
#ED0923 (or 0xED0923) is known color: Torch Red. HEX triplet: ED, 09 and 23. RGB value is (237,9,35). Sum of RGB (Red+Green+Blue) = 237+9+35=281 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.34% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0923 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0923 is #12F6DC. Grayscale: #505050. Windows color (decimal): -1242845 or 2296301. OLE color: 2296301.
HSL color Cylindrical-coordinate representation of color #ED0923: hue angle of 353.16º 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 #ED0923 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 35 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.07 |
| HSL | 353.16º | 0.93% | 0.48% | - |
| HSV(B) | 353.16º | 0.96% | 0.93% | - |
| XYZ | 35.33 | 18.32 | 3.26 | - |
| YUV | 80.14 | 102.54 | 239.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 35 | 0 | 0.96 | 0.85 | 0.07 | 353.16 | 0.93 | 0.48 |
| Hex | ED | 9 | 23 | 0 | 60 | 55 | 7 | 161 | 5D | 30 |
| Octal | 355 | 11 | 43 | 0 | 140 | 125 | 7 | 541 | 135 | 60 |
| Binary | 11101101 | 1001 | 100011 | 0 | 1100000 | 1010101 | 111 | 101100001 | 1011101 | 110000 |
Color Harmonies of #ED0923
Complementary color
Monochromatic Colors of #ED0923
Black with #ED0923
Text Example
Text Example
White with #ED0923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0923; }
p { color: rgb(237,9,35); }
H1.HeaderClassName
{
color: #ED0923;
}
.AnyTagClassName
{
color: #ED0923;
}
</style>
background-color css
<style>
a { background-color: #ED0923; }
a { background-color: rgb(237,9,35); }
div.DivClassName
{
background-color: #ED0923;
}
.BgClassName
{
background-color: #ED0923;
}
</style>
border-color css
<style>
span { border-color: #ED0923; }
span { border-color: rgb(237,9,35); }
td.TdClassName
{
border-color: #ED0923;
}
.TagClassName
{
border-color: #ED0923;
}
</style>