Shades of Torch Red #F40532
Tints of Torch Red #F40532
RGB
CMYK
RGB Variations
Color information
#F40532 (or 0xF40532) is known color: Torch Red. HEX triplet: F4, 05 and 32. RGB value is (244,5,50). Sum of RGB (Red+Green+Blue) = 244+5+50=299 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.61% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 244 - color contains mainly: red. Hex color #F40532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40532 is #0BFACD. Grayscale: #515151. Windows color (decimal): -785102 or 3278324. OLE color: 3278324.
HSL color Cylindrical-coordinate representation of color #F40532: hue angle of 348.7º 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 #F40532 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 50 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.04 |
| HSL | 348.7º | 0.96% | 0.49% | - |
| HSV(B) | 348.7º | 0.98% | 0.96% | - |
| XYZ | 37.94 | 19.57 | 4.8 | - |
| YUV | 81.59 | 110.18 | 243.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 50 | 0 | 0.98 | 0.80 | 0.04 | 348.7 | 0.96 | 0.49 |
| Hex | F4 | 5 | 32 | 0 | 62 | 50 | 4 | 15D | 60 | 31 |
| Octal | 364 | 5 | 62 | 0 | 142 | 120 | 4 | 535 | 140 | 61 |
| Binary | 11110100 | 101 | 110010 | 0 | 1100010 | 1010000 | 100 | 101011101 | 1100000 | 110001 |
Color Harmonies of #F40532
Complementary color
Monochromatic Colors of #F40532
Black with #F40532
Text Example
Text Example
White with #F40532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40532; }
p { color: rgb(244,5,50); }
H1.HeaderClassName
{
color: #F40532;
}
.AnyTagClassName
{
color: #F40532;
}
</style>
background-color css
<style>
a { background-color: #F40532; }
a { background-color: rgb(244,5,50); }
div.DivClassName
{
background-color: #F40532;
}
.BgClassName
{
background-color: #F40532;
}
</style>
border-color css
<style>
span { border-color: #F40532; }
span { border-color: rgb(244,5,50); }
td.TdClassName
{
border-color: #F40532;
}
.TagClassName
{
border-color: #F40532;
}
</style>