Shades of Torch Red #ED031B
Tints of Torch Red #ED031B
RGB
CMYK
RGB Variations
Color information
#ED031B (or 0xED031B) is known color: Torch Red. HEX triplet: ED, 03 and 1B. RGB value is (237,3,27). Sum of RGB (Red+Green+Blue) = 237+3+27=267 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.76% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 237 - color contains mainly: red. Hex color #ED031B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED031B is #12FCE4. Grayscale: #4B4B4B. Windows color (decimal): -1244389 or 1770477. OLE color: 1770477.
HSL color Cylindrical-coordinate representation of color #ED031B: hue angle of 353.85º 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 #ED031B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.07 |
| HSL | 353.85º | 0.98% | 0.47% | - |
| HSV(B) | 353.85º | 0.99% | 0.93% | - |
| XYZ | 35.16 | 18.15 | 2.69 | - |
| YUV | 75.7 | 100.52 | 243.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 27 | 0 | 0.99 | 0.89 | 0.07 | 353.85 | 0.98 | 0.47 |
| Hex | ED | 3 | 1B | 0 | 63 | 59 | 7 | 162 | 62 | 2F |
| Octal | 355 | 3 | 33 | 0 | 143 | 131 | 7 | 542 | 142 | 57 |
| Binary | 11101101 | 11 | 11011 | 0 | 1100011 | 1011001 | 111 | 101100010 | 1100010 | 101111 |
Color Harmonies of #ED031B
Complementary color
Monochromatic Colors of #ED031B
Black with #ED031B
Text Example
Text Example
White with #ED031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED031B; }
p { color: rgb(237,3,27); }
H1.HeaderClassName
{
color: #ED031B;
}
.AnyTagClassName
{
color: #ED031B;
}
</style>
background-color css
<style>
a { background-color: #ED031B; }
a { background-color: rgb(237,3,27); }
div.DivClassName
{
background-color: #ED031B;
}
.BgClassName
{
background-color: #ED031B;
}
</style>
border-color css
<style>
span { border-color: #ED031B; }
span { border-color: rgb(237,3,27); }
td.TdClassName
{
border-color: #ED031B;
}
.TagClassName
{
border-color: #ED031B;
}
</style>