Shades of Torch Red #FF001F
Tints of Torch Red #FF001F
RGB
CMYK
RGB Variations
Color information
#FF001F (or 0xFF001F) is known color: Torch Red. HEX triplet: FF, 00 and 1F. RGB value is (255,0,31). Sum of RGB (Red+Green+Blue) = 255+0+31=286 (37% of max value = 765). Red value is 255 (100% from 255 or 89.16% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 255 - color contains mainly: red. Hex color #FF001F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF001F is #00FFE0. Grayscale: #4F4F4F. Windows color (decimal): -65505 or 2031871. OLE color: 2031871.
HSL color Cylindrical-coordinate representation of color #FF001F: hue angle of 352.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF001F is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.88 | 0 |
| HSL | 352.71º | 1% | 0.5% | - |
| HSV(B) | 352.71º | 1% | 1% | - |
| XYZ | 41.49 | 21.36 | 3.23 | - |
| YUV | 79.78 | 100.48 | 252.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 31 | 0 | 1 | 0.88 | 0 | 352.71 | 1 | 0.5 |
| Hex | FF | 0 | 1F | 0 | 64 | 58 | 0 | 161 | 64 | 32 |
| Octal | 377 | 0 | 37 | 0 | 144 | 130 | 0 | 541 | 144 | 62 |
| Binary | 11111111 | 0 | 11111 | 0 | 1100100 | 1011000 | 0 | 101100001 | 1100100 | 110010 |
Color Harmonies of #FF001F
Complementary color
Monochromatic Colors of #FF001F
Black with #FF001F
Text Example
Text Example
White with #FF001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF001F; }
p { color: rgb(255,0,31); }
H1.HeaderClassName
{
color: #FF001F;
}
.AnyTagClassName
{
color: #FF001F;
}
</style>
background-color css
<style>
a { background-color: #FF001F; }
a { background-color: rgb(255,0,31); }
div.DivClassName
{
background-color: #FF001F;
}
.BgClassName
{
background-color: #FF001F;
}
</style>
border-color css
<style>
span { border-color: #FF001F; }
span { border-color: rgb(255,0,31); }
td.TdClassName
{
border-color: #FF001F;
}
.TagClassName
{
border-color: #FF001F;
}
</style>