Shades of Torch Red #ED012D
Tints of Torch Red #ED012D
RGB
CMYK
RGB Variations
Color information
#ED012D (or 0xED012D) is known color: Torch Red. HEX triplet: ED, 01 and 2D. RGB value is (237,1,45). Sum of RGB (Red+Green+Blue) = 237+1+45=283 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.75% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 237 - color contains mainly: red. Hex color #ED012D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED012D is #12FED2. Grayscale: #4C4C4C. Windows color (decimal): -1244883 or 2949613. OLE color: 2949613.
HSL color Cylindrical-coordinate representation of color #ED012D: hue angle of 348.81º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED012D is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.07 |
| HSL | 348.81º | 0.99% | 0.47% | - |
| HSV(B) | 348.81º | 1% | 0.93% | - |
| XYZ | 35.41 | 18.22 | 4.13 | - |
| YUV | 76.58 | 110.19 | 242.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 45 | 0 | 1.00 | 0.81 | 0.07 | 348.81 | 0.99 | 0.47 |
| Hex | ED | 1 | 2D | 0 | 64 | 51 | 7 | 15D | 63 | 2F |
| Octal | 355 | 1 | 55 | 0 | 144 | 121 | 7 | 535 | 143 | 57 |
| Binary | 11101101 | 1 | 101101 | 0 | 1100100 | 1010001 | 111 | 101011101 | 1100011 | 101111 |
Color Harmonies of #ED012D
Complementary color
Monochromatic Colors of #ED012D
Black with #ED012D
Text Example
Text Example
White with #ED012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED012D; }
p { color: rgb(237,1,45); }
H1.HeaderClassName
{
color: #ED012D;
}
.AnyTagClassName
{
color: #ED012D;
}
</style>
background-color css
<style>
a { background-color: #ED012D; }
a { background-color: rgb(237,1,45); }
div.DivClassName
{
background-color: #ED012D;
}
.BgClassName
{
background-color: #ED012D;
}
</style>
border-color css
<style>
span { border-color: #ED012D; }
span { border-color: rgb(237,1,45); }
td.TdClassName
{
border-color: #ED012D;
}
.TagClassName
{
border-color: #ED012D;
}
</style>