Shades of Torch Red #FF104B
Tints of Torch Red #FF104B
RGB
CMYK
RGB Variations
Color information
#FF104B (or 0xFF104B) is known color: Torch Red. HEX triplet: FF, 10 and 4B. RGB value is (255,16,75). Sum of RGB (Red+Green+Blue) = 255+16+75=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF104B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF104B is #00EFB4. Grayscale: #5E5E5E. Windows color (decimal): -61365 or 4919551. OLE color: 4919551.
HSL color Cylindrical-coordinate representation of color #FF104B: hue angle of 345.19º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF104B is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 75 | - |
| CMYK | 0 | 0.94 | 0.71 | 0 |
| HSL | 345.19º | 1% | 0.53% | - |
| HSV(B) | 345.19º | 0.94% | 1% | - |
| XYZ | 42.7 | 22.14 | 8.68 | - |
| YUV | 94.19 | 117.18 | 242.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 75 | 0 | 0.94 | 0.71 | 0 | 345.19 | 1 | 0.53 |
| Hex | FF | 10 | 4B | 0 | 5E | 47 | 0 | 159 | 64 | 35 |
| Octal | 377 | 20 | 113 | 0 | 136 | 107 | 0 | 531 | 144 | 65 |
| Binary | 11111111 | 10000 | 1001011 | 0 | 1011110 | 1000111 | 0 | 101011001 | 1100100 | 110101 |
Color Harmonies of #FF104B
Complementary color
Monochromatic Colors of #FF104B
Black with #FF104B
Text Example
Text Example
White with #FF104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF104B; }
p { color: rgb(255,16,75); }
H1.HeaderClassName
{
color: #FF104B;
}
.AnyTagClassName
{
color: #FF104B;
}
</style>
background-color css
<style>
a { background-color: #FF104B; }
a { background-color: rgb(255,16,75); }
div.DivClassName
{
background-color: #FF104B;
}
.BgClassName
{
background-color: #FF104B;
}
</style>
border-color css
<style>
span { border-color: #FF104B; }
span { border-color: rgb(255,16,75); }
td.TdClassName
{
border-color: #FF104B;
}
.TagClassName
{
border-color: #FF104B;
}
</style>