Shades of Torch Red #ED003C
Tints of Torch Red #ED003C
RGB
CMYK
RGB Variations
Color information
#ED003C (or 0xED003C) is known color: Torch Red. HEX triplet: ED, 00 and 3C. RGB value is (237,0,60). Sum of RGB (Red+Green+Blue) = 237+0+60=297 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.80% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 237 - color contains mainly: red. Hex color #ED003C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED003C is #12FFC3. Grayscale: #4D4D4D. Windows color (decimal): -1245124 or 3932397. OLE color: 3932397.
HSL color Cylindrical-coordinate representation of color #ED003C: hue angle of 344.81º 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 #ED003C is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.75 | 0.07 |
| HSL | 344.81º | 1% | 0.46% | - |
| HSV(B) | 344.81º | 1% | 0.93% | - |
| XYZ | 35.74 | 18.33 | 5.93 | - |
| YUV | 77.7 | 118.02 | 241.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 60 | 0 | 1 | 0.75 | 0.07 | 344.81 | 1 | 0.46 |
| Hex | ED | 0 | 3C | 0 | 64 | 4B | 7 | 159 | 64 | 2E |
| Octal | 355 | 0 | 74 | 0 | 144 | 113 | 7 | 531 | 144 | 56 |
| Binary | 11101101 | 0 | 111100 | 0 | 1100100 | 1001011 | 111 | 101011001 | 1100100 | 101110 |
Color Harmonies of #ED003C
Complementary color
Monochromatic Colors of #ED003C
Black with #ED003C
Text Example
Text Example
White with #ED003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED003C; }
p { color: rgb(237,0,60); }
H1.HeaderClassName
{
color: #ED003C;
}
.AnyTagClassName
{
color: #ED003C;
}
</style>
background-color css
<style>
a { background-color: #ED003C; }
a { background-color: rgb(237,0,60); }
div.DivClassName
{
background-color: #ED003C;
}
.BgClassName
{
background-color: #ED003C;
}
</style>
border-color css
<style>
span { border-color: #ED003C; }
span { border-color: rgb(237,0,60); }
td.TdClassName
{
border-color: #ED003C;
}
.TagClassName
{
border-color: #ED003C;
}
</style>