Shades of Torch Red #ED031D
Tints of Torch Red #ED031D
RGB
CMYK
RGB Variations
Color information
#ED031D (or 0xED031D) is known color: Torch Red. HEX triplet: ED, 03 and 1D. RGB value is (237,3,29). Sum of RGB (Red+Green+Blue) = 237+3+29=269 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.10% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 237 - color contains mainly: red. Hex color #ED031D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED031D is #12FCE2. Grayscale: #4C4C4C. Windows color (decimal): -1244387 or 1901549. OLE color: 1901549.
HSL color Cylindrical-coordinate representation of color #ED031D: hue angle of 353.33º 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 #ED031D is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 29 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.07 |
| HSL | 353.33º | 0.98% | 0.47% | - |
| HSV(B) | 353.33º | 0.99% | 0.93% | - |
| XYZ | 35.18 | 18.16 | 2.81 | - |
| YUV | 75.93 | 101.52 | 242.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 29 | 0 | 0.99 | 0.88 | 0.07 | 353.33 | 0.98 | 0.47 |
| Hex | ED | 3 | 1D | 0 | 63 | 58 | 7 | 161 | 62 | 2F |
| Octal | 355 | 3 | 35 | 0 | 143 | 130 | 7 | 541 | 142 | 57 |
| Binary | 11101101 | 11 | 11101 | 0 | 1100011 | 1011000 | 111 | 101100001 | 1100010 | 101111 |
Color Harmonies of #ED031D
Complementary color
Monochromatic Colors of #ED031D
Black with #ED031D
Text Example
Text Example
White with #ED031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED031D; }
p { color: rgb(237,3,29); }
H1.HeaderClassName
{
color: #ED031D;
}
.AnyTagClassName
{
color: #ED031D;
}
</style>
background-color css
<style>
a { background-color: #ED031D; }
a { background-color: rgb(237,3,29); }
div.DivClassName
{
background-color: #ED031D;
}
.BgClassName
{
background-color: #ED031D;
}
</style>
border-color css
<style>
span { border-color: #ED031D; }
span { border-color: rgb(237,3,29); }
td.TdClassName
{
border-color: #ED031D;
}
.TagClassName
{
border-color: #ED031D;
}
</style>