Shades of Torch Red #ED0C3C
Tints of Torch Red #ED0C3C
RGB
CMYK
RGB Variations
Color information
#ED0C3C (or 0xED0C3C) is known color: Torch Red. HEX triplet: ED, 0C and 3C. RGB value is (237,12,60). Sum of RGB (Red+Green+Blue) = 237+12+60=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0C3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0C3C is #12F3C3. Grayscale: #545454. Windows color (decimal): -1242052 or 3935469. OLE color: 3935469.
HSL color Cylindrical-coordinate representation of color #ED0C3C: hue angle of 347.2º 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 #ED0C3C is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 12 | 60 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.07 |
| HSL | 347.2º | 0.9% | 0.49% | - |
| HSV(B) | 347.2º | 0.95% | 0.93% | - |
| XYZ | 35.87 | 18.59 | 5.97 | - |
| YUV | 84.75 | 114.04 | 236.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 12 | 60 | 0 | 0.95 | 0.75 | 0.07 | 347.2 | 0.9 | 0.49 |
| Hex | ED | C | 3C | 0 | 5F | 4B | 7 | 15B | 5A | 31 |
| Octal | 355 | 14 | 74 | 0 | 137 | 113 | 7 | 533 | 132 | 61 |
| Binary | 11101101 | 1100 | 111100 | 0 | 1011111 | 1001011 | 111 | 101011011 | 1011010 | 110001 |
Color Harmonies of #ED0C3C
Complementary color
Monochromatic Colors of #ED0C3C
Black with #ED0C3C
Text Example
Text Example
White with #ED0C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0C3C; }
p { color: rgb(237,12,60); }
H1.HeaderClassName
{
color: #ED0C3C;
}
.AnyTagClassName
{
color: #ED0C3C;
}
</style>
background-color css
<style>
a { background-color: #ED0C3C; }
a { background-color: rgb(237,12,60); }
div.DivClassName
{
background-color: #ED0C3C;
}
.BgClassName
{
background-color: #ED0C3C;
}
</style>
border-color css
<style>
span { border-color: #ED0C3C; }
span { border-color: rgb(237,12,60); }
td.TdClassName
{
border-color: #ED0C3C;
}
.TagClassName
{
border-color: #ED0C3C;
}
</style>