Shades of Torch Red #F40527
Tints of Torch Red #F40527
RGB
CMYK
RGB Variations
Color information
#F40527 (or 0xF40527) is known color: Torch Red. HEX triplet: F4, 05 and 27. RGB value is (244,5,39). Sum of RGB (Red+Green+Blue) = 244+5+39=288 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.72% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 244 - color contains mainly: red. Hex color #F40527 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40527 is #0BFAD8. Grayscale: #505050. Windows color (decimal): -785113 or 2557428. OLE color: 2557428.
HSL color Cylindrical-coordinate representation of color #F40527: hue angle of 351.46º 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 #F40527 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 39 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.04 |
| HSL | 351.46º | 0.96% | 0.49% | - |
| HSV(B) | 351.46º | 0.98% | 0.96% | - |
| XYZ | 37.73 | 19.49 | 3.69 | - |
| YUV | 80.34 | 104.68 | 244.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 39 | 0 | 0.98 | 0.84 | 0.04 | 351.46 | 0.96 | 0.49 |
| Hex | F4 | 5 | 27 | 0 | 62 | 54 | 4 | 15F | 60 | 31 |
| Octal | 364 | 5 | 47 | 0 | 142 | 124 | 4 | 537 | 140 | 61 |
| Binary | 11110100 | 101 | 100111 | 0 | 1100010 | 1010100 | 100 | 101011111 | 1100000 | 110001 |
Color Harmonies of #F40527
Complementary color
Monochromatic Colors of #F40527
Black with #F40527
Text Example
Text Example
White with #F40527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40527; }
p { color: rgb(244,5,39); }
H1.HeaderClassName
{
color: #F40527;
}
.AnyTagClassName
{
color: #F40527;
}
</style>
background-color css
<style>
a { background-color: #F40527; }
a { background-color: rgb(244,5,39); }
div.DivClassName
{
background-color: #F40527;
}
.BgClassName
{
background-color: #F40527;
}
</style>
border-color css
<style>
span { border-color: #F40527; }
span { border-color: rgb(244,5,39); }
td.TdClassName
{
border-color: #F40527;
}
.TagClassName
{
border-color: #F40527;
}
</style>