Shades of Torch Red #ED102F
Tints of Torch Red #ED102F
RGB
CMYK
RGB Variations
Color information
#ED102F (or 0xED102F) is known color: Torch Red. HEX triplet: ED, 10 and 2F. RGB value is (237,16,47). Sum of RGB (Red+Green+Blue) = 237+16+47=300 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 237 - color contains mainly: red. Hex color #ED102F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED102F is #12EFD0. Grayscale: #555555. Windows color (decimal): -1241041 or 3084525. OLE color: 3084525.
HSL color Cylindrical-coordinate representation of color #ED102F: hue angle of 351.58º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED102F is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 47 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.07 |
| HSL | 351.58º | 0.87% | 0.5% | - |
| HSV(B) | 351.58º | 0.93% | 0.93% | - |
| XYZ | 35.62 | 18.58 | 4.4 | - |
| YUV | 85.61 | 106.22 | 235.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 47 | 0 | 0.93 | 0.80 | 0.07 | 351.58 | 0.87 | 0.5 |
| Hex | ED | 10 | 2F | 0 | 5D | 50 | 7 | 160 | 57 | 32 |
| Octal | 355 | 20 | 57 | 0 | 135 | 120 | 7 | 540 | 127 | 62 |
| Binary | 11101101 | 10000 | 101111 | 0 | 1011101 | 1010000 | 111 | 101100000 | 1010111 | 110010 |
Color Harmonies of #ED102F
Complementary color
Monochromatic Colors of #ED102F
Black with #ED102F
Text Example
Text Example
White with #ED102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED102F; }
p { color: rgb(237,16,47); }
H1.HeaderClassName
{
color: #ED102F;
}
.AnyTagClassName
{
color: #ED102F;
}
</style>
background-color css
<style>
a { background-color: #ED102F; }
a { background-color: rgb(237,16,47); }
div.DivClassName
{
background-color: #ED102F;
}
.BgClassName
{
background-color: #ED102F;
}
</style>
border-color css
<style>
span { border-color: #ED102F; }
span { border-color: rgb(237,16,47); }
td.TdClassName
{
border-color: #ED102F;
}
.TagClassName
{
border-color: #ED102F;
}
</style>