Shades of Torch Red #FF181E
Tints of Torch Red #FF181E
RGB
CMYK
RGB Variations
Color information
#FF181E (or 0xFF181E) is known color: Torch Red. HEX triplet: FF, 18 and 1E. RGB value is (255,24,30). Sum of RGB (Red+Green+Blue) = 255+24+30=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF181E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF181E is #00E7E1. Grayscale: #5D5D5D. Windows color (decimal): -59362 or 1972479. OLE color: 1972479.
HSL color Cylindrical-coordinate representation of color #FF181E: hue angle of 358.44º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF181E is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 30 | - |
| CMYK | 0 | 0.91 | 0.88 | 0 |
| HSL | 358.44º | 1% | 0.55% | - |
| HSV(B) | 358.44º | 0.91% | 1% | - |
| XYZ | 41.8 | 22.01 | 3.27 | - |
| YUV | 93.75 | 92.03 | 243.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 30 | 0 | 0.91 | 0.88 | 0 | 358.44 | 1 | 0.55 |
| Hex | FF | 18 | 1E | 0 | 5B | 58 | 0 | 166 | 64 | 37 |
| Octal | 377 | 30 | 36 | 0 | 133 | 130 | 0 | 546 | 144 | 67 |
| Binary | 11111111 | 11000 | 11110 | 0 | 1011011 | 1011000 | 0 | 101100110 | 1100100 | 110111 |
Color Harmonies of #FF181E
Complementary color
Monochromatic Colors of #FF181E
Black with #FF181E
Text Example
Text Example
White with #FF181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF181E; }
p { color: rgb(255,24,30); }
H1.HeaderClassName
{
color: #FF181E;
}
.AnyTagClassName
{
color: #FF181E;
}
</style>
background-color css
<style>
a { background-color: #FF181E; }
a { background-color: rgb(255,24,30); }
div.DivClassName
{
background-color: #FF181E;
}
.BgClassName
{
background-color: #FF181E;
}
</style>
border-color css
<style>
span { border-color: #FF181E; }
span { border-color: rgb(255,24,30); }
td.TdClassName
{
border-color: #FF181E;
}
.TagClassName
{
border-color: #FF181E;
}
</style>