Shades of Torch Red #F31540
Tints of Torch Red #F31540
RGB
CMYK
RGB Variations
Color information
#F31540 (or 0xF31540) is known color: Torch Red. HEX triplet: F3, 15 and 40. RGB value is (243,21,64). Sum of RGB (Red+Green+Blue) = 243+21+64=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F31540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31540 is #0CEABF. Grayscale: #5C5C5C. Windows color (decimal): -846528 or 4199923. OLE color: 4199923.
HSL color Cylindrical-coordinate representation of color #F31540: hue angle of 348.38º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31540 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 64 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.05 |
| HSL | 348.38º | 0.9% | 0.52% | - |
| HSV(B) | 348.38º | 0.91% | 0.95% | - |
| XYZ | 38.16 | 19.96 | 6.69 | - |
| YUV | 92.28 | 112.05 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 64 | 0 | 0.91 | 0.74 | 0.05 | 348.38 | 0.9 | 0.52 |
| Hex | F3 | 15 | 40 | 0 | 5B | 4A | 5 | 15C | 5A | 34 |
| Octal | 363 | 25 | 100 | 0 | 133 | 112 | 5 | 534 | 132 | 64 |
| Binary | 11110011 | 10101 | 1000000 | 0 | 1011011 | 1001010 | 101 | 101011100 | 1011010 | 110100 |
Color Harmonies of #F31540
Complementary color
Monochromatic Colors of #F31540
Black with #F31540
Text Example
Text Example
White with #F31540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31540; }
p { color: rgb(243,21,64); }
H1.HeaderClassName
{
color: #F31540;
}
.AnyTagClassName
{
color: #F31540;
}
</style>
background-color css
<style>
a { background-color: #F31540; }
a { background-color: rgb(243,21,64); }
div.DivClassName
{
background-color: #F31540;
}
.BgClassName
{
background-color: #F31540;
}
</style>
border-color css
<style>
span { border-color: #F31540; }
span { border-color: rgb(243,21,64); }
td.TdClassName
{
border-color: #F31540;
}
.TagClassName
{
border-color: #F31540;
}
</style>