Shades of Torch Red #F40439
Tints of Torch Red #F40439
RGB
CMYK
RGB Variations
Color information
#F40439 (or 0xF40439) is known color: Torch Red. HEX triplet: F4, 04 and 39. RGB value is (244,4,57). Sum of RGB (Red+Green+Blue) = 244+4+57=305 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 244 - color contains mainly: red. Hex color #F40439 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40439 is #0BFBC6. Grayscale: #515151. Windows color (decimal): -785351 or 3736820. OLE color: 3736820.
HSL color Cylindrical-coordinate representation of color #F40439: hue angle of 346.75º degrees, saturation: 0.97, 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 #F40439 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 57 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.04 |
| HSL | 346.75º | 0.97% | 0.49% | - |
| HSV(B) | 346.75º | 0.98% | 0.96% | - |
| XYZ | 38.09 | 19.62 | 5.65 | - |
| YUV | 81.8 | 114.01 | 243.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 57 | 0 | 0.98 | 0.77 | 0.04 | 346.75 | 0.97 | 0.49 |
| Hex | F4 | 4 | 39 | 0 | 62 | 4D | 4 | 15B | 61 | 31 |
| Octal | 364 | 4 | 71 | 0 | 142 | 115 | 4 | 533 | 141 | 61 |
| Binary | 11110100 | 100 | 111001 | 0 | 1100010 | 1001101 | 100 | 101011011 | 1100001 | 110001 |
Color Harmonies of #F40439
Complementary color
Monochromatic Colors of #F40439
Black with #F40439
Text Example
Text Example
White with #F40439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40439; }
p { color: rgb(244,4,57); }
H1.HeaderClassName
{
color: #F40439;
}
.AnyTagClassName
{
color: #F40439;
}
</style>
background-color css
<style>
a { background-color: #F40439; }
a { background-color: rgb(244,4,57); }
div.DivClassName
{
background-color: #F40439;
}
.BgClassName
{
background-color: #F40439;
}
</style>
border-color css
<style>
span { border-color: #F40439; }
span { border-color: rgb(244,4,57); }
td.TdClassName
{
border-color: #F40439;
}
.TagClassName
{
border-color: #F40439;
}
</style>