Shades of Torch Red #ED0F2F
Tints of Torch Red #ED0F2F
RGB
CMYK
RGB Variations
Color information
#ED0F2F (or 0xED0F2F) is known color: Torch Red. HEX triplet: ED, 0F and 2F. RGB value is (237,15,47). Sum of RGB (Red+Green+Blue) = 237+15+47=299 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.26% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0F2F is #12F0D0. Grayscale: #555555. Windows color (decimal): -1241297 or 3084269. OLE color: 3084269.
HSL color Cylindrical-coordinate representation of color #ED0F2F: hue angle of 351.35º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0F2F is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 47 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.07 |
| HSL | 351.35º | 0.88% | 0.49% | - |
| HSV(B) | 351.35º | 0.94% | 0.93% | - |
| XYZ | 35.61 | 18.55 | 4.39 | - |
| YUV | 85.03 | 106.55 | 236.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 47 | 0 | 0.94 | 0.80 | 0.07 | 351.35 | 0.88 | 0.49 |
| Hex | ED | F | 2F | 0 | 5E | 50 | 7 | 15F | 58 | 31 |
| Octal | 355 | 17 | 57 | 0 | 136 | 120 | 7 | 537 | 130 | 61 |
| Binary | 11101101 | 1111 | 101111 | 0 | 1011110 | 1010000 | 111 | 101011111 | 1011000 | 110001 |
Color Harmonies of #ED0F2F
Complementary color
Monochromatic Colors of #ED0F2F
Black with #ED0F2F
Text Example
Text Example
White with #ED0F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0F2F; }
p { color: rgb(237,15,47); }
H1.HeaderClassName
{
color: #ED0F2F;
}
.AnyTagClassName
{
color: #ED0F2F;
}
</style>
background-color css
<style>
a { background-color: #ED0F2F; }
a { background-color: rgb(237,15,47); }
div.DivClassName
{
background-color: #ED0F2F;
}
.BgClassName
{
background-color: #ED0F2F;
}
</style>
border-color css
<style>
span { border-color: #ED0F2F; }
span { border-color: rgb(237,15,47); }
td.TdClassName
{
border-color: #ED0F2F;
}
.TagClassName
{
border-color: #ED0F2F;
}
</style>