Shades of Torch Red #ED001D
Tints of Torch Red #ED001D
RGB
CMYK
RGB Variations
Color information
#ED001D (or 0xED001D) is known color: Torch Red. HEX triplet: ED, 00 and 1D. RGB value is (237,0,29). Sum of RGB (Red+Green+Blue) = 237+0+29=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED001D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED001D is #12FFE2. Grayscale: #4A4A4A. Windows color (decimal): -1245155 or 1900781. OLE color: 1900781.
HSL color Cylindrical-coordinate representation of color #ED001D: hue angle of 352.66º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED001D is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.88 | 0.07 |
| HSL | 352.66º | 1% | 0.46% | - |
| HSV(B) | 352.66º | 1% | 0.93% | - |
| XYZ | 35.15 | 18.09 | 2.8 | - |
| YUV | 74.17 | 102.52 | 244.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 29 | 0 | 1 | 0.88 | 0.07 | 352.66 | 1 | 0.46 |
| Hex | ED | 0 | 1D | 0 | 64 | 58 | 7 | 161 | 64 | 2E |
| Octal | 355 | 0 | 35 | 0 | 144 | 130 | 7 | 541 | 144 | 56 |
| Binary | 11101101 | 0 | 11101 | 0 | 1100100 | 1011000 | 111 | 101100001 | 1100100 | 101110 |
Color Harmonies of #ED001D
Complementary color
Monochromatic Colors of #ED001D
Black with #ED001D
Text Example
Text Example
White with #ED001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED001D; }
p { color: rgb(237,0,29); }
H1.HeaderClassName
{
color: #ED001D;
}
.AnyTagClassName
{
color: #ED001D;
}
</style>
background-color css
<style>
a { background-color: #ED001D; }
a { background-color: rgb(237,0,29); }
div.DivClassName
{
background-color: #ED001D;
}
.BgClassName
{
background-color: #ED001D;
}
</style>
border-color css
<style>
span { border-color: #ED001D; }
span { border-color: rgb(237,0,29); }
td.TdClassName
{
border-color: #ED001D;
}
.TagClassName
{
border-color: #ED001D;
}
</style>