Shades of Torch Red #FC0321
Tints of Torch Red #FC0321
RGB
CMYK
RGB Variations
Color information
#FC0321 (or 0xFC0321) is known color: Torch Red. HEX triplet: FC, 03 and 21. RGB value is (252,3,33). Sum of RGB (Red+Green+Blue) = 252+3+33=288 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.5% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0321 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0321 is #03FCDE. Grayscale: #505050. Windows color (decimal): -261343 or 2163708. OLE color: 2163708.
HSL color Cylindrical-coordinate representation of color #FC0321: hue angle of 352.77º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0321 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 33 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.01 |
| HSL | 352.77º | 0.98% | 0.5% | - |
| HSV(B) | 352.77º | 0.99% | 0.99% | - |
| XYZ | 40.45 | 20.87 | 3.34 | - |
| YUV | 80.87 | 100.99 | 250.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 33 | 0 | 0.99 | 0.87 | 0.01 | 352.77 | 0.98 | 0.5 |
| Hex | FC | 3 | 21 | 0 | 63 | 57 | 1 | 161 | 62 | 32 |
| Octal | 374 | 3 | 41 | 0 | 143 | 127 | 1 | 541 | 142 | 62 |
| Binary | 11111100 | 11 | 100001 | 0 | 1100011 | 1010111 | 1 | 101100001 | 1100010 | 110010 |
Color Harmonies of #FC0321
Complementary color
Monochromatic Colors of #FC0321
Black with #FC0321
Text Example
Text Example
White with #FC0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0321; }
p { color: rgb(252,3,33); }
H1.HeaderClassName
{
color: #FC0321;
}
.AnyTagClassName
{
color: #FC0321;
}
</style>
background-color css
<style>
a { background-color: #FC0321; }
a { background-color: rgb(252,3,33); }
div.DivClassName
{
background-color: #FC0321;
}
.BgClassName
{
background-color: #FC0321;
}
</style>
border-color css
<style>
span { border-color: #FC0321; }
span { border-color: rgb(252,3,33); }
td.TdClassName
{
border-color: #FC0321;
}
.TagClassName
{
border-color: #FC0321;
}
</style>