Shades of Torch Red #F40534
Tints of Torch Red #F40534
RGB
CMYK
RGB Variations
Color information
#F40534 (or 0xF40534) is known color: Torch Red. HEX triplet: F4, 05 and 34. RGB value is (244,5,52). Sum of RGB (Red+Green+Blue) = 244+5+52=301 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.06% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 244 - color contains mainly: red. Hex color #F40534 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40534 is #0BFACB. Grayscale: #515151. Windows color (decimal): -785100 or 3409396. OLE color: 3409396.
HSL color Cylindrical-coordinate representation of color #F40534: hue angle of 348.2º 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 #F40534 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 52 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.04 |
| HSL | 348.2º | 0.96% | 0.49% | - |
| HSV(B) | 348.2º | 0.98% | 0.96% | - |
| XYZ | 37.98 | 19.59 | 5.03 | - |
| YUV | 81.82 | 111.18 | 243.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 52 | 0 | 0.98 | 0.79 | 0.04 | 348.2 | 0.96 | 0.49 |
| Hex | F4 | 5 | 34 | 0 | 62 | 4F | 4 | 15C | 60 | 31 |
| Octal | 364 | 5 | 64 | 0 | 142 | 117 | 4 | 534 | 140 | 61 |
| Binary | 11110100 | 101 | 110100 | 0 | 1100010 | 1001111 | 100 | 101011100 | 1100000 | 110001 |
Color Harmonies of #F40534
Complementary color
Monochromatic Colors of #F40534
Black with #F40534
Text Example
Text Example
White with #F40534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40534; }
p { color: rgb(244,5,52); }
H1.HeaderClassName
{
color: #F40534;
}
.AnyTagClassName
{
color: #F40534;
}
</style>
background-color css
<style>
a { background-color: #F40534; }
a { background-color: rgb(244,5,52); }
div.DivClassName
{
background-color: #F40534;
}
.BgClassName
{
background-color: #F40534;
}
</style>
border-color css
<style>
span { border-color: #F40534; }
span { border-color: rgb(244,5,52); }
td.TdClassName
{
border-color: #F40534;
}
.TagClassName
{
border-color: #F40534;
}
</style>