Shades of Torch Red #F01725
Tints of Torch Red #F01725
RGB
CMYK
RGB Variations
Color information
#F01725 (or 0xF01725) is known color: Torch Red. HEX triplet: F0, 17 and 25. RGB value is (240,23,37). Sum of RGB (Red+Green+Blue) = 240+23+37=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F01725 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01725 is #0FE8DA. Grayscale: #595959. Windows color (decimal): -1042651 or 2430960. OLE color: 2430960.
HSL color Cylindrical-coordinate representation of color #F01725: hue angle of 356.13º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01725 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 37 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.06 |
| HSL | 356.13º | 0.88% | 0.52% | - |
| HSV(B) | 356.13º | 0.9% | 0.94% | - |
| XYZ | 36.58 | 19.27 | 3.54 | - |
| YUV | 89.48 | 98.39 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 37 | 0 | 0.90 | 0.85 | 0.06 | 356.13 | 0.88 | 0.52 |
| Hex | F0 | 17 | 25 | 0 | 5A | 55 | 6 | 164 | 58 | 34 |
| Octal | 360 | 27 | 45 | 0 | 132 | 125 | 6 | 544 | 130 | 64 |
| Binary | 11110000 | 10111 | 100101 | 0 | 1011010 | 1010101 | 110 | 101100100 | 1011000 | 110100 |
Color Harmonies of #F01725
Complementary color
Monochromatic Colors of #F01725
Black with #F01725
Text Example
Text Example
White with #F01725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01725; }
p { color: rgb(240,23,37); }
H1.HeaderClassName
{
color: #F01725;
}
.AnyTagClassName
{
color: #F01725;
}
</style>
background-color css
<style>
a { background-color: #F01725; }
a { background-color: rgb(240,23,37); }
div.DivClassName
{
background-color: #F01725;
}
.BgClassName
{
background-color: #F01725;
}
</style>
border-color css
<style>
span { border-color: #F01725; }
span { border-color: rgb(240,23,37); }
td.TdClassName
{
border-color: #F01725;
}
.TagClassName
{
border-color: #F01725;
}
</style>