Shades of Torch Red #FF1027
Tints of Torch Red #FF1027
RGB
CMYK
RGB Variations
Color information
#FF1027 (or 0xFF1027) is known color: Torch Red. HEX triplet: FF, 10 and 27. RGB value is (255,16,39). Sum of RGB (Red+Green+Blue) = 255+16+39=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1027 is #00EFD8. Grayscale: #5A5A5A. Windows color (decimal): -61401 or 2560255. OLE color: 2560255.
HSL color Cylindrical-coordinate representation of color #FF1027: hue angle of 354.23º 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 #FF1027 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 39 | - |
| CMYK | 0 | 0.94 | 0.85 | 0 |
| HSL | 354.23º | 1% | 0.53% | - |
| HSV(B) | 354.23º | 0.94% | 1% | - |
| XYZ | 41.79 | 21.78 | 3.92 | - |
| YUV | 90.08 | 99.18 | 245.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 39 | 0 | 0.94 | 0.85 | 0 | 354.23 | 1 | 0.53 |
| Hex | FF | 10 | 27 | 0 | 5E | 55 | 0 | 162 | 64 | 35 |
| Octal | 377 | 20 | 47 | 0 | 136 | 125 | 0 | 542 | 144 | 65 |
| Binary | 11111111 | 10000 | 100111 | 0 | 1011110 | 1010101 | 0 | 101100010 | 1100100 | 110101 |
Color Harmonies of #FF1027
Complementary color
Monochromatic Colors of #FF1027
Black with #FF1027
Text Example
Text Example
White with #FF1027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1027; }
p { color: rgb(255,16,39); }
H1.HeaderClassName
{
color: #FF1027;
}
.AnyTagClassName
{
color: #FF1027;
}
</style>
background-color css
<style>
a { background-color: #FF1027; }
a { background-color: rgb(255,16,39); }
div.DivClassName
{
background-color: #FF1027;
}
.BgClassName
{
background-color: #FF1027;
}
</style>
border-color css
<style>
span { border-color: #FF1027; }
span { border-color: rgb(255,16,39); }
td.TdClassName
{
border-color: #FF1027;
}
.TagClassName
{
border-color: #FF1027;
}
</style>