Shades of Torch Red #FF074F
Tints of Torch Red #FF074F
RGB
CMYK
RGB Variations
Color information
#FF074F (or 0xFF074F) is known color: Torch Red. HEX triplet: FF, 07 and 4F. RGB value is (255,7,79). Sum of RGB (Red+Green+Blue) = 255+7+79=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF074F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF074F is #00F8B0. Grayscale: #595959. Windows color (decimal): -63665 or 5179391. OLE color: 5179391.
HSL color Cylindrical-coordinate representation of color #FF074F: hue angle of 342.58º 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 #FF074F is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 79 | - |
| CMYK | 0 | 0.97 | 0.69 | 0 |
| HSL | 342.58º | 1% | 0.51% | - |
| HSV(B) | 342.58º | 0.97% | 1% | - |
| XYZ | 42.73 | 21.98 | 9.39 | - |
| YUV | 89.36 | 122.16 | 246.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 79 | 0 | 0.97 | 0.69 | 0 | 342.58 | 1 | 0.51 |
| Hex | FF | 7 | 4F | 0 | 61 | 45 | 0 | 157 | 64 | 33 |
| Octal | 377 | 7 | 117 | 0 | 141 | 105 | 0 | 527 | 144 | 63 |
| Binary | 11111111 | 111 | 1001111 | 0 | 1100001 | 1000101 | 0 | 101010111 | 1100100 | 110011 |
Color Harmonies of #FF074F
Complementary color
Monochromatic Colors of #FF074F
Black with #FF074F
Text Example
Text Example
White with #FF074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF074F; }
p { color: rgb(255,7,79); }
H1.HeaderClassName
{
color: #FF074F;
}
.AnyTagClassName
{
color: #FF074F;
}
</style>
background-color css
<style>
a { background-color: #FF074F; }
a { background-color: rgb(255,7,79); }
div.DivClassName
{
background-color: #FF074F;
}
.BgClassName
{
background-color: #FF074F;
}
</style>
border-color css
<style>
span { border-color: #FF074F; }
span { border-color: rgb(255,7,79); }
td.TdClassName
{
border-color: #FF074F;
}
.TagClassName
{
border-color: #FF074F;
}
</style>