Shades of Torch Red #FF102F
Tints of Torch Red #FF102F
RGB
CMYK
RGB Variations
Color information
#FF102F (or 0xFF102F) is known color: Torch Red. HEX triplet: FF, 10 and 2F. RGB value is (255,16,47). Sum of RGB (Red+Green+Blue) = 255+16+47=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF102F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF102F is #00EFD0. Grayscale: #5B5B5B. Windows color (decimal): -61393 or 3084543. OLE color: 3084543.
HSL color Cylindrical-coordinate representation of color #FF102F: hue angle of 352.22º 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 #FF102F is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 47 | - |
| CMYK | 0 | 0.94 | 0.82 | 0 |
| HSL | 352.22º | 1% | 0.53% | - |
| HSV(B) | 352.22º | 0.94% | 1% | - |
| XYZ | 41.94 | 21.84 | 4.69 | - |
| YUV | 91 | 103.18 | 244.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 47 | 0 | 0.94 | 0.82 | 0 | 352.22 | 1 | 0.53 |
| Hex | FF | 10 | 2F | 0 | 5E | 52 | 0 | 160 | 64 | 35 |
| Octal | 377 | 20 | 57 | 0 | 136 | 122 | 0 | 540 | 144 | 65 |
| Binary | 11111111 | 10000 | 101111 | 0 | 1011110 | 1010010 | 0 | 101100000 | 1100100 | 110101 |
Color Harmonies of #FF102F
Complementary color
Monochromatic Colors of #FF102F
Black with #FF102F
Text Example
Text Example
White with #FF102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF102F; }
p { color: rgb(255,16,47); }
H1.HeaderClassName
{
color: #FF102F;
}
.AnyTagClassName
{
color: #FF102F;
}
</style>
background-color css
<style>
a { background-color: #FF102F; }
a { background-color: rgb(255,16,47); }
div.DivClassName
{
background-color: #FF102F;
}
.BgClassName
{
background-color: #FF102F;
}
</style>
border-color css
<style>
span { border-color: #FF102F; }
span { border-color: rgb(255,16,47); }
td.TdClassName
{
border-color: #FF102F;
}
.TagClassName
{
border-color: #FF102F;
}
</style>