Shades of Torch Red #F31441
Tints of Torch Red #F31441
RGB
CMYK
RGB Variations
Color information
#F31441 (or 0xF31441) is known color: Torch Red. HEX triplet: F3, 14 and 41. RGB value is (243,20,65). Sum of RGB (Red+Green+Blue) = 243+20+65=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F31441 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31441 is #0CEBBE. Grayscale: #5B5B5B. Windows color (decimal): -846783 or 4265203. OLE color: 4265203.
HSL color Cylindrical-coordinate representation of color #F31441: hue angle of 347.89º 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 #F31441 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 65 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.05 |
| HSL | 347.89º | 0.9% | 0.52% | - |
| HSV(B) | 347.89º | 0.92% | 0.95% | - |
| XYZ | 38.17 | 19.94 | 6.84 | - |
| YUV | 91.81 | 112.88 | 235.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 65 | 0 | 0.92 | 0.73 | 0.05 | 347.89 | 0.9 | 0.52 |
| Hex | F3 | 14 | 41 | 0 | 5C | 49 | 5 | 15C | 5A | 34 |
| Octal | 363 | 24 | 101 | 0 | 134 | 111 | 5 | 534 | 132 | 64 |
| Binary | 11110011 | 10100 | 1000001 | 0 | 1011100 | 1001001 | 101 | 101011100 | 1011010 | 110100 |
Color Harmonies of #F31441
Complementary color
Monochromatic Colors of #F31441
Black with #F31441
Text Example
Text Example
White with #F31441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31441; }
p { color: rgb(243,20,65); }
H1.HeaderClassName
{
color: #F31441;
}
.AnyTagClassName
{
color: #F31441;
}
</style>
background-color css
<style>
a { background-color: #F31441; }
a { background-color: rgb(243,20,65); }
div.DivClassName
{
background-color: #F31441;
}
.BgClassName
{
background-color: #F31441;
}
</style>
border-color css
<style>
span { border-color: #F31441; }
span { border-color: rgb(243,20,65); }
td.TdClassName
{
border-color: #F31441;
}
.TagClassName
{
border-color: #F31441;
}
</style>