Shades of Torch Red #F31725
Tints of Torch Red #F31725
RGB
CMYK
RGB Variations
Color information
#F31725 (or 0xF31725) is known color: Torch Red. HEX triplet: F3, 17 and 25. RGB value is (243,23,37). Sum of RGB (Red+Green+Blue) = 243+23+37=303 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.20% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 243 - color contains mainly: red. Hex color #F31725 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31725 is #0CE8DA. Grayscale: #5A5A5A. Windows color (decimal): -846043 or 2430963. OLE color: 2430963.
HSL color Cylindrical-coordinate representation of color #F31725: hue angle of 356.18º 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 #F31725 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 37 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.05 |
| HSL | 356.18º | 0.9% | 0.52% | - |
| HSV(B) | 356.18º | 0.91% | 0.95% | - |
| XYZ | 37.6 | 19.8 | 3.59 | - |
| YUV | 90.38 | 97.89 | 236.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 37 | 0 | 0.91 | 0.85 | 0.05 | 356.18 | 0.9 | 0.52 |
| Hex | F3 | 17 | 25 | 0 | 5B | 55 | 5 | 164 | 5A | 34 |
| Octal | 363 | 27 | 45 | 0 | 133 | 125 | 5 | 544 | 132 | 64 |
| Binary | 11110011 | 10111 | 100101 | 0 | 1011011 | 1010101 | 101 | 101100100 | 1011010 | 110100 |
Color Harmonies of #F31725
Complementary color
Monochromatic Colors of #F31725
Black with #F31725
Text Example
Text Example
White with #F31725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31725; }
p { color: rgb(243,23,37); }
H1.HeaderClassName
{
color: #F31725;
}
.AnyTagClassName
{
color: #F31725;
}
</style>
background-color css
<style>
a { background-color: #F31725; }
a { background-color: rgb(243,23,37); }
div.DivClassName
{
background-color: #F31725;
}
.BgClassName
{
background-color: #F31725;
}
</style>
border-color css
<style>
span { border-color: #F31725; }
span { border-color: rgb(243,23,37); }
td.TdClassName
{
border-color: #F31725;
}
.TagClassName
{
border-color: #F31725;
}
</style>