Shades of Torch Red #FF184F
Tints of Torch Red #FF184F
RGB
CMYK
RGB Variations
Color information
#FF184F (or 0xFF184F) is known color: Torch Red. HEX triplet: FF, 18 and 4F. RGB value is (255,24,79). Sum of RGB (Red+Green+Blue) = 255+24+79=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF184F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF184F is #00E7B0. Grayscale: #636363. Windows color (decimal): -59313 or 5183743. OLE color: 5183743.
HSL color Cylindrical-coordinate representation of color #FF184F: hue angle of 345.71º 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 #FF184F is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 79 | - |
| CMYK | 0 | 0.91 | 0.69 | 0 |
| HSL | 345.71º | 1% | 0.55% | - |
| HSV(B) | 345.71º | 0.91% | 1% | - |
| XYZ | 42.98 | 22.48 | 9.47 | - |
| YUV | 99.34 | 116.53 | 239.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 79 | 0 | 0.91 | 0.69 | 0 | 345.71 | 1 | 0.55 |
| Hex | FF | 18 | 4F | 0 | 5B | 45 | 0 | 15A | 64 | 37 |
| Octal | 377 | 30 | 117 | 0 | 133 | 105 | 0 | 532 | 144 | 67 |
| Binary | 11111111 | 11000 | 1001111 | 0 | 1011011 | 1000101 | 0 | 101011010 | 1100100 | 110111 |
Color Harmonies of #FF184F
Complementary color
Monochromatic Colors of #FF184F
Black with #FF184F
Text Example
Text Example
White with #FF184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF184F; }
p { color: rgb(255,24,79); }
H1.HeaderClassName
{
color: #FF184F;
}
.AnyTagClassName
{
color: #FF184F;
}
</style>
background-color css
<style>
a { background-color: #FF184F; }
a { background-color: rgb(255,24,79); }
div.DivClassName
{
background-color: #FF184F;
}
.BgClassName
{
background-color: #FF184F;
}
</style>
border-color css
<style>
span { border-color: #FF184F; }
span { border-color: rgb(255,24,79); }
td.TdClassName
{
border-color: #FF184F;
}
.TagClassName
{
border-color: #FF184F;
}
</style>