Shades of Torch Red #F01830
Tints of Torch Red #F01830
RGB
CMYK
RGB Variations
Color information
#F01830 (or 0xF01830) is known color: Torch Red. HEX triplet: F0, 18 and 30. RGB value is (240,24,48). Sum of RGB (Red+Green+Blue) = 240+24+48=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F01830 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01830 is #0FE7CF. Grayscale: #5B5B5B. Windows color (decimal): -1042384 or 3152112. OLE color: 3152112.
HSL color Cylindrical-coordinate representation of color #F01830: hue angle of 353.33º 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 #F01830 is Cyan = 0, Magento = 0.9, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 48 | - |
| CMYK | 0 | 0.9 | 0.8 | 0.06 |
| HSL | 353.33º | 0.88% | 0.52% | - |
| HSV(B) | 353.33º | 0.9% | 0.94% | - |
| XYZ | 36.8 | 19.39 | 4.6 | - |
| YUV | 91.32 | 103.56 | 234.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 48 | 0 | 0.9 | 0.8 | 0.06 | 353.33 | 0.88 | 0.52 |
| Hex | F0 | 18 | 30 | 0 | 5A | 50 | 6 | 161 | 58 | 34 |
| Octal | 360 | 30 | 60 | 0 | 132 | 120 | 6 | 541 | 130 | 64 |
| Binary | 11110000 | 11000 | 110000 | 0 | 1011010 | 1010000 | 110 | 101100001 | 1011000 | 110100 |
Color Harmonies of #F01830
Complementary color
Monochromatic Colors of #F01830
Black with #F01830
Text Example
Text Example
White with #F01830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01830; }
p { color: rgb(240,24,48); }
H1.HeaderClassName
{
color: #F01830;
}
.AnyTagClassName
{
color: #F01830;
}
</style>
background-color css
<style>
a { background-color: #F01830; }
a { background-color: rgb(240,24,48); }
div.DivClassName
{
background-color: #F01830;
}
.BgClassName
{
background-color: #F01830;
}
</style>
border-color css
<style>
span { border-color: #F01830; }
span { border-color: rgb(240,24,48); }
td.TdClassName
{
border-color: #F01830;
}
.TagClassName
{
border-color: #F01830;
}
</style>