Shades of Torch Red #FC1721
Tints of Torch Red #FC1721
RGB
CMYK
RGB Variations
Color information
#FC1721 (or 0xFC1721) is known color: Torch Red. HEX triplet: FC, 17 and 21. RGB value is (252,23,33). Sum of RGB (Red+Green+Blue) = 252+23+33=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1721 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1721 is #03E8DE. Grayscale: #5C5C5C. Windows color (decimal): -256223 or 2168828. OLE color: 2168828.
HSL color Cylindrical-coordinate representation of color #FC1721: hue angle of 357.38º 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 #FC1721 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 33 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.01 |
| HSL | 357.38º | 0.97% | 0.54% | - |
| HSV(B) | 357.38º | 0.91% | 0.99% | - |
| XYZ | 40.73 | 21.42 | 3.43 | - |
| YUV | 92.61 | 94.37 | 241.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 33 | 0 | 0.91 | 0.87 | 0.01 | 357.38 | 0.97 | 0.54 |
| Hex | FC | 17 | 21 | 0 | 5B | 57 | 1 | 165 | 61 | 36 |
| Octal | 374 | 27 | 41 | 0 | 133 | 127 | 1 | 545 | 141 | 66 |
| Binary | 11111100 | 10111 | 100001 | 0 | 1011011 | 1010111 | 1 | 101100101 | 1100001 | 110110 |
Color Harmonies of #FC1721
Complementary color
Monochromatic Colors of #FC1721
Black with #FC1721
Text Example
Text Example
White with #FC1721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1721; }
p { color: rgb(252,23,33); }
H1.HeaderClassName
{
color: #FC1721;
}
.AnyTagClassName
{
color: #FC1721;
}
</style>
background-color css
<style>
a { background-color: #FC1721; }
a { background-color: rgb(252,23,33); }
div.DivClassName
{
background-color: #FC1721;
}
.BgClassName
{
background-color: #FC1721;
}
</style>
border-color css
<style>
span { border-color: #FC1721; }
span { border-color: rgb(252,23,33); }
td.TdClassName
{
border-color: #FC1721;
}
.TagClassName
{
border-color: #FC1721;
}
</style>