Shades of Torch Red #F31741
Tints of Torch Red #F31741
RGB
CMYK
RGB Variations
Color information
#F31741 (or 0xF31741) is known color: Torch Red. HEX triplet: F3, 17 and 41. RGB value is (243,23,65). Sum of RGB (Red+Green+Blue) = 243+23+65=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F31741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31741 is #0CE8BE. Grayscale: #5D5D5D. Windows color (decimal): -846015 or 4265971. OLE color: 4265971.
HSL color Cylindrical-coordinate representation of color #F31741: hue angle of 348.55º 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 #F31741 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 65 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.05 |
| HSL | 348.55º | 0.9% | 0.52% | - |
| HSV(B) | 348.55º | 0.91% | 0.95% | - |
| XYZ | 38.22 | 20.05 | 6.86 | - |
| YUV | 93.57 | 111.89 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 65 | 0 | 0.91 | 0.73 | 0.05 | 348.55 | 0.9 | 0.52 |
| Hex | F3 | 17 | 41 | 0 | 5B | 49 | 5 | 15D | 5A | 34 |
| Octal | 363 | 27 | 101 | 0 | 133 | 111 | 5 | 535 | 132 | 64 |
| Binary | 11110011 | 10111 | 1000001 | 0 | 1011011 | 1001001 | 101 | 101011101 | 1011010 | 110100 |
Color Harmonies of #F31741
Complementary color
Monochromatic Colors of #F31741
Black with #F31741
Text Example
Text Example
White with #F31741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31741; }
p { color: rgb(243,23,65); }
H1.HeaderClassName
{
color: #F31741;
}
.AnyTagClassName
{
color: #F31741;
}
</style>
background-color css
<style>
a { background-color: #F31741; }
a { background-color: rgb(243,23,65); }
div.DivClassName
{
background-color: #F31741;
}
.BgClassName
{
background-color: #F31741;
}
</style>
border-color css
<style>
span { border-color: #F31741; }
span { border-color: rgb(243,23,65); }
td.TdClassName
{
border-color: #F31741;
}
.TagClassName
{
border-color: #F31741;
}
</style>