Shades of Torch Red #FC1B2F
Tints of Torch Red #FC1B2F
RGB
CMYK
RGB Variations
Color information
#FC1B2F (or 0xFC1B2F) is known color: Torch Red. HEX triplet: FC, 1B and 2F. RGB value is (252,27,47). Sum of RGB (Red+Green+Blue) = 252+27+47=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1B2F is #03E4D0. Grayscale: #606060. Windows color (decimal): -255185 or 3087356. OLE color: 3087356.
HSL color Cylindrical-coordinate representation of color #FC1B2F: hue angle of 354.67º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1B2F is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 47 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.01 |
| HSL | 354.67º | 0.97% | 0.55% | - |
| HSV(B) | 354.67º | 0.89% | 0.99% | - |
| XYZ | 41.05 | 21.68 | 4.71 | - |
| YUV | 96.56 | 100.04 | 238.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 47 | 0 | 0.89 | 0.81 | 0.01 | 354.67 | 0.97 | 0.55 |
| Hex | FC | 1B | 2F | 0 | 59 | 51 | 1 | 163 | 61 | 37 |
| Octal | 374 | 33 | 57 | 0 | 131 | 121 | 1 | 543 | 141 | 67 |
| Binary | 11111100 | 11011 | 101111 | 0 | 1011001 | 1010001 | 1 | 101100011 | 1100001 | 110111 |
Color Harmonies of #FC1B2F
Complementary color
Monochromatic Colors of #FC1B2F
Black with #FC1B2F
Text Example
Text Example
White with #FC1B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1B2F; }
p { color: rgb(252,27,47); }
H1.HeaderClassName
{
color: #FC1B2F;
}
.AnyTagClassName
{
color: #FC1B2F;
}
</style>
background-color css
<style>
a { background-color: #FC1B2F; }
a { background-color: rgb(252,27,47); }
div.DivClassName
{
background-color: #FC1B2F;
}
.BgClassName
{
background-color: #FC1B2F;
}
</style>
border-color css
<style>
span { border-color: #FC1B2F; }
span { border-color: rgb(252,27,47); }
td.TdClassName
{
border-color: #FC1B2F;
}
.TagClassName
{
border-color: #FC1B2F;
}
</style>