Shades of Torch Red #F40632
Tints of Torch Red #F40632
RGB
CMYK
RGB Variations
Color information
#F40632 (or 0xF40632) is known color: Torch Red. HEX triplet: F4, 06 and 32. RGB value is (244,6,50). Sum of RGB (Red+Green+Blue) = 244+6+50=300 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.33% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 244 - color contains mainly: red. Hex color #F40632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40632 is #0BF9CD. Grayscale: #525252. Windows color (decimal): -784846 or 3278580. OLE color: 3278580.
HSL color Cylindrical-coordinate representation of color #F40632: hue angle of 348.91º degrees, saturation: 0.95, 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 #F40632 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 50 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.04 |
| HSL | 348.91º | 0.95% | 0.49% | - |
| HSV(B) | 348.91º | 0.98% | 0.96% | - |
| XYZ | 37.95 | 19.59 | 4.8 | - |
| YUV | 82.18 | 109.85 | 243.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 50 | 0 | 0.98 | 0.80 | 0.04 | 348.91 | 0.95 | 0.49 |
| Hex | F4 | 6 | 32 | 0 | 62 | 50 | 4 | 15D | 5F | 31 |
| Octal | 364 | 6 | 62 | 0 | 142 | 120 | 4 | 535 | 137 | 61 |
| Binary | 11110100 | 110 | 110010 | 0 | 1100010 | 1010000 | 100 | 101011101 | 1011111 | 110001 |
Color Harmonies of #F40632
Complementary color
Monochromatic Colors of #F40632
Black with #F40632
Text Example
Text Example
White with #F40632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40632; }
p { color: rgb(244,6,50); }
H1.HeaderClassName
{
color: #F40632;
}
.AnyTagClassName
{
color: #F40632;
}
</style>
background-color css
<style>
a { background-color: #F40632; }
a { background-color: rgb(244,6,50); }
div.DivClassName
{
background-color: #F40632;
}
.BgClassName
{
background-color: #F40632;
}
</style>
border-color css
<style>
span { border-color: #F40632; }
span { border-color: rgb(244,6,50); }
td.TdClassName
{
border-color: #F40632;
}
.TagClassName
{
border-color: #F40632;
}
</style>