Shades of Torch Red #FF184D
Tints of Torch Red #FF184D
RGB
CMYK
RGB Variations
Color information
#FF184D (or 0xFF184D) is known color: Torch Red. HEX triplet: FF, 18 and 4D. RGB value is (255,24,77). Sum of RGB (Red+Green+Blue) = 255+24+77=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF184D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF184D is #00E7B2. Grayscale: #636363. Windows color (decimal): -59315 or 5052671. OLE color: 5052671.
HSL color Cylindrical-coordinate representation of color #FF184D: hue angle of 346.23º 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 #FF184D is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 77 | - |
| CMYK | 0 | 0.91 | 0.70 | 0 |
| HSL | 346.23º | 1% | 0.55% | - |
| HSV(B) | 346.23º | 0.91% | 1% | - |
| XYZ | 42.91 | 22.45 | 9.09 | - |
| YUV | 99.11 | 115.53 | 239.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 77 | 0 | 0.91 | 0.70 | 0 | 346.23 | 1 | 0.55 |
| Hex | FF | 18 | 4D | 0 | 5B | 46 | 0 | 15A | 64 | 37 |
| Octal | 377 | 30 | 115 | 0 | 133 | 106 | 0 | 532 | 144 | 67 |
| Binary | 11111111 | 11000 | 1001101 | 0 | 1011011 | 1000110 | 0 | 101011010 | 1100100 | 110111 |
Color Harmonies of #FF184D
Complementary color
Monochromatic Colors of #FF184D
Black with #FF184D
Text Example
Text Example
White with #FF184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF184D; }
p { color: rgb(255,24,77); }
H1.HeaderClassName
{
color: #FF184D;
}
.AnyTagClassName
{
color: #FF184D;
}
</style>
background-color css
<style>
a { background-color: #FF184D; }
a { background-color: rgb(255,24,77); }
div.DivClassName
{
background-color: #FF184D;
}
.BgClassName
{
background-color: #FF184D;
}
</style>
border-color css
<style>
span { border-color: #FF184D; }
span { border-color: rgb(255,24,77); }
td.TdClassName
{
border-color: #FF184D;
}
.TagClassName
{
border-color: #FF184D;
}
</style>