Shades of Torch Red #F0152F
Tints of Torch Red #F0152F
RGB
CMYK
RGB Variations
Color information
#F0152F (or 0xF0152F) is known color: Torch Red. HEX triplet: F0, 15 and 2F. RGB value is (240,21,47). Sum of RGB (Red+Green+Blue) = 240+21+47=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F0152F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0152F is #0FEAD0. Grayscale: #595959. Windows color (decimal): -1043153 or 3085808. OLE color: 3085808.
HSL color Cylindrical-coordinate representation of color #F0152F: hue angle of 352.88º 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 #F0152F is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 47 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.06 |
| HSL | 352.88º | 0.88% | 0.51% | - |
| HSV(B) | 352.88º | 0.91% | 0.94% | - |
| XYZ | 36.72 | 19.27 | 4.47 | - |
| YUV | 89.45 | 104.05 | 235.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 47 | 0 | 0.91 | 0.80 | 0.06 | 352.88 | 0.88 | 0.51 |
| Hex | F0 | 15 | 2F | 0 | 5B | 50 | 6 | 161 | 58 | 33 |
| Octal | 360 | 25 | 57 | 0 | 133 | 120 | 6 | 541 | 130 | 63 |
| Binary | 11110000 | 10101 | 101111 | 0 | 1011011 | 1010000 | 110 | 101100001 | 1011000 | 110011 |
Color Harmonies of #F0152F
Complementary color
Monochromatic Colors of #F0152F
Black with #F0152F
Text Example
Text Example
White with #F0152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0152F; }
p { color: rgb(240,21,47); }
H1.HeaderClassName
{
color: #F0152F;
}
.AnyTagClassName
{
color: #F0152F;
}
</style>
background-color css
<style>
a { background-color: #F0152F; }
a { background-color: rgb(240,21,47); }
div.DivClassName
{
background-color: #F0152F;
}
.BgClassName
{
background-color: #F0152F;
}
</style>
border-color css
<style>
span { border-color: #F0152F; }
span { border-color: rgb(240,21,47); }
td.TdClassName
{
border-color: #F0152F;
}
.TagClassName
{
border-color: #F0152F;
}
</style>