Shades of Torch Red #ED0927
Tints of Torch Red #ED0927
RGB
CMYK
RGB Variations
Color information
#ED0927 (or 0xED0927) is known color: Torch Red. HEX triplet: ED, 09 and 27. RGB value is (237,9,39). Sum of RGB (Red+Green+Blue) = 237+9+39=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0927 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0927 is #12F6D8. Grayscale: #505050. Windows color (decimal): -1242841 or 2558445. OLE color: 2558445.
HSL color Cylindrical-coordinate representation of color #ED0927: hue angle of 352.11º 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 #ED0927 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 39 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.07 |
| HSL | 352.11º | 0.93% | 0.48% | - |
| HSV(B) | 352.11º | 0.96% | 0.93% | - |
| XYZ | 35.39 | 18.35 | 3.6 | - |
| YUV | 80.59 | 104.54 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 39 | 0 | 0.96 | 0.84 | 0.07 | 352.11 | 0.93 | 0.48 |
| Hex | ED | 9 | 27 | 0 | 60 | 54 | 7 | 160 | 5D | 30 |
| Octal | 355 | 11 | 47 | 0 | 140 | 124 | 7 | 540 | 135 | 60 |
| Binary | 11101101 | 1001 | 100111 | 0 | 1100000 | 1010100 | 111 | 101100000 | 1011101 | 110000 |
Color Harmonies of #ED0927
Complementary color
Monochromatic Colors of #ED0927
Black with #ED0927
Text Example
Text Example
White with #ED0927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0927; }
p { color: rgb(237,9,39); }
H1.HeaderClassName
{
color: #ED0927;
}
.AnyTagClassName
{
color: #ED0927;
}
</style>
background-color css
<style>
a { background-color: #ED0927; }
a { background-color: rgb(237,9,39); }
div.DivClassName
{
background-color: #ED0927;
}
.BgClassName
{
background-color: #ED0927;
}
</style>
border-color css
<style>
span { border-color: #ED0927; }
span { border-color: rgb(237,9,39); }
td.TdClassName
{
border-color: #ED0927;
}
.TagClassName
{
border-color: #ED0927;
}
</style>