Shades of Torch Red #F31143
Tints of Torch Red #F31143
RGB
CMYK
RGB Variations
Color information
#F31143 (or 0xF31143) is known color: Torch Red. HEX triplet: F3, 11 and 43. RGB value is (243,17,67). Sum of RGB (Red+Green+Blue) = 243+17+67=327 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.31% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 243 - color contains mainly: red. Hex color #F31143 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31143 is #0CEEBC. Grayscale: #5A5A5A. Windows color (decimal): -847549 or 4395507. OLE color: 4395507.
HSL color Cylindrical-coordinate representation of color #F31143: hue angle of 346.73º 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 #F31143 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 67 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.05 |
| HSL | 346.73º | 0.9% | 0.51% | - |
| HSV(B) | 346.73º | 0.93% | 0.95% | - |
| XYZ | 38.18 | 19.86 | 7.13 | - |
| YUV | 90.27 | 114.87 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 67 | 0 | 0.93 | 0.72 | 0.05 | 346.73 | 0.9 | 0.51 |
| Hex | F3 | 11 | 43 | 0 | 5D | 48 | 5 | 15B | 5A | 33 |
| Octal | 363 | 21 | 103 | 0 | 135 | 110 | 5 | 533 | 132 | 63 |
| Binary | 11110011 | 10001 | 1000011 | 0 | 1011101 | 1001000 | 101 | 101011011 | 1011010 | 110011 |
Color Harmonies of #F31143
Complementary color
Monochromatic Colors of #F31143
Black with #F31143
Text Example
Text Example
White with #F31143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31143; }
p { color: rgb(243,17,67); }
H1.HeaderClassName
{
color: #F31143;
}
.AnyTagClassName
{
color: #F31143;
}
</style>
background-color css
<style>
a { background-color: #F31143; }
a { background-color: rgb(243,17,67); }
div.DivClassName
{
background-color: #F31143;
}
.BgClassName
{
background-color: #F31143;
}
</style>
border-color css
<style>
span { border-color: #F31143; }
span { border-color: rgb(243,17,67); }
td.TdClassName
{
border-color: #F31143;
}
.TagClassName
{
border-color: #F31143;
}
</style>