Shades of Torch Red #FF074B
Tints of Torch Red #FF074B
RGB
CMYK
RGB Variations
Color information
#FF074B (or 0xFF074B) is known color: Torch Red. HEX triplet: FF, 07 and 4B. RGB value is (255,7,75). Sum of RGB (Red+Green+Blue) = 255+7+75=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF074B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF074B is #00F8B4. Grayscale: #585858. Windows color (decimal): -63669 or 4917247. OLE color: 4917247.
HSL color Cylindrical-coordinate representation of color #FF074B: hue angle of 343.55º 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 #FF074B is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 75 | - |
| CMYK | 0 | 0.97 | 0.71 | 0 |
| HSL | 343.55º | 1% | 0.51% | - |
| HSV(B) | 343.55º | 0.97% | 1% | - |
| XYZ | 42.59 | 21.92 | 8.64 | - |
| YUV | 88.9 | 120.16 | 246.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 75 | 0 | 0.97 | 0.71 | 0 | 343.55 | 1 | 0.51 |
| Hex | FF | 7 | 4B | 0 | 61 | 47 | 0 | 158 | 64 | 33 |
| Octal | 377 | 7 | 113 | 0 | 141 | 107 | 0 | 530 | 144 | 63 |
| Binary | 11111111 | 111 | 1001011 | 0 | 1100001 | 1000111 | 0 | 101011000 | 1100100 | 110011 |
Color Harmonies of #FF074B
Complementary color
Monochromatic Colors of #FF074B
Black with #FF074B
Text Example
Text Example
White with #FF074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF074B; }
p { color: rgb(255,7,75); }
H1.HeaderClassName
{
color: #FF074B;
}
.AnyTagClassName
{
color: #FF074B;
}
</style>
background-color css
<style>
a { background-color: #FF074B; }
a { background-color: rgb(255,7,75); }
div.DivClassName
{
background-color: #FF074B;
}
.BgClassName
{
background-color: #FF074B;
}
</style>
border-color css
<style>
span { border-color: #FF074B; }
span { border-color: rgb(255,7,75); }
td.TdClassName
{
border-color: #FF074B;
}
.TagClassName
{
border-color: #FF074B;
}
</style>