Shades of Torch Red #ED0331
Tints of Torch Red #ED0331
RGB
CMYK
RGB Variations
Color information
#ED0331 (or 0xED0331) is known color: Torch Red. HEX triplet: ED, 03 and 31. RGB value is (237,3,49). Sum of RGB (Red+Green+Blue) = 237+3+49=289 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.01% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0331 is #12FCCE. Grayscale: #4E4E4E. Windows color (decimal): -1244367 or 3212269. OLE color: 3212269.
HSL color Cylindrical-coordinate representation of color #ED0331: hue angle of 348.21º 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 #ED0331 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 49 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.07 |
| HSL | 348.21º | 0.98% | 0.47% | - |
| HSV(B) | 348.21º | 0.99% | 0.93% | - |
| XYZ | 35.51 | 18.29 | 4.56 | - |
| YUV | 78.21 | 111.52 | 241.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 49 | 0 | 0.99 | 0.79 | 0.07 | 348.21 | 0.98 | 0.47 |
| Hex | ED | 3 | 31 | 0 | 63 | 4F | 7 | 15C | 62 | 2F |
| Octal | 355 | 3 | 61 | 0 | 143 | 117 | 7 | 534 | 142 | 57 |
| Binary | 11101101 | 11 | 110001 | 0 | 1100011 | 1001111 | 111 | 101011100 | 1100010 | 101111 |
Color Harmonies of #ED0331
Complementary color
Monochromatic Colors of #ED0331
Black with #ED0331
Text Example
Text Example
White with #ED0331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0331; }
p { color: rgb(237,3,49); }
H1.HeaderClassName
{
color: #ED0331;
}
.AnyTagClassName
{
color: #ED0331;
}
</style>
background-color css
<style>
a { background-color: #ED0331; }
a { background-color: rgb(237,3,49); }
div.DivClassName
{
background-color: #ED0331;
}
.BgClassName
{
background-color: #ED0331;
}
</style>
border-color css
<style>
span { border-color: #ED0331; }
span { border-color: rgb(237,3,49); }
td.TdClassName
{
border-color: #ED0331;
}
.TagClassName
{
border-color: #ED0331;
}
</style>