Shades of Torch Red #FF001B
Tints of Torch Red #FF001B
RGB
CMYK
RGB Variations
Color information
#FF001B (or 0xFF001B) is known color: Torch Red. HEX triplet: FF, 00 and 1B. RGB value is (255,0,27). Sum of RGB (Red+Green+Blue) = 255+0+27=282 (37% of max value = 765). Red value is 255 (100% from 255 or 90.43% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 255 - color contains mainly: red. Hex color #FF001B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF001B is #00FFE4. Grayscale: #4F4F4F. Windows color (decimal): -65509 or 1769727. OLE color: 1769727.
HSL color Cylindrical-coordinate representation of color #FF001B: hue angle of 353.65º 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 #FF001B is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.89 | 0 |
| HSL | 353.65º | 1% | 0.5% | - |
| HSV(B) | 353.65º | 1% | 1% | - |
| XYZ | 41.44 | 21.34 | 2.97 | - |
| YUV | 79.32 | 98.48 | 253.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 27 | 0 | 1 | 0.89 | 0 | 353.65 | 1 | 0.5 |
| Hex | FF | 0 | 1B | 0 | 64 | 59 | 0 | 162 | 64 | 32 |
| Octal | 377 | 0 | 33 | 0 | 144 | 131 | 0 | 542 | 144 | 62 |
| Binary | 11111111 | 0 | 11011 | 0 | 1100100 | 1011001 | 0 | 101100010 | 1100100 | 110010 |
Color Harmonies of #FF001B
Complementary color
Monochromatic Colors of #FF001B
Black with #FF001B
Text Example
Text Example
White with #FF001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF001B; }
p { color: rgb(255,0,27); }
H1.HeaderClassName
{
color: #FF001B;
}
.AnyTagClassName
{
color: #FF001B;
}
</style>
background-color css
<style>
a { background-color: #FF001B; }
a { background-color: rgb(255,0,27); }
div.DivClassName
{
background-color: #FF001B;
}
.BgClassName
{
background-color: #FF001B;
}
</style>
border-color css
<style>
span { border-color: #FF001B; }
span { border-color: rgb(255,0,27); }
td.TdClassName
{
border-color: #FF001B;
}
.TagClassName
{
border-color: #FF001B;
}
</style>