Shades of Torch Red #FF001E
Tints of Torch Red #FF001E
RGB
CMYK
RGB Variations
Color information
#FF001E (or 0xFF001E) is known color: Torch Red. HEX triplet: FF, 00 and 1E. RGB value is (255,0,30). Sum of RGB (Red+Green+Blue) = 255+0+30=285 (37% of max value = 765). Red value is 255 (100% from 255 or 89.47% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 255 - color contains mainly: red. Hex color #FF001E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF001E is #00FFE1. Grayscale: #4F4F4F. Windows color (decimal): -65506 or 1966335. OLE color: 1966335.
HSL color Cylindrical-coordinate representation of color #FF001E: hue angle of 352.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF001E is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.88 | 0 |
| HSL | 352.94º | 1% | 0.5% | - |
| HSV(B) | 352.94º | 1% | 1% | - |
| XYZ | 41.47 | 21.35 | 3.16 | - |
| YUV | 79.67 | 99.98 | 253.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 30 | 0 | 1 | 0.88 | 0 | 352.94 | 1 | 0.5 |
| Hex | FF | 0 | 1E | 0 | 64 | 58 | 0 | 161 | 64 | 32 |
| Octal | 377 | 0 | 36 | 0 | 144 | 130 | 0 | 541 | 144 | 62 |
| Binary | 11111111 | 0 | 11110 | 0 | 1100100 | 1011000 | 0 | 101100001 | 1100100 | 110010 |
Color Harmonies of #FF001E
Complementary color
Monochromatic Colors of #FF001E
Black with #FF001E
Text Example
Text Example
White with #FF001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF001E; }
p { color: rgb(255,0,30); }
H1.HeaderClassName
{
color: #FF001E;
}
.AnyTagClassName
{
color: #FF001E;
}
</style>
background-color css
<style>
a { background-color: #FF001E; }
a { background-color: rgb(255,0,30); }
div.DivClassName
{
background-color: #FF001E;
}
.BgClassName
{
background-color: #FF001E;
}
</style>
border-color css
<style>
span { border-color: #FF001E; }
span { border-color: rgb(255,0,30); }
td.TdClassName
{
border-color: #FF001E;
}
.TagClassName
{
border-color: #FF001E;
}
</style>