Shades of Torch Red #FF053F
Tints of Torch Red #FF053F
RGB
CMYK
RGB Variations
Color information
#FF053F (or 0xFF053F) is known color: Torch Red. HEX triplet: FF, 05 and 3F. RGB value is (255,5,63). Sum of RGB (Red+Green+Blue) = 255+5+63=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF053F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF053F is #00FAC0. Grayscale: #565656. Windows color (decimal): -64193 or 4130303. OLE color: 4130303.
HSL color Cylindrical-coordinate representation of color #FF053F: hue angle of 346.08º 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 #FF053F is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 63 | - |
| CMYK | 0 | 0.98 | 0.75 | 0 |
| HSL | 346.08º | 1% | 0.51% | - |
| HSV(B) | 346.08º | 0.98% | 1% | - |
| XYZ | 42.19 | 21.73 | 6.67 | - |
| YUV | 86.36 | 114.83 | 248.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 63 | 0 | 0.98 | 0.75 | 0 | 346.08 | 1 | 0.51 |
| Hex | FF | 5 | 3F | 0 | 62 | 4B | 0 | 15A | 64 | 33 |
| Octal | 377 | 5 | 77 | 0 | 142 | 113 | 0 | 532 | 144 | 63 |
| Binary | 11111111 | 101 | 111111 | 0 | 1100010 | 1001011 | 0 | 101011010 | 1100100 | 110011 |
Color Harmonies of #FF053F
Complementary color
Monochromatic Colors of #FF053F
Black with #FF053F
Text Example
Text Example
White with #FF053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF053F; }
p { color: rgb(255,5,63); }
H1.HeaderClassName
{
color: #FF053F;
}
.AnyTagClassName
{
color: #FF053F;
}
</style>
background-color css
<style>
a { background-color: #FF053F; }
a { background-color: rgb(255,5,63); }
div.DivClassName
{
background-color: #FF053F;
}
.BgClassName
{
background-color: #FF053F;
}
</style>
border-color css
<style>
span { border-color: #FF053F; }
span { border-color: rgb(255,5,63); }
td.TdClassName
{
border-color: #FF053F;
}
.TagClassName
{
border-color: #FF053F;
}
</style>