Shades of Torch Red #FF0743
Tints of Torch Red #FF0743
RGB
CMYK
RGB Variations
Color information
#FF0743 (or 0xFF0743) is known color: Torch Red. HEX triplet: FF, 07 and 43. RGB value is (255,7,67). Sum of RGB (Red+Green+Blue) = 255+7+67=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0743 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0743 is #00F8BC. Grayscale: #585858. Windows color (decimal): -63677 or 4392959. OLE color: 4392959.
HSL color Cylindrical-coordinate representation of color #FF0743: hue angle of 345.48º 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 #FF0743 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 67 | - |
| CMYK | 0 | 0.97 | 0.74 | 0 |
| HSL | 345.48º | 1% | 0.51% | - |
| HSV(B) | 345.48º | 0.97% | 1% | - |
| XYZ | 42.33 | 21.82 | 7.29 | - |
| YUV | 87.99 | 116.16 | 247.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 67 | 0 | 0.97 | 0.74 | 0 | 345.48 | 1 | 0.51 |
| Hex | FF | 7 | 43 | 0 | 61 | 4A | 0 | 159 | 64 | 33 |
| Octal | 377 | 7 | 103 | 0 | 141 | 112 | 0 | 531 | 144 | 63 |
| Binary | 11111111 | 111 | 1000011 | 0 | 1100001 | 1001010 | 0 | 101011001 | 1100100 | 110011 |
Color Harmonies of #FF0743
Complementary color
Monochromatic Colors of #FF0743
Black with #FF0743
Text Example
Text Example
White with #FF0743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0743; }
p { color: rgb(255,7,67); }
H1.HeaderClassName
{
color: #FF0743;
}
.AnyTagClassName
{
color: #FF0743;
}
</style>
background-color css
<style>
a { background-color: #FF0743; }
a { background-color: rgb(255,7,67); }
div.DivClassName
{
background-color: #FF0743;
}
.BgClassName
{
background-color: #FF0743;
}
</style>
border-color css
<style>
span { border-color: #FF0743; }
span { border-color: rgb(255,7,67); }
td.TdClassName
{
border-color: #FF0743;
}
.TagClassName
{
border-color: #FF0743;
}
</style>