Shades of Torch Red #FF1E1F
Tints of Torch Red #FF1E1F
RGB
CMYK
RGB Variations
Color information
#FF1E1F (or 0xFF1E1F) is known color: Torch Red. HEX triplet: FF, 1E and 1F. RGB value is (255,30,31). Sum of RGB (Red+Green+Blue) = 255+30+31=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1E1F is #00E1E0. Grayscale: #616161. Windows color (decimal): -57825 or 2039551. OLE color: 2039551.
HSL color Cylindrical-coordinate representation of color #FF1E1F: hue angle of 359.73º 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 #FF1E1F is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 31 | - |
| CMYK | 0 | 0.88 | 0.88 | 0 |
| HSL | 359.73º | 1% | 0.56% | - |
| HSV(B) | 359.73º | 0.88% | 1% | - |
| XYZ | 41.95 | 22.29 | 3.39 | - |
| YUV | 97.39 | 90.54 | 240.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 31 | 0 | 0.88 | 0.88 | 0 | 359.73 | 1 | 0.56 |
| Hex | FF | 1E | 1F | 0 | 58 | 58 | 0 | 168 | 64 | 38 |
| Octal | 377 | 36 | 37 | 0 | 130 | 130 | 0 | 550 | 144 | 70 |
| Binary | 11111111 | 11110 | 11111 | 0 | 1011000 | 1011000 | 0 | 101101000 | 1100100 | 111000 |
Color Harmonies of #FF1E1F
Complementary color
Monochromatic Colors of #FF1E1F
Black with #FF1E1F
Text Example
Text Example
White with #FF1E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1E1F; }
p { color: rgb(255,30,31); }
H1.HeaderClassName
{
color: #FF1E1F;
}
.AnyTagClassName
{
color: #FF1E1F;
}
</style>
background-color css
<style>
a { background-color: #FF1E1F; }
a { background-color: rgb(255,30,31); }
div.DivClassName
{
background-color: #FF1E1F;
}
.BgClassName
{
background-color: #FF1E1F;
}
</style>
border-color css
<style>
span { border-color: #FF1E1F; }
span { border-color: rgb(255,30,31); }
td.TdClassName
{
border-color: #FF1E1F;
}
.TagClassName
{
border-color: #FF1E1F;
}
</style>