Shades of Torch Red #F3102C
Tints of Torch Red #F3102C
RGB
CMYK
RGB Variations
Color information
#F3102C (or 0xF3102C) is known color: Torch Red. HEX triplet: F3, 10 and 2C. RGB value is (243,16,44). Sum of RGB (Red+Green+Blue) = 243+16+44=303 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.20% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 243 - color contains mainly: red. Hex color #F3102C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3102C is #0CEFD3. Grayscale: #575757. Windows color (decimal): -847828 or 2887923. OLE color: 2887923.
HSL color Cylindrical-coordinate representation of color #F3102C: hue angle of 352.6º 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 #F3102C is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 44 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.05 |
| HSL | 352.6º | 0.9% | 0.51% | - |
| HSV(B) | 352.6º | 0.93% | 0.95% | - |
| XYZ | 37.6 | 19.61 | 4.19 | - |
| YUV | 87.07 | 103.71 | 239.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 44 | 0 | 0.93 | 0.82 | 0.05 | 352.6 | 0.9 | 0.51 |
| Hex | F3 | 10 | 2C | 0 | 5D | 52 | 5 | 161 | 5A | 33 |
| Octal | 363 | 20 | 54 | 0 | 135 | 122 | 5 | 541 | 132 | 63 |
| Binary | 11110011 | 10000 | 101100 | 0 | 1011101 | 1010010 | 101 | 101100001 | 1011010 | 110011 |
Color Harmonies of #F3102C
Complementary color
Monochromatic Colors of #F3102C
Black with #F3102C
Text Example
Text Example
White with #F3102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3102C; }
p { color: rgb(243,16,44); }
H1.HeaderClassName
{
color: #F3102C;
}
.AnyTagClassName
{
color: #F3102C;
}
</style>
background-color css
<style>
a { background-color: #F3102C; }
a { background-color: rgb(243,16,44); }
div.DivClassName
{
background-color: #F3102C;
}
.BgClassName
{
background-color: #F3102C;
}
</style>
border-color css
<style>
span { border-color: #F3102C; }
span { border-color: rgb(243,16,44); }
td.TdClassName
{
border-color: #F3102C;
}
.TagClassName
{
border-color: #F3102C;
}
</style>