Shades of Torch Red #F31927
Tints of Torch Red #F31927
RGB
CMYK
RGB Variations
Color information
#F31927 (or 0xF31927) is known color: Torch Red. HEX triplet: F3, 19 and 27. RGB value is (243,25,39). Sum of RGB (Red+Green+Blue) = 243+25+39=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F31927 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31927 is #0CE6D8. Grayscale: #5B5B5B. Windows color (decimal): -845529 or 2562547. OLE color: 2562547.
HSL color Cylindrical-coordinate representation of color #F31927: hue angle of 356.15º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31927 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 39 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.05 |
| HSL | 356.15º | 0.9% | 0.53% | - |
| HSV(B) | 356.15º | 0.9% | 0.95% | - |
| XYZ | 37.68 | 19.9 | 3.77 | - |
| YUV | 91.78 | 98.22 | 235.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 39 | 0 | 0.90 | 0.84 | 0.05 | 356.15 | 0.9 | 0.53 |
| Hex | F3 | 19 | 27 | 0 | 5A | 54 | 5 | 164 | 5A | 35 |
| Octal | 363 | 31 | 47 | 0 | 132 | 124 | 5 | 544 | 132 | 65 |
| Binary | 11110011 | 11001 | 100111 | 0 | 1011010 | 1010100 | 101 | 101100100 | 1011010 | 110101 |
Color Harmonies of #F31927
Complementary color
Monochromatic Colors of #F31927
Black with #F31927
Text Example
Text Example
White with #F31927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31927; }
p { color: rgb(243,25,39); }
H1.HeaderClassName
{
color: #F31927;
}
.AnyTagClassName
{
color: #F31927;
}
</style>
background-color css
<style>
a { background-color: #F31927; }
a { background-color: rgb(243,25,39); }
div.DivClassName
{
background-color: #F31927;
}
.BgClassName
{
background-color: #F31927;
}
</style>
border-color css
<style>
span { border-color: #F31927; }
span { border-color: rgb(243,25,39); }
td.TdClassName
{
border-color: #F31927;
}
.TagClassName
{
border-color: #F31927;
}
</style>