Shades of Torch Red #ED0A27
Tints of Torch Red #ED0A27
RGB
CMYK
RGB Variations
Color information
#ED0A27 (or 0xED0A27) is known color: Torch Red. HEX triplet: ED, 0A and 27. RGB value is (237,10,39). Sum of RGB (Red+Green+Blue) = 237+10+39=286 (37% of max value = 765). Red value is 237 (92.97% from 255 or 82.87% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0A27 is #12F5D8. Grayscale: #515151. Windows color (decimal): -1242585 or 2558701. OLE color: 2558701.
HSL color Cylindrical-coordinate representation of color #ED0A27: hue angle of 352.33º degrees, saturation: 0.92, 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 #ED0A27 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 39 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.07 |
| HSL | 352.33º | 0.92% | 0.48% | - |
| HSV(B) | 352.33º | 0.96% | 0.93% | - |
| XYZ | 35.4 | 18.37 | 3.6 | - |
| YUV | 81.18 | 104.21 | 239.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 39 | 0 | 0.96 | 0.84 | 0.07 | 352.33 | 0.92 | 0.48 |
| Hex | ED | A | 27 | 0 | 60 | 54 | 7 | 160 | 5C | 30 |
| Octal | 355 | 12 | 47 | 0 | 140 | 124 | 7 | 540 | 134 | 60 |
| Binary | 11101101 | 1010 | 100111 | 0 | 1100000 | 1010100 | 111 | 101100000 | 1011100 | 110000 |
Color Harmonies of #ED0A27
Complementary color
Monochromatic Colors of #ED0A27
Black with #ED0A27
Text Example
Text Example
White with #ED0A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0A27; }
p { color: rgb(237,10,39); }
H1.HeaderClassName
{
color: #ED0A27;
}
.AnyTagClassName
{
color: #ED0A27;
}
</style>
background-color css
<style>
a { background-color: #ED0A27; }
a { background-color: rgb(237,10,39); }
div.DivClassName
{
background-color: #ED0A27;
}
.BgClassName
{
background-color: #ED0A27;
}
</style>
border-color css
<style>
span { border-color: #ED0A27; }
span { border-color: rgb(237,10,39); }
td.TdClassName
{
border-color: #ED0A27;
}
.TagClassName
{
border-color: #ED0A27;
}
</style>