Shades of Torch Red #F00225
Tints of Torch Red #F00225
RGB
CMYK
RGB Variations
Color information
#F00225 (or 0xF00225) is known color: Torch Red. HEX triplet: F0, 02 and 25. RGB value is (240,2,37). Sum of RGB (Red+Green+Blue) = 240+2+37=279 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.02% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 240 - color contains mainly: red. Hex color #F00225 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00225 is #0FFDDA. Grayscale: #4D4D4D. Windows color (decimal): -1048027 or 2425584. OLE color: 2425584.
HSL color Cylindrical-coordinate representation of color #F00225: hue angle of 351.18º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00225 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 37 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.06 |
| HSL | 351.18º | 0.98% | 0.47% | - |
| HSV(B) | 351.18º | 0.99% | 0.94% | - |
| XYZ | 36.29 | 18.7 | 3.45 | - |
| YUV | 77.15 | 105.35 | 244.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 37 | 0 | 0.99 | 0.85 | 0.06 | 351.18 | 0.98 | 0.47 |
| Hex | F0 | 2 | 25 | 0 | 63 | 55 | 6 | 15F | 62 | 2F |
| Octal | 360 | 2 | 45 | 0 | 143 | 125 | 6 | 537 | 142 | 57 |
| Binary | 11110000 | 10 | 100101 | 0 | 1100011 | 1010101 | 110 | 101011111 | 1100010 | 101111 |
Color Harmonies of #F00225
Complementary color
Monochromatic Colors of #F00225
Black with #F00225
Text Example
Text Example
White with #F00225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00225; }
p { color: rgb(240,2,37); }
H1.HeaderClassName
{
color: #F00225;
}
.AnyTagClassName
{
color: #F00225;
}
</style>
background-color css
<style>
a { background-color: #F00225; }
a { background-color: rgb(240,2,37); }
div.DivClassName
{
background-color: #F00225;
}
.BgClassName
{
background-color: #F00225;
}
</style>
border-color css
<style>
span { border-color: #F00225; }
span { border-color: rgb(240,2,37); }
td.TdClassName
{
border-color: #F00225;
}
.TagClassName
{
border-color: #F00225;
}
</style>