Shades of Torch Red #ED033D
Tints of Torch Red #ED033D
RGB
CMYK
RGB Variations
Color information
#ED033D (or 0xED033D) is known color: Torch Red. HEX triplet: ED, 03 and 3D. RGB value is (237,3,61). Sum of RGB (Red+Green+Blue) = 237+3+61=301 (39% of max value = 765). Red value is 237 (92.97% from 255 or 78.74% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 237 - color contains mainly: red. Hex color #ED033D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED033D is #12FCC2. Grayscale: #4F4F4F. Windows color (decimal): -1244355 or 3998701. OLE color: 3998701.
HSL color Cylindrical-coordinate representation of color #ED033D: hue angle of 345.13º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED033D is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 61 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.07 |
| HSL | 345.13º | 0.98% | 0.47% | - |
| HSV(B) | 345.13º | 0.99% | 0.93% | - |
| XYZ | 35.8 | 18.41 | 6.08 | - |
| YUV | 79.58 | 117.52 | 240.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 61 | 0 | 0.99 | 0.74 | 0.07 | 345.13 | 0.98 | 0.47 |
| Hex | ED | 3 | 3D | 0 | 63 | 4A | 7 | 159 | 62 | 2F |
| Octal | 355 | 3 | 75 | 0 | 143 | 112 | 7 | 531 | 142 | 57 |
| Binary | 11101101 | 11 | 111101 | 0 | 1100011 | 1001010 | 111 | 101011001 | 1100010 | 101111 |
Color Harmonies of #ED033D
Complementary color
Monochromatic Colors of #ED033D
Black with #ED033D
Text Example
Text Example
White with #ED033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED033D; }
p { color: rgb(237,3,61); }
H1.HeaderClassName
{
color: #ED033D;
}
.AnyTagClassName
{
color: #ED033D;
}
</style>
background-color css
<style>
a { background-color: #ED033D; }
a { background-color: rgb(237,3,61); }
div.DivClassName
{
background-color: #ED033D;
}
.BgClassName
{
background-color: #ED033D;
}
</style>
border-color css
<style>
span { border-color: #ED033D; }
span { border-color: rgb(237,3,61); }
td.TdClassName
{
border-color: #ED033D;
}
.TagClassName
{
border-color: #ED033D;
}
</style>