Shades of Torch Red #F0152C
Tints of Torch Red #F0152C
RGB
CMYK
RGB Variations
Color information
#F0152C (or 0xF0152C) is known color: Torch Red. HEX triplet: F0, 15 and 2C. RGB value is (240,21,44). Sum of RGB (Red+Green+Blue) = 240+21+44=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F0152C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0152C is #0FEAD3. Grayscale: #595959. Windows color (decimal): -1043156 or 2889200. OLE color: 2889200.
HSL color Cylindrical-coordinate representation of color #F0152C: hue angle of 353.7º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0152C is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 44 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.06 |
| HSL | 353.7º | 0.88% | 0.51% | - |
| HSV(B) | 353.7º | 0.91% | 0.94% | - |
| XYZ | 36.66 | 19.24 | 4.17 | - |
| YUV | 89.1 | 102.55 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 44 | 0 | 0.91 | 0.82 | 0.06 | 353.7 | 0.88 | 0.51 |
| Hex | F0 | 15 | 2C | 0 | 5B | 52 | 6 | 162 | 58 | 33 |
| Octal | 360 | 25 | 54 | 0 | 133 | 122 | 6 | 542 | 130 | 63 |
| Binary | 11110000 | 10101 | 101100 | 0 | 1011011 | 1010010 | 110 | 101100010 | 1011000 | 110011 |
Color Harmonies of #F0152C
Complementary color
Monochromatic Colors of #F0152C
Black with #F0152C
Text Example
Text Example
White with #F0152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0152C; }
p { color: rgb(240,21,44); }
H1.HeaderClassName
{
color: #F0152C;
}
.AnyTagClassName
{
color: #F0152C;
}
</style>
background-color css
<style>
a { background-color: #F0152C; }
a { background-color: rgb(240,21,44); }
div.DivClassName
{
background-color: #F0152C;
}
.BgClassName
{
background-color: #F0152C;
}
</style>
border-color css
<style>
span { border-color: #F0152C; }
span { border-color: rgb(240,21,44); }
td.TdClassName
{
border-color: #F0152C;
}
.TagClassName
{
border-color: #F0152C;
}
</style>