Shades of Torch Red #ED012C
Tints of Torch Red #ED012C
RGB
CMYK
RGB Variations
Color information
#ED012C (or 0xED012C) is known color: Torch Red. HEX triplet: ED, 01 and 2C. RGB value is (237,1,44). Sum of RGB (Red+Green+Blue) = 237+1+44=282 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.04% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 237 - color contains mainly: red. Hex color #ED012C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED012C is #12FED3. Grayscale: #4C4C4C. Windows color (decimal): -1244884 or 2884077. OLE color: 2884077.
HSL color Cylindrical-coordinate representation of color #ED012C: hue angle of 349.07º 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 #ED012C is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.07 |
| HSL | 349.07º | 0.99% | 0.47% | - |
| HSV(B) | 349.07º | 1% | 0.93% | - |
| XYZ | 35.39 | 18.21 | 4.03 | - |
| YUV | 76.47 | 109.69 | 242.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 44 | 0 | 1.00 | 0.81 | 0.07 | 349.07 | 0.99 | 0.47 |
| Hex | ED | 1 | 2C | 0 | 64 | 51 | 7 | 15D | 63 | 2F |
| Octal | 355 | 1 | 54 | 0 | 144 | 121 | 7 | 535 | 143 | 57 |
| Binary | 11101101 | 1 | 101100 | 0 | 1100100 | 1010001 | 111 | 101011101 | 1100011 | 101111 |
Color Harmonies of #ED012C
Complementary color
Monochromatic Colors of #ED012C
Black with #ED012C
Text Example
Text Example
White with #ED012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED012C; }
p { color: rgb(237,1,44); }
H1.HeaderClassName
{
color: #ED012C;
}
.AnyTagClassName
{
color: #ED012C;
}
</style>
background-color css
<style>
a { background-color: #ED012C; }
a { background-color: rgb(237,1,44); }
div.DivClassName
{
background-color: #ED012C;
}
.BgClassName
{
background-color: #ED012C;
}
</style>
border-color css
<style>
span { border-color: #ED012C; }
span { border-color: rgb(237,1,44); }
td.TdClassName
{
border-color: #ED012C;
}
.TagClassName
{
border-color: #ED012C;
}
</style>