Shades of Torch Red #F0153B
Tints of Torch Red #F0153B
RGB
CMYK
RGB Variations
Color information
#F0153B (or 0xF0153B) is known color: Torch Red. HEX triplet: F0, 15 and 3B. RGB value is (240,21,59). Sum of RGB (Red+Green+Blue) = 240+21+59=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F0153B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0153B is #0FEAC4. Grayscale: #5A5A5A. Windows color (decimal): -1043141 or 3872240. OLE color: 3872240.
HSL color Cylindrical-coordinate representation of color #F0153B: hue angle of 349.59º 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 #F0153B is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 59 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.06 |
| HSL | 349.59º | 0.88% | 0.51% | - |
| HSV(B) | 349.59º | 0.91% | 0.94% | - |
| XYZ | 36.99 | 19.38 | 5.93 | - |
| YUV | 90.81 | 110.05 | 234.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 59 | 0 | 0.91 | 0.75 | 0.06 | 349.59 | 0.88 | 0.51 |
| Hex | F0 | 15 | 3B | 0 | 5B | 4B | 6 | 15E | 58 | 33 |
| Octal | 360 | 25 | 73 | 0 | 133 | 113 | 6 | 536 | 130 | 63 |
| Binary | 11110000 | 10101 | 111011 | 0 | 1011011 | 1001011 | 110 | 101011110 | 1011000 | 110011 |
Color Harmonies of #F0153B
Complementary color
Monochromatic Colors of #F0153B
Black with #F0153B
Text Example
Text Example
White with #F0153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0153B; }
p { color: rgb(240,21,59); }
H1.HeaderClassName
{
color: #F0153B;
}
.AnyTagClassName
{
color: #F0153B;
}
</style>
background-color css
<style>
a { background-color: #F0153B; }
a { background-color: rgb(240,21,59); }
div.DivClassName
{
background-color: #F0153B;
}
.BgClassName
{
background-color: #F0153B;
}
</style>
border-color css
<style>
span { border-color: #F0153B; }
span { border-color: rgb(240,21,59); }
td.TdClassName
{
border-color: #F0153B;
}
.TagClassName
{
border-color: #F0153B;
}
</style>