Shades of Torch Red #ED031E
Tints of Torch Red #ED031E
RGB
CMYK
RGB Variations
Color information
#ED031E (or 0xED031E) is known color: Torch Red. HEX triplet: ED, 03 and 1E. RGB value is (237,3,30). Sum of RGB (Red+Green+Blue) = 237+3+30=270 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.78% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 237 - color contains mainly: red. Hex color #ED031E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED031E is #12FCE1. Grayscale: #4C4C4C. Windows color (decimal): -1244386 or 1967085. OLE color: 1967085.
HSL color Cylindrical-coordinate representation of color #ED031E: hue angle of 353.08º 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 #ED031E is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 30 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.07 |
| HSL | 353.08º | 0.98% | 0.47% | - |
| HSV(B) | 353.08º | 0.99% | 0.93% | - |
| XYZ | 35.19 | 18.16 | 2.88 | - |
| YUV | 76.04 | 102.02 | 242.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 30 | 0 | 0.99 | 0.87 | 0.07 | 353.08 | 0.98 | 0.47 |
| Hex | ED | 3 | 1E | 0 | 63 | 57 | 7 | 161 | 62 | 2F |
| Octal | 355 | 3 | 36 | 0 | 143 | 127 | 7 | 541 | 142 | 57 |
| Binary | 11101101 | 11 | 11110 | 0 | 1100011 | 1010111 | 111 | 101100001 | 1100010 | 101111 |
Color Harmonies of #ED031E
Complementary color
Monochromatic Colors of #ED031E
Black with #ED031E
Text Example
Text Example
White with #ED031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED031E; }
p { color: rgb(237,3,30); }
H1.HeaderClassName
{
color: #ED031E;
}
.AnyTagClassName
{
color: #ED031E;
}
</style>
background-color css
<style>
a { background-color: #ED031E; }
a { background-color: rgb(237,3,30); }
div.DivClassName
{
background-color: #ED031E;
}
.BgClassName
{
background-color: #ED031E;
}
</style>
border-color css
<style>
span { border-color: #ED031E; }
span { border-color: rgb(237,3,30); }
td.TdClassName
{
border-color: #ED031E;
}
.TagClassName
{
border-color: #ED031E;
}
</style>