Shades of Torch Red #FF184E
Tints of Torch Red #FF184E
RGB
CMYK
RGB Variations
Color information
#FF184E (or 0xFF184E) is known color: Torch Red. HEX triplet: FF, 18 and 4E. RGB value is (255,24,78). Sum of RGB (Red+Green+Blue) = 255+24+78=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF184E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF184E is #00E7B1. Grayscale: #636363. Windows color (decimal): -59314 or 5118207. OLE color: 5118207.
HSL color Cylindrical-coordinate representation of color #FF184E: hue angle of 345.97º 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 #FF184E is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 78 | - |
| CMYK | 0 | 0.91 | 0.69 | 0 |
| HSL | 345.97º | 1% | 0.55% | - |
| HSV(B) | 345.97º | 0.91% | 1% | - |
| XYZ | 42.94 | 22.46 | 9.28 | - |
| YUV | 99.23 | 116.03 | 239.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 78 | 0 | 0.91 | 0.69 | 0 | 345.97 | 1 | 0.55 |
| Hex | FF | 18 | 4E | 0 | 5B | 45 | 0 | 15A | 64 | 37 |
| Octal | 377 | 30 | 116 | 0 | 133 | 105 | 0 | 532 | 144 | 67 |
| Binary | 11111111 | 11000 | 1001110 | 0 | 1011011 | 1000101 | 0 | 101011010 | 1100100 | 110111 |
Color Harmonies of #FF184E
Complementary color
Monochromatic Colors of #FF184E
Black with #FF184E
Text Example
Text Example
White with #FF184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF184E; }
p { color: rgb(255,24,78); }
H1.HeaderClassName
{
color: #FF184E;
}
.AnyTagClassName
{
color: #FF184E;
}
</style>
background-color css
<style>
a { background-color: #FF184E; }
a { background-color: rgb(255,24,78); }
div.DivClassName
{
background-color: #FF184E;
}
.BgClassName
{
background-color: #FF184E;
}
</style>
border-color css
<style>
span { border-color: #FF184E; }
span { border-color: rgb(255,24,78); }
td.TdClassName
{
border-color: #FF184E;
}
.TagClassName
{
border-color: #FF184E;
}
</style>