Shades of Torch Red #FF0744
Tints of Torch Red #FF0744
RGB
CMYK
RGB Variations
Color information
#FF0744 (or 0xFF0744) is known color: Torch Red. HEX triplet: FF, 07 and 44. RGB value is (255,7,68). Sum of RGB (Red+Green+Blue) = 255+7+68=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0744 is #00F8BB. Grayscale: #585858. Windows color (decimal): -63676 or 4458495. OLE color: 4458495.
HSL color Cylindrical-coordinate representation of color #FF0744: hue angle of 345.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0744 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 68 | - |
| CMYK | 0 | 0.97 | 0.73 | 0 |
| HSL | 345.24º | 1% | 0.51% | - |
| HSV(B) | 345.24º | 0.97% | 1% | - |
| XYZ | 42.36 | 21.83 | 7.45 | - |
| YUV | 88.11 | 116.66 | 247.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 68 | 0 | 0.97 | 0.73 | 0 | 345.24 | 1 | 0.51 |
| Hex | FF | 7 | 44 | 0 | 61 | 49 | 0 | 159 | 64 | 33 |
| Octal | 377 | 7 | 104 | 0 | 141 | 111 | 0 | 531 | 144 | 63 |
| Binary | 11111111 | 111 | 1000100 | 0 | 1100001 | 1001001 | 0 | 101011001 | 1100100 | 110011 |
Color Harmonies of #FF0744
Complementary color
Monochromatic Colors of #FF0744
Black with #FF0744
Text Example
Text Example
White with #FF0744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0744; }
p { color: rgb(255,7,68); }
H1.HeaderClassName
{
color: #FF0744;
}
.AnyTagClassName
{
color: #FF0744;
}
</style>
background-color css
<style>
a { background-color: #FF0744; }
a { background-color: rgb(255,7,68); }
div.DivClassName
{
background-color: #FF0744;
}
.BgClassName
{
background-color: #FF0744;
}
</style>
border-color css
<style>
span { border-color: #FF0744; }
span { border-color: rgb(255,7,68); }
td.TdClassName
{
border-color: #FF0744;
}
.TagClassName
{
border-color: #FF0744;
}
</style>