Shades of Torch Red #F0152D
Tints of Torch Red #F0152D
RGB
CMYK
RGB Variations
Color information
#F0152D (or 0xF0152D) is known color: Torch Red. HEX triplet: F0, 15 and 2D. RGB value is (240,21,45). Sum of RGB (Red+Green+Blue) = 240+21+45=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F0152D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0152D is #0FEAD2. Grayscale: #595959. Windows color (decimal): -1043155 or 2954736. OLE color: 2954736.
HSL color Cylindrical-coordinate representation of color #F0152D: hue angle of 353.42º 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 #F0152D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 45 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.06 |
| HSL | 353.42º | 0.88% | 0.51% | - |
| HSV(B) | 353.42º | 0.91% | 0.94% | - |
| XYZ | 36.68 | 19.25 | 4.27 | - |
| YUV | 89.22 | 103.05 | 235.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 45 | 0 | 0.91 | 0.81 | 0.06 | 353.42 | 0.88 | 0.51 |
| Hex | F0 | 15 | 2D | 0 | 5B | 51 | 6 | 161 | 58 | 33 |
| Octal | 360 | 25 | 55 | 0 | 133 | 121 | 6 | 541 | 130 | 63 |
| Binary | 11110000 | 10101 | 101101 | 0 | 1011011 | 1010001 | 110 | 101100001 | 1011000 | 110011 |
Color Harmonies of #F0152D
Complementary color
Monochromatic Colors of #F0152D
Black with #F0152D
Text Example
Text Example
White with #F0152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0152D; }
p { color: rgb(240,21,45); }
H1.HeaderClassName
{
color: #F0152D;
}
.AnyTagClassName
{
color: #F0152D;
}
</style>
background-color css
<style>
a { background-color: #F0152D; }
a { background-color: rgb(240,21,45); }
div.DivClassName
{
background-color: #F0152D;
}
.BgClassName
{
background-color: #F0152D;
}
</style>
border-color css
<style>
span { border-color: #F0152D; }
span { border-color: rgb(240,21,45); }
td.TdClassName
{
border-color: #F0152D;
}
.TagClassName
{
border-color: #F0152D;
}
</style>