Shades of Torch Red #F40530
Tints of Torch Red #F40530
RGB
CMYK
RGB Variations
Color information
#F40530 (or 0xF40530) is known color: Torch Red. HEX triplet: F4, 05 and 30. RGB value is (244,5,48). Sum of RGB (Red+Green+Blue) = 244+5+48=297 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.15% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 244 - color contains mainly: red. Hex color #F40530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40530 is #0BFACF. Grayscale: #515151. Windows color (decimal): -785104 or 3147252. OLE color: 3147252.
HSL color Cylindrical-coordinate representation of color #F40530: hue angle of 349.21º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40530 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 48 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.04 |
| HSL | 349.21º | 0.96% | 0.49% | - |
| HSV(B) | 349.21º | 0.98% | 0.96% | - |
| XYZ | 37.9 | 19.56 | 4.57 | - |
| YUV | 81.36 | 109.18 | 244 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 48 | 0 | 0.98 | 0.80 | 0.04 | 349.21 | 0.96 | 0.49 |
| Hex | F4 | 5 | 30 | 0 | 62 | 50 | 4 | 15D | 60 | 31 |
| Octal | 364 | 5 | 60 | 0 | 142 | 120 | 4 | 535 | 140 | 61 |
| Binary | 11110100 | 101 | 110000 | 0 | 1100010 | 1010000 | 100 | 101011101 | 1100000 | 110001 |
Color Harmonies of #F40530
Complementary color
Monochromatic Colors of #F40530
Black with #F40530
Text Example
Text Example
White with #F40530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40530; }
p { color: rgb(244,5,48); }
H1.HeaderClassName
{
color: #F40530;
}
.AnyTagClassName
{
color: #F40530;
}
</style>
background-color css
<style>
a { background-color: #F40530; }
a { background-color: rgb(244,5,48); }
div.DivClassName
{
background-color: #F40530;
}
.BgClassName
{
background-color: #F40530;
}
</style>
border-color css
<style>
span { border-color: #F40530; }
span { border-color: rgb(244,5,48); }
td.TdClassName
{
border-color: #F40530;
}
.TagClassName
{
border-color: #F40530;
}
</style>