Shades of Torch Red #FF293F
Tints of Torch Red #FF293F
RGB
CMYK
RGB Variations
Color information
#FF293F (or 0xFF293F) is known color: Torch Red. HEX triplet: FF, 29 and 3F. RGB value is (255,41,63). Sum of RGB (Red+Green+Blue) = 255+41+63=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF293F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF293F is #00D6C0. Grayscale: #6B6B6B. Windows color (decimal): -54977 or 4139519. OLE color: 4139519.
HSL color Cylindrical-coordinate representation of color #FF293F: hue angle of 353.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF293F is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 63 | - |
| CMYK | 0 | 0.84 | 0.75 | 0 |
| HSL | 353.83º | 1% | 0.58% | - |
| HSV(B) | 353.83º | 0.84% | 1% | - |
| XYZ | 42.93 | 23.2 | 6.92 | - |
| YUV | 107.49 | 102.9 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 63 | 0 | 0.84 | 0.75 | 0 | 353.83 | 1 | 0.58 |
| Hex | FF | 29 | 3F | 0 | 54 | 4B | 0 | 162 | 64 | 3A |
| Octal | 377 | 51 | 77 | 0 | 124 | 113 | 0 | 542 | 144 | 72 |
| Binary | 11111111 | 101001 | 111111 | 0 | 1010100 | 1001011 | 0 | 101100010 | 1100100 | 111010 |
Color Harmonies of #FF293F
Complementary color
Monochromatic Colors of #FF293F
Black with #FF293F
Text Example
Text Example
White with #FF293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF293F; }
p { color: rgb(255,41,63); }
H1.HeaderClassName
{
color: #FF293F;
}
.AnyTagClassName
{
color: #FF293F;
}
</style>
background-color css
<style>
a { background-color: #FF293F; }
a { background-color: rgb(255,41,63); }
div.DivClassName
{
background-color: #FF293F;
}
.BgClassName
{
background-color: #FF293F;
}
</style>
border-color css
<style>
span { border-color: #FF293F; }
span { border-color: rgb(255,41,63); }
td.TdClassName
{
border-color: #FF293F;
}
.TagClassName
{
border-color: #FF293F;
}
</style>