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