Shades of Torch Red #F40834
Tints of Torch Red #F40834
RGB
CMYK
RGB Variations
Color information
#F40834 (or 0xF40834) is known color: Torch Red. HEX triplet: F4, 08 and 34. RGB value is (244,8,52). Sum of RGB (Red+Green+Blue) = 244+8+52=304 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.26% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 244 - color contains mainly: red. Hex color #F40834 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40834 is #0BF7CB. Grayscale: #535353. Windows color (decimal): -784332 or 3410164. OLE color: 3410164.
HSL color Cylindrical-coordinate representation of color #F40834: hue angle of 348.81º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F40834 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 52 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.04 |
| HSL | 348.81º | 0.94% | 0.49% | - |
| HSV(B) | 348.81º | 0.97% | 0.96% | - |
| XYZ | 38.01 | 19.65 | 5.04 | - |
| YUV | 83.58 | 110.19 | 242.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 52 | 0 | 0.97 | 0.79 | 0.04 | 348.81 | 0.94 | 0.49 |
| Hex | F4 | 8 | 34 | 0 | 61 | 4F | 4 | 15D | 5E | 31 |
| Octal | 364 | 10 | 64 | 0 | 141 | 117 | 4 | 535 | 136 | 61 |
| Binary | 11110100 | 1000 | 110100 | 0 | 1100001 | 1001111 | 100 | 101011101 | 1011110 | 110001 |
Color Harmonies of #F40834
Complementary color
Monochromatic Colors of #F40834
Black with #F40834
Text Example
Text Example
White with #F40834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40834; }
p { color: rgb(244,8,52); }
H1.HeaderClassName
{
color: #F40834;
}
.AnyTagClassName
{
color: #F40834;
}
</style>
background-color css
<style>
a { background-color: #F40834; }
a { background-color: rgb(244,8,52); }
div.DivClassName
{
background-color: #F40834;
}
.BgClassName
{
background-color: #F40834;
}
</style>
border-color css
<style>
span { border-color: #F40834; }
span { border-color: rgb(244,8,52); }
td.TdClassName
{
border-color: #F40834;
}
.TagClassName
{
border-color: #F40834;
}
</style>