Shades of Torch Red #FC1439
Tints of Torch Red #FC1439
RGB
CMYK
RGB Variations
Color information
#FC1439 (or 0xFC1439) is known color: Torch Red. HEX triplet: FC, 14 and 39. RGB value is (252,20,57). Sum of RGB (Red+Green+Blue) = 252+20+57=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1439 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1439 is #03EBC6. Grayscale: #5D5D5D. Windows color (decimal): -256967 or 3740924. OLE color: 3740924.
HSL color Cylindrical-coordinate representation of color #FC1439: hue angle of 350.43º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1439 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 57 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.01 |
| HSL | 350.43º | 0.97% | 0.53% | - |
| HSV(B) | 350.43º | 0.92% | 0.99% | - |
| XYZ | 41.13 | 21.49 | 5.85 | - |
| YUV | 93.59 | 107.36 | 240.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 57 | 0 | 0.92 | 0.77 | 0.01 | 350.43 | 0.97 | 0.53 |
| Hex | FC | 14 | 39 | 0 | 5C | 4D | 1 | 15E | 61 | 35 |
| Octal | 374 | 24 | 71 | 0 | 134 | 115 | 1 | 536 | 141 | 65 |
| Binary | 11111100 | 10100 | 111001 | 0 | 1011100 | 1001101 | 1 | 101011110 | 1100001 | 110101 |
Color Harmonies of #FC1439
Complementary color
Monochromatic Colors of #FC1439
Black with #FC1439
Text Example
Text Example
White with #FC1439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1439; }
p { color: rgb(252,20,57); }
H1.HeaderClassName
{
color: #FC1439;
}
.AnyTagClassName
{
color: #FC1439;
}
</style>
background-color css
<style>
a { background-color: #FC1439; }
a { background-color: rgb(252,20,57); }
div.DivClassName
{
background-color: #FC1439;
}
.BgClassName
{
background-color: #FC1439;
}
</style>
border-color css
<style>
span { border-color: #FC1439; }
span { border-color: rgb(252,20,57); }
td.TdClassName
{
border-color: #FC1439;
}
.TagClassName
{
border-color: #FC1439;
}
</style>