Shades of Torch Red #FC1730
Tints of Torch Red #FC1730
RGB
CMYK
RGB Variations
Color information
#FC1730 (or 0xFC1730) is known color: Torch Red. HEX triplet: FC, 17 and 30. RGB value is (252,23,48). Sum of RGB (Red+Green+Blue) = 252+23+48=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1730 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1730 is #03E8CF. Grayscale: #5E5E5E. Windows color (decimal): -256208 or 3151868. OLE color: 3151868.
HSL color Cylindrical-coordinate representation of color #FC1730: hue angle of 353.45º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1730 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 48 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.01 |
| HSL | 353.45º | 0.97% | 0.54% | - |
| HSV(B) | 353.45º | 0.91% | 0.99% | - |
| XYZ | 40.98 | 21.52 | 4.79 | - |
| YUV | 94.32 | 101.87 | 240.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 48 | 0 | 0.91 | 0.81 | 0.01 | 353.45 | 0.97 | 0.54 |
| Hex | FC | 17 | 30 | 0 | 5B | 51 | 1 | 161 | 61 | 36 |
| Octal | 374 | 27 | 60 | 0 | 133 | 121 | 1 | 541 | 141 | 66 |
| Binary | 11111100 | 10111 | 110000 | 0 | 1011011 | 1010001 | 1 | 101100001 | 1100001 | 110110 |
Color Harmonies of #FC1730
Complementary color
Monochromatic Colors of #FC1730
Black with #FC1730
Text Example
Text Example
White with #FC1730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1730; }
p { color: rgb(252,23,48); }
H1.HeaderClassName
{
color: #FC1730;
}
.AnyTagClassName
{
color: #FC1730;
}
</style>
background-color css
<style>
a { background-color: #FC1730; }
a { background-color: rgb(252,23,48); }
div.DivClassName
{
background-color: #FC1730;
}
.BgClassName
{
background-color: #FC1730;
}
</style>
border-color css
<style>
span { border-color: #FC1730; }
span { border-color: rgb(252,23,48); }
td.TdClassName
{
border-color: #FC1730;
}
.TagClassName
{
border-color: #FC1730;
}
</style>