Shades of Torch Red #F3143B
Tints of Torch Red #F3143B
RGB
CMYK
RGB Variations
Color information
#F3143B (or 0xF3143B) is known color: Torch Red. HEX triplet: F3, 14 and 3B. RGB value is (243,20,59). Sum of RGB (Red+Green+Blue) = 243+20+59=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F3143B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3143B is #0CEBC4. Grayscale: #5B5B5B. Windows color (decimal): -846789 or 3871987. OLE color: 3871987.
HSL color Cylindrical-coordinate representation of color #F3143B: hue angle of 349.51º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3143B is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 59 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.05 |
| HSL | 349.51º | 0.9% | 0.52% | - |
| HSV(B) | 349.51º | 0.92% | 0.95% | - |
| XYZ | 38 | 19.87 | 5.97 | - |
| YUV | 91.12 | 109.88 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 59 | 0 | 0.92 | 0.76 | 0.05 | 349.51 | 0.9 | 0.52 |
| Hex | F3 | 14 | 3B | 0 | 5C | 4C | 5 | 15E | 5A | 34 |
| Octal | 363 | 24 | 73 | 0 | 134 | 114 | 5 | 536 | 132 | 64 |
| Binary | 11110011 | 10100 | 111011 | 0 | 1011100 | 1001100 | 101 | 101011110 | 1011010 | 110100 |
Color Harmonies of #F3143B
Complementary color
Monochromatic Colors of #F3143B
Black with #F3143B
Text Example
Text Example
White with #F3143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3143B; }
p { color: rgb(243,20,59); }
H1.HeaderClassName
{
color: #F3143B;
}
.AnyTagClassName
{
color: #F3143B;
}
</style>
background-color css
<style>
a { background-color: #F3143B; }
a { background-color: rgb(243,20,59); }
div.DivClassName
{
background-color: #F3143B;
}
.BgClassName
{
background-color: #F3143B;
}
</style>
border-color css
<style>
span { border-color: #F3143B; }
span { border-color: rgb(243,20,59); }
td.TdClassName
{
border-color: #F3143B;
}
.TagClassName
{
border-color: #F3143B;
}
</style>