Shades of Torch Red #F31840
Tints of Torch Red #F31840
RGB
CMYK
RGB Variations
Color information
#F31840 (or 0xF31840) is known color: Torch Red. HEX triplet: F3, 18 and 40. RGB value is (243,24,64). Sum of RGB (Red+Green+Blue) = 243+24+64=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F31840 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31840 is #0CE7BF. Grayscale: #5E5E5E. Windows color (decimal): -845760 or 4200691. OLE color: 4200691.
HSL color Cylindrical-coordinate representation of color #F31840: hue angle of 349.04º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31840 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 64 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.05 |
| HSL | 349.04º | 0.9% | 0.52% | - |
| HSV(B) | 349.04º | 0.9% | 0.95% | - |
| XYZ | 38.21 | 20.08 | 6.71 | - |
| YUV | 94.04 | 111.05 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 64 | 0 | 0.90 | 0.74 | 0.05 | 349.04 | 0.9 | 0.52 |
| Hex | F3 | 18 | 40 | 0 | 5A | 4A | 5 | 15D | 5A | 34 |
| Octal | 363 | 30 | 100 | 0 | 132 | 112 | 5 | 535 | 132 | 64 |
| Binary | 11110011 | 11000 | 1000000 | 0 | 1011010 | 1001010 | 101 | 101011101 | 1011010 | 110100 |
Color Harmonies of #F31840
Complementary color
Monochromatic Colors of #F31840
Black with #F31840
Text Example
Text Example
White with #F31840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31840; }
p { color: rgb(243,24,64); }
H1.HeaderClassName
{
color: #F31840;
}
.AnyTagClassName
{
color: #F31840;
}
</style>
background-color css
<style>
a { background-color: #F31840; }
a { background-color: rgb(243,24,64); }
div.DivClassName
{
background-color: #F31840;
}
.BgClassName
{
background-color: #F31840;
}
</style>
border-color css
<style>
span { border-color: #F31840; }
span { border-color: rgb(243,24,64); }
td.TdClassName
{
border-color: #F31840;
}
.TagClassName
{
border-color: #F31840;
}
</style>