Shades of Torch Red #F00925
Tints of Torch Red #F00925
RGB
CMYK
RGB Variations
Color information
#F00925 (or 0xF00925) is known color: Torch Red. HEX triplet: F0, 09 and 25. RGB value is (240,9,37). Sum of RGB (Red+Green+Blue) = 240+9+37=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F00925 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00925 is #0FF6DA. Grayscale: #515151. Windows color (decimal): -1046235 or 2427376. OLE color: 2427376.
HSL color Cylindrical-coordinate representation of color #F00925: hue angle of 352.73º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00925 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 37 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.06 |
| HSL | 352.73º | 0.93% | 0.49% | - |
| HSV(B) | 352.73º | 0.96% | 0.94% | - |
| XYZ | 36.37 | 18.85 | 3.47 | - |
| YUV | 81.26 | 103.03 | 241.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 37 | 0 | 0.96 | 0.85 | 0.06 | 352.73 | 0.93 | 0.49 |
| Hex | F0 | 9 | 25 | 0 | 60 | 55 | 6 | 161 | 5D | 31 |
| Octal | 360 | 11 | 45 | 0 | 140 | 125 | 6 | 541 | 135 | 61 |
| Binary | 11110000 | 1001 | 100101 | 0 | 1100000 | 1010101 | 110 | 101100001 | 1011101 | 110001 |
Color Harmonies of #F00925
Complementary color
Monochromatic Colors of #F00925
Black with #F00925
Text Example
Text Example
White with #F00925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00925; }
p { color: rgb(240,9,37); }
H1.HeaderClassName
{
color: #F00925;
}
.AnyTagClassName
{
color: #F00925;
}
</style>
background-color css
<style>
a { background-color: #F00925; }
a { background-color: rgb(240,9,37); }
div.DivClassName
{
background-color: #F00925;
}
.BgClassName
{
background-color: #F00925;
}
</style>
border-color css
<style>
span { border-color: #F00925; }
span { border-color: rgb(240,9,37); }
td.TdClassName
{
border-color: #F00925;
}
.TagClassName
{
border-color: #F00925;
}
</style>