Shades of Torch Red #ED041A
Tints of Torch Red #ED041A
RGB
CMYK
RGB Variations
Color information
#ED041A (or 0xED041A) is known color: Torch Red. HEX triplet: ED, 04 and 1A. RGB value is (237,4,26). Sum of RGB (Red+Green+Blue) = 237+4+26=267 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.76% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 237 - color contains mainly: red. Hex color #ED041A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED041A is #12FBE5. Grayscale: #4C4C4C. Windows color (decimal): -1244134 or 1705197. OLE color: 1705197.
HSL color Cylindrical-coordinate representation of color #ED041A: hue angle of 354.33º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED041A is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 26 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.07 |
| HSL | 354.33º | 0.97% | 0.47% | - |
| HSV(B) | 354.33º | 0.98% | 0.93% | - |
| XYZ | 35.15 | 18.17 | 2.63 | - |
| YUV | 76.18 | 99.69 | 242.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 26 | 0 | 0.98 | 0.89 | 0.07 | 354.33 | 0.97 | 0.47 |
| Hex | ED | 4 | 1A | 0 | 62 | 59 | 7 | 162 | 61 | 2F |
| Octal | 355 | 4 | 32 | 0 | 142 | 131 | 7 | 542 | 141 | 57 |
| Binary | 11101101 | 100 | 11010 | 0 | 1100010 | 1011001 | 111 | 101100010 | 1100001 | 101111 |
Color Harmonies of #ED041A
Complementary color
Monochromatic Colors of #ED041A
Black with #ED041A
Text Example
Text Example
White with #ED041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED041A; }
p { color: rgb(237,4,26); }
H1.HeaderClassName
{
color: #ED041A;
}
.AnyTagClassName
{
color: #ED041A;
}
</style>
background-color css
<style>
a { background-color: #ED041A; }
a { background-color: rgb(237,4,26); }
div.DivClassName
{
background-color: #ED041A;
}
.BgClassName
{
background-color: #ED041A;
}
</style>
border-color css
<style>
span { border-color: #ED041A; }
span { border-color: rgb(237,4,26); }
td.TdClassName
{
border-color: #ED041A;
}
.TagClassName
{
border-color: #ED041A;
}
</style>