Shades of Torch Red #FF053B
Tints of Torch Red #FF053B
RGB
CMYK
RGB Variations
Color information
#FF053B (or 0xFF053B) is known color: Torch Red. HEX triplet: FF, 05 and 3B. RGB value is (255,5,59). Sum of RGB (Red+Green+Blue) = 255+5+59=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF053B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF053B is #00FAC4. Grayscale: #555555. Windows color (decimal): -64197 or 3868159. OLE color: 3868159.
HSL color Cylindrical-coordinate representation of color #FF053B: hue angle of 347.04º 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 #FF053B is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 59 | - |
| CMYK | 0 | 0.98 | 0.77 | 0 |
| HSL | 347.04º | 1% | 0.51% | - |
| HSV(B) | 347.04º | 0.98% | 1% | - |
| XYZ | 42.08 | 21.68 | 6.11 | - |
| YUV | 85.91 | 112.83 | 248.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 59 | 0 | 0.98 | 0.77 | 0 | 347.04 | 1 | 0.51 |
| Hex | FF | 5 | 3B | 0 | 62 | 4D | 0 | 15B | 64 | 33 |
| Octal | 377 | 5 | 73 | 0 | 142 | 115 | 0 | 533 | 144 | 63 |
| Binary | 11111111 | 101 | 111011 | 0 | 1100010 | 1001101 | 0 | 101011011 | 1100100 | 110011 |
Color Harmonies of #FF053B
Complementary color
Monochromatic Colors of #FF053B
Black with #FF053B
Text Example
Text Example
White with #FF053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF053B; }
p { color: rgb(255,5,59); }
H1.HeaderClassName
{
color: #FF053B;
}
.AnyTagClassName
{
color: #FF053B;
}
</style>
background-color css
<style>
a { background-color: #FF053B; }
a { background-color: rgb(255,5,59); }
div.DivClassName
{
background-color: #FF053B;
}
.BgClassName
{
background-color: #FF053B;
}
</style>
border-color css
<style>
span { border-color: #FF053B; }
span { border-color: rgb(255,5,59); }
td.TdClassName
{
border-color: #FF053B;
}
.TagClassName
{
border-color: #FF053B;
}
</style>