Shades of Torch Red #FF051B
Tints of Torch Red #FF051B
RGB
CMYK
RGB Variations
Color information
#FF051B (or 0xFF051B) is known color: Torch Red. HEX triplet: FF, 05 and 1B. RGB value is (255,5,27). Sum of RGB (Red+Green+Blue) = 255+5+27=287 (38% of max value = 765). Red value is 255 (100% from 255 or 88.85% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 255 - color contains mainly: red. Hex color #FF051B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF051B is #00FAE4. Grayscale: #525252. Windows color (decimal): -64229 or 1771007. OLE color: 1771007.
HSL color Cylindrical-coordinate representation of color #FF051B: hue angle of 354.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF051B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 27 | - |
| CMYK | 0 | 0.98 | 0.89 | 0 |
| HSL | 354.72º | 1% | 0.51% | - |
| HSV(B) | 354.72º | 0.98% | 1% | - |
| XYZ | 41.49 | 21.45 | 2.99 | - |
| YUV | 82.26 | 96.83 | 251.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 27 | 0 | 0.98 | 0.89 | 0 | 354.72 | 1 | 0.51 |
| Hex | FF | 5 | 1B | 0 | 62 | 59 | 0 | 163 | 64 | 33 |
| Octal | 377 | 5 | 33 | 0 | 142 | 131 | 0 | 543 | 144 | 63 |
| Binary | 11111111 | 101 | 11011 | 0 | 1100010 | 1011001 | 0 | 101100011 | 1100100 | 110011 |
Color Harmonies of #FF051B
Complementary color
Monochromatic Colors of #FF051B
Black with #FF051B
Text Example
Text Example
White with #FF051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF051B; }
p { color: rgb(255,5,27); }
H1.HeaderClassName
{
color: #FF051B;
}
.AnyTagClassName
{
color: #FF051B;
}
</style>
background-color css
<style>
a { background-color: #FF051B; }
a { background-color: rgb(255,5,27); }
div.DivClassName
{
background-color: #FF051B;
}
.BgClassName
{
background-color: #FF051B;
}
</style>
border-color css
<style>
span { border-color: #FF051B; }
span { border-color: rgb(255,5,27); }
td.TdClassName
{
border-color: #FF051B;
}
.TagClassName
{
border-color: #FF051B;
}
</style>