Shades of Torch Red #ED0D3C
Tints of Torch Red #ED0D3C
RGB
CMYK
RGB Variations
Color information
#ED0D3C (or 0xED0D3C) is known color: Torch Red. HEX triplet: ED, 0D and 3C. RGB value is (237,13,60). Sum of RGB (Red+Green+Blue) = 237+13+60=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0D3C is #12F2C3. Grayscale: #555555. Windows color (decimal): -1241796 or 3935725. OLE color: 3935725.
HSL color Cylindrical-coordinate representation of color #ED0D3C: hue angle of 347.41º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0D3C is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 13 | 60 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.07 |
| HSL | 347.41º | 0.9% | 0.49% | - |
| HSV(B) | 347.41º | 0.95% | 0.93% | - |
| XYZ | 35.88 | 18.62 | 5.98 | - |
| YUV | 85.33 | 113.71 | 236.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 13 | 60 | 0 | 0.95 | 0.75 | 0.07 | 347.41 | 0.9 | 0.49 |
| Hex | ED | D | 3C | 0 | 5F | 4B | 7 | 15B | 5A | 31 |
| Octal | 355 | 15 | 74 | 0 | 137 | 113 | 7 | 533 | 132 | 61 |
| Binary | 11101101 | 1101 | 111100 | 0 | 1011111 | 1001011 | 111 | 101011011 | 1011010 | 110001 |
Color Harmonies of #ED0D3C
Complementary color
Monochromatic Colors of #ED0D3C
Black with #ED0D3C
Text Example
Text Example
White with #ED0D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0D3C; }
p { color: rgb(237,13,60); }
H1.HeaderClassName
{
color: #ED0D3C;
}
.AnyTagClassName
{
color: #ED0D3C;
}
</style>
background-color css
<style>
a { background-color: #ED0D3C; }
a { background-color: rgb(237,13,60); }
div.DivClassName
{
background-color: #ED0D3C;
}
.BgClassName
{
background-color: #ED0D3C;
}
</style>
border-color css
<style>
span { border-color: #ED0D3C; }
span { border-color: rgb(237,13,60); }
td.TdClassName
{
border-color: #ED0D3C;
}
.TagClassName
{
border-color: #ED0D3C;
}
</style>