Shades of Torch Red #F2103D
Tints of Torch Red #F2103D
RGB
CMYK
RGB Variations
Color information
#F2103D (or 0xF2103D) is known color: Torch Red. HEX triplet: F2, 10 and 3D. RGB value is (242,16,61). Sum of RGB (Red+Green+Blue) = 242+16+61=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F2103D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2103D is #0DEFC2. Grayscale: #585858. Windows color (decimal): -913347 or 4002034. OLE color: 4002034.
HSL color Cylindrical-coordinate representation of color #F2103D: hue angle of 348.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2103D is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 61 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.05 |
| HSL | 348.05º | 0.9% | 0.51% | - |
| HSV(B) | 348.05º | 0.93% | 0.95% | - |
| XYZ | 37.65 | 19.58 | 6.21 | - |
| YUV | 88.7 | 112.37 | 237.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 61 | 0 | 0.93 | 0.75 | 0.05 | 348.05 | 0.9 | 0.51 |
| Hex | F2 | 10 | 3D | 0 | 5D | 4B | 5 | 15C | 5A | 33 |
| Octal | 362 | 20 | 75 | 0 | 135 | 113 | 5 | 534 | 132 | 63 |
| Binary | 11110010 | 10000 | 111101 | 0 | 1011101 | 1001011 | 101 | 101011100 | 1011010 | 110011 |
Color Harmonies of #F2103D
Complementary color
Monochromatic Colors of #F2103D
Black with #F2103D
Text Example
Text Example
White with #F2103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2103D; }
p { color: rgb(242,16,61); }
H1.HeaderClassName
{
color: #F2103D;
}
.AnyTagClassName
{
color: #F2103D;
}
</style>
background-color css
<style>
a { background-color: #F2103D; }
a { background-color: rgb(242,16,61); }
div.DivClassName
{
background-color: #F2103D;
}
.BgClassName
{
background-color: #F2103D;
}
</style>
border-color css
<style>
span { border-color: #F2103D; }
span { border-color: rgb(242,16,61); }
td.TdClassName
{
border-color: #F2103D;
}
.TagClassName
{
border-color: #F2103D;
}
</style>