Shades of Torch Red #F0172A
Tints of Torch Red #F0172A
RGB
CMYK
RGB Variations
Color information
#F0172A (or 0xF0172A) is known color: Torch Red. HEX triplet: F0, 17 and 2A. RGB value is (240,23,42). Sum of RGB (Red+Green+Blue) = 240+23+42=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F0172A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0172A is #0FE8D5. Grayscale: #5A5A5A. Windows color (decimal): -1042646 or 2758640. OLE color: 2758640.
HSL color Cylindrical-coordinate representation of color #F0172A: hue angle of 354.75º 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 #F0172A is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 42 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.06 |
| HSL | 354.75º | 0.88% | 0.52% | - |
| HSV(B) | 354.75º | 0.9% | 0.94% | - |
| XYZ | 36.66 | 19.31 | 3.98 | - |
| YUV | 90.05 | 100.89 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 42 | 0 | 0.90 | 0.82 | 0.06 | 354.75 | 0.88 | 0.52 |
| Hex | F0 | 17 | 2A | 0 | 5A | 52 | 6 | 163 | 58 | 34 |
| Octal | 360 | 27 | 52 | 0 | 132 | 122 | 6 | 543 | 130 | 64 |
| Binary | 11110000 | 10111 | 101010 | 0 | 1011010 | 1010010 | 110 | 101100011 | 1011000 | 110100 |
Color Harmonies of #F0172A
Complementary color
Monochromatic Colors of #F0172A
Black with #F0172A
Text Example
Text Example
White with #F0172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0172A; }
p { color: rgb(240,23,42); }
H1.HeaderClassName
{
color: #F0172A;
}
.AnyTagClassName
{
color: #F0172A;
}
</style>
background-color css
<style>
a { background-color: #F0172A; }
a { background-color: rgb(240,23,42); }
div.DivClassName
{
background-color: #F0172A;
}
.BgClassName
{
background-color: #F0172A;
}
</style>
border-color css
<style>
span { border-color: #F0172A; }
span { border-color: rgb(240,23,42); }
td.TdClassName
{
border-color: #F0172A;
}
.TagClassName
{
border-color: #F0172A;
}
</style>