Shades of Torch Red #F3102B
Tints of Torch Red #F3102B
RGB
CMYK
RGB Variations
Color information
#F3102B (or 0xF3102B) is known color: Torch Red. HEX triplet: F3, 10 and 2B. RGB value is (243,16,43). Sum of RGB (Red+Green+Blue) = 243+16+43=302 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.46% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 243 - color contains mainly: red. Hex color #F3102B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3102B is #0CEFD4. Grayscale: #575757. Windows color (decimal): -847829 or 2822387. OLE color: 2822387.
HSL color Cylindrical-coordinate representation of color #F3102B: hue angle of 352.86º 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 #F3102B is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 43 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.05 |
| HSL | 352.86º | 0.9% | 0.51% | - |
| HSV(B) | 352.86º | 0.93% | 0.95% | - |
| XYZ | 37.58 | 19.6 | 4.09 | - |
| YUV | 86.95 | 103.21 | 239.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 43 | 0 | 0.93 | 0.82 | 0.05 | 352.86 | 0.9 | 0.51 |
| Hex | F3 | 10 | 2B | 0 | 5D | 52 | 5 | 161 | 5A | 33 |
| Octal | 363 | 20 | 53 | 0 | 135 | 122 | 5 | 541 | 132 | 63 |
| Binary | 11110011 | 10000 | 101011 | 0 | 1011101 | 1010010 | 101 | 101100001 | 1011010 | 110011 |
Color Harmonies of #F3102B
Complementary color
Monochromatic Colors of #F3102B
Black with #F3102B
Text Example
Text Example
White with #F3102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3102B; }
p { color: rgb(243,16,43); }
H1.HeaderClassName
{
color: #F3102B;
}
.AnyTagClassName
{
color: #F3102B;
}
</style>
background-color css
<style>
a { background-color: #F3102B; }
a { background-color: rgb(243,16,43); }
div.DivClassName
{
background-color: #F3102B;
}
.BgClassName
{
background-color: #F3102B;
}
</style>
border-color css
<style>
span { border-color: #F3102B; }
span { border-color: rgb(243,16,43); }
td.TdClassName
{
border-color: #F3102B;
}
.TagClassName
{
border-color: #F3102B;
}
</style>