Shades of Torch Red #F01325
Tints of Torch Red #F01325
RGB
CMYK
RGB Variations
Color information
#F01325 (or 0xF01325) is known color: Torch Red. HEX triplet: F0, 13 and 25. RGB value is (240,19,37). Sum of RGB (Red+Green+Blue) = 240+19+37=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F01325 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01325 is #0FECDA. Grayscale: #575757. Windows color (decimal): -1043675 or 2429936. OLE color: 2429936.
HSL color Cylindrical-coordinate representation of color #F01325: hue angle of 355.11º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01325 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 37 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.06 |
| HSL | 355.11º | 0.88% | 0.51% | - |
| HSV(B) | 355.11º | 0.92% | 0.94% | - |
| XYZ | 36.5 | 19.12 | 3.52 | - |
| YUV | 87.13 | 99.72 | 237.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 37 | 0 | 0.92 | 0.85 | 0.06 | 355.11 | 0.88 | 0.51 |
| Hex | F0 | 13 | 25 | 0 | 5C | 55 | 6 | 163 | 58 | 33 |
| Octal | 360 | 23 | 45 | 0 | 134 | 125 | 6 | 543 | 130 | 63 |
| Binary | 11110000 | 10011 | 100101 | 0 | 1011100 | 1010101 | 110 | 101100011 | 1011000 | 110011 |
Color Harmonies of #F01325
Complementary color
Monochromatic Colors of #F01325
Black with #F01325
Text Example
Text Example
White with #F01325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01325; }
p { color: rgb(240,19,37); }
H1.HeaderClassName
{
color: #F01325;
}
.AnyTagClassName
{
color: #F01325;
}
</style>
background-color css
<style>
a { background-color: #F01325; }
a { background-color: rgb(240,19,37); }
div.DivClassName
{
background-color: #F01325;
}
.BgClassName
{
background-color: #F01325;
}
</style>
border-color css
<style>
span { border-color: #F01325; }
span { border-color: rgb(240,19,37); }
td.TdClassName
{
border-color: #F01325;
}
.TagClassName
{
border-color: #F01325;
}
</style>