Shades of Torch Red #ED102B
Tints of Torch Red #ED102B
RGB
CMYK
RGB Variations
Color information
#ED102B (or 0xED102B) is known color: Torch Red. HEX triplet: ED, 10 and 2B. RGB value is (237,16,43). Sum of RGB (Red+Green+Blue) = 237+16+43=296 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.07% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 237 - color contains mainly: red. Hex color #ED102B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED102B is #12EFD4. Grayscale: #555555. Windows color (decimal): -1241045 or 2822381. OLE color: 2822381.
HSL color Cylindrical-coordinate representation of color #ED102B: hue angle of 352.67º 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 #ED102B is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 43 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.07 |
| HSL | 352.67º | 0.87% | 0.5% | - |
| HSV(B) | 352.67º | 0.93% | 0.93% | - |
| XYZ | 35.55 | 18.55 | 3.99 | - |
| YUV | 85.16 | 104.22 | 236.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 43 | 0 | 0.93 | 0.82 | 0.07 | 352.67 | 0.87 | 0.5 |
| Hex | ED | 10 | 2B | 0 | 5D | 52 | 7 | 161 | 57 | 32 |
| Octal | 355 | 20 | 53 | 0 | 135 | 122 | 7 | 541 | 127 | 62 |
| Binary | 11101101 | 10000 | 101011 | 0 | 1011101 | 1010010 | 111 | 101100001 | 1010111 | 110010 |
Color Harmonies of #ED102B
Complementary color
Monochromatic Colors of #ED102B
Black with #ED102B
Text Example
Text Example
White with #ED102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED102B; }
p { color: rgb(237,16,43); }
H1.HeaderClassName
{
color: #ED102B;
}
.AnyTagClassName
{
color: #ED102B;
}
</style>
background-color css
<style>
a { background-color: #ED102B; }
a { background-color: rgb(237,16,43); }
div.DivClassName
{
background-color: #ED102B;
}
.BgClassName
{
background-color: #ED102B;
}
</style>
border-color css
<style>
span { border-color: #ED102B; }
span { border-color: rgb(237,16,43); }
td.TdClassName
{
border-color: #ED102B;
}
.TagClassName
{
border-color: #ED102B;
}
</style>