Shades of Torch Red #FC184F
Tints of Torch Red #FC184F
RGB
CMYK
RGB Variations
Color information
#FC184F (or 0xFC184F) is known color: Torch Red. HEX triplet: FC, 18 and 4F. RGB value is (252,24,79). Sum of RGB (Red+Green+Blue) = 252+24+79=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC184F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC184F is #03E7B0. Grayscale: #626262. Windows color (decimal): -255921 or 5183740. OLE color: 5183740.
HSL color Cylindrical-coordinate representation of color #FC184F: hue angle of 345.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC184F is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 79 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.01 |
| HSL | 345.53º | 0.97% | 0.54% | - |
| HSV(B) | 345.53º | 0.9% | 0.99% | - |
| XYZ | 41.88 | 21.91 | 9.42 | - |
| YUV | 98.44 | 117.04 | 237.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 79 | 0 | 0.90 | 0.69 | 0.01 | 345.53 | 0.97 | 0.54 |
| Hex | FC | 18 | 4F | 0 | 5A | 45 | 1 | 15A | 61 | 36 |
| Octal | 374 | 30 | 117 | 0 | 132 | 105 | 1 | 532 | 141 | 66 |
| Binary | 11111100 | 11000 | 1001111 | 0 | 1011010 | 1000101 | 1 | 101011010 | 1100001 | 110110 |
Color Harmonies of #FC184F
Complementary color
Monochromatic Colors of #FC184F
Black with #FC184F
Text Example
Text Example
White with #FC184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC184F; }
p { color: rgb(252,24,79); }
H1.HeaderClassName
{
color: #FC184F;
}
.AnyTagClassName
{
color: #FC184F;
}
</style>
background-color css
<style>
a { background-color: #FC184F; }
a { background-color: rgb(252,24,79); }
div.DivClassName
{
background-color: #FC184F;
}
.BgClassName
{
background-color: #FC184F;
}
</style>
border-color css
<style>
span { border-color: #FC184F; }
span { border-color: rgb(252,24,79); }
td.TdClassName
{
border-color: #FC184F;
}
.TagClassName
{
border-color: #FC184F;
}
</style>