Shades of Torch Red #FF1018
Tints of Torch Red #FF1018
RGB
CMYK
RGB Variations
Color information
#FF1018 (or 0xFF1018) is known color: Torch Red. HEX triplet: FF, 10 and 18. RGB value is (255,16,24). Sum of RGB (Red+Green+Blue) = 255+16+24=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1018 is #00EFE7. Grayscale: #585858. Windows color (decimal): -61416 or 1577215. OLE color: 1577215.
HSL color Cylindrical-coordinate representation of color #FF1018: hue angle of 357.99º 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 #FF1018 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 24 | - |
| CMYK | 0 | 0.94 | 0.91 | 0 |
| HSL | 357.99º | 1% | 0.53% | - |
| HSV(B) | 357.99º | 0.94% | 1% | - |
| XYZ | 41.59 | 21.7 | 2.86 | - |
| YUV | 88.37 | 91.68 | 246.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 24 | 0 | 0.94 | 0.91 | 0 | 357.99 | 1 | 0.53 |
| Hex | FF | 10 | 18 | 0 | 5E | 5B | 0 | 166 | 64 | 35 |
| Octal | 377 | 20 | 30 | 0 | 136 | 133 | 0 | 546 | 144 | 65 |
| Binary | 11111111 | 10000 | 11000 | 0 | 1011110 | 1011011 | 0 | 101100110 | 1100100 | 110101 |
Color Harmonies of #FF1018
Complementary color
Monochromatic Colors of #FF1018
Black with #FF1018
Text Example
Text Example
White with #FF1018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1018; }
p { color: rgb(255,16,24); }
H1.HeaderClassName
{
color: #FF1018;
}
.AnyTagClassName
{
color: #FF1018;
}
</style>
background-color css
<style>
a { background-color: #FF1018; }
a { background-color: rgb(255,16,24); }
div.DivClassName
{
background-color: #FF1018;
}
.BgClassName
{
background-color: #FF1018;
}
</style>
border-color css
<style>
span { border-color: #FF1018; }
span { border-color: rgb(255,16,24); }
td.TdClassName
{
border-color: #FF1018;
}
.TagClassName
{
border-color: #FF1018;
}
</style>