Shades of Torch Red #FF1F3E
Tints of Torch Red #FF1F3E
RGB
CMYK
RGB Variations
Color information
#FF1F3E (or 0xFF1F3E) is known color: Torch Red. HEX triplet: FF, 1F and 3E. RGB value is (255,31,62). Sum of RGB (Red+Green+Blue) = 255+31+62=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1F3E is #00E0C1. Grayscale: #656565. Windows color (decimal): -57538 or 4071423. OLE color: 4071423.
HSL color Cylindrical-coordinate representation of color #FF1F3E: hue angle of 351.7º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1F3E is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 62 | - |
| CMYK | 0 | 0.88 | 0.76 | 0 |
| HSL | 351.7º | 1% | 0.56% | - |
| HSV(B) | 351.7º | 0.88% | 1% | - |
| XYZ | 42.6 | 22.59 | 6.67 | - |
| YUV | 101.51 | 105.71 | 237.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 62 | 0 | 0.88 | 0.76 | 0 | 351.7 | 1 | 0.56 |
| Hex | FF | 1F | 3E | 0 | 58 | 4C | 0 | 160 | 64 | 38 |
| Octal | 377 | 37 | 76 | 0 | 130 | 114 | 0 | 540 | 144 | 70 |
| Binary | 11111111 | 11111 | 111110 | 0 | 1011000 | 1001100 | 0 | 101100000 | 1100100 | 111000 |
Color Harmonies of #FF1F3E
Complementary color
Monochromatic Colors of #FF1F3E
Black with #FF1F3E
Text Example
Text Example
White with #FF1F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F3E; }
p { color: rgb(255,31,62); }
H1.HeaderClassName
{
color: #FF1F3E;
}
.AnyTagClassName
{
color: #FF1F3E;
}
</style>
background-color css
<style>
a { background-color: #FF1F3E; }
a { background-color: rgb(255,31,62); }
div.DivClassName
{
background-color: #FF1F3E;
}
.BgClassName
{
background-color: #FF1F3E;
}
</style>
border-color css
<style>
span { border-color: #FF1F3E; }
span { border-color: rgb(255,31,62); }
td.TdClassName
{
border-color: #FF1F3E;
}
.TagClassName
{
border-color: #FF1F3E;
}
</style>