Shades of Torch Red #FC1339
Tints of Torch Red #FC1339
RGB
CMYK
RGB Variations
Color information
#FC1339 (or 0xFC1339) is known color: Torch Red. HEX triplet: FC, 13 and 39. RGB value is (252,19,57). Sum of RGB (Red+Green+Blue) = 252+19+57=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1339 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1339 is #03ECC6. Grayscale: #5D5D5D. Windows color (decimal): -257223 or 3740668. OLE color: 3740668.
HSL color Cylindrical-coordinate representation of color #FC1339: hue angle of 350.21º 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 #FC1339 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 57 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.01 |
| HSL | 350.21º | 0.97% | 0.53% | - |
| HSV(B) | 350.21º | 0.92% | 0.99% | - |
| XYZ | 41.12 | 21.46 | 5.85 | - |
| YUV | 93 | 107.69 | 241.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 57 | 0 | 0.92 | 0.77 | 0.01 | 350.21 | 0.97 | 0.53 |
| Hex | FC | 13 | 39 | 0 | 5C | 4D | 1 | 15E | 61 | 35 |
| Octal | 374 | 23 | 71 | 0 | 134 | 115 | 1 | 536 | 141 | 65 |
| Binary | 11111100 | 10011 | 111001 | 0 | 1011100 | 1001101 | 1 | 101011110 | 1100001 | 110101 |
Color Harmonies of #FC1339
Complementary color
Monochromatic Colors of #FC1339
Black with #FC1339
Text Example
Text Example
White with #FC1339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1339; }
p { color: rgb(252,19,57); }
H1.HeaderClassName
{
color: #FC1339;
}
.AnyTagClassName
{
color: #FC1339;
}
</style>
background-color css
<style>
a { background-color: #FC1339; }
a { background-color: rgb(252,19,57); }
div.DivClassName
{
background-color: #FC1339;
}
.BgClassName
{
background-color: #FC1339;
}
</style>
border-color css
<style>
span { border-color: #FC1339; }
span { border-color: rgb(252,19,57); }
td.TdClassName
{
border-color: #FC1339;
}
.TagClassName
{
border-color: #FC1339;
}
</style>