Shades of Torch Red #ED1027
Tints of Torch Red #ED1027
RGB
CMYK
RGB Variations
Color information
#ED1027 (or 0xED1027) is known color: Torch Red. HEX triplet: ED, 10 and 27. RGB value is (237,16,39). Sum of RGB (Red+Green+Blue) = 237+16+39=292 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.16% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1027 is #12EFD8. Grayscale: #545454. Windows color (decimal): -1241049 or 2560237. OLE color: 2560237.
HSL color Cylindrical-coordinate representation of color #ED1027: hue angle of 353.76º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1027 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 39 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.07 |
| HSL | 353.76º | 0.87% | 0.5% | - |
| HSV(B) | 353.76º | 0.93% | 0.93% | - |
| XYZ | 35.48 | 18.52 | 3.62 | - |
| YUV | 84.7 | 102.22 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 39 | 0 | 0.93 | 0.84 | 0.07 | 353.76 | 0.87 | 0.5 |
| Hex | ED | 10 | 27 | 0 | 5D | 54 | 7 | 162 | 57 | 32 |
| Octal | 355 | 20 | 47 | 0 | 135 | 124 | 7 | 542 | 127 | 62 |
| Binary | 11101101 | 10000 | 100111 | 0 | 1011101 | 1010100 | 111 | 101100010 | 1010111 | 110010 |
Color Harmonies of #ED1027
Complementary color
Monochromatic Colors of #ED1027
Black with #ED1027
Text Example
Text Example
White with #ED1027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1027; }
p { color: rgb(237,16,39); }
H1.HeaderClassName
{
color: #ED1027;
}
.AnyTagClassName
{
color: #ED1027;
}
</style>
background-color css
<style>
a { background-color: #ED1027; }
a { background-color: rgb(237,16,39); }
div.DivClassName
{
background-color: #ED1027;
}
.BgClassName
{
background-color: #ED1027;
}
</style>
border-color css
<style>
span { border-color: #ED1027; }
span { border-color: rgb(237,16,39); }
td.TdClassName
{
border-color: #ED1027;
}
.TagClassName
{
border-color: #ED1027;
}
</style>