Shades of Torch Red #FC2639
Tints of Torch Red #FC2639
RGB
CMYK
RGB Variations
Color information
#FC2639 (or 0xFC2639) is known color: Torch Red. HEX triplet: FC, 26 and 39. RGB value is (252,38,57). Sum of RGB (Red+Green+Blue) = 252+38+57=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2639 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2639 is #03D9C6. Grayscale: #686868. Windows color (decimal): -252359 or 3745532. OLE color: 3745532.
HSL color Cylindrical-coordinate representation of color #FC2639: hue angle of 354.67º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2639 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 57 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.01 |
| HSL | 354.67º | 0.97% | 0.57% | - |
| HSV(B) | 354.67º | 0.85% | 0.99% | - |
| XYZ | 41.58 | 22.38 | 6 | - |
| YUV | 104.15 | 101.4 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 57 | 0 | 0.85 | 0.77 | 0.01 | 354.67 | 0.97 | 0.57 |
| Hex | FC | 26 | 39 | 0 | 55 | 4D | 1 | 163 | 61 | 39 |
| Octal | 374 | 46 | 71 | 0 | 125 | 115 | 1 | 543 | 141 | 71 |
| Binary | 11111100 | 100110 | 111001 | 0 | 1010101 | 1001101 | 1 | 101100011 | 1100001 | 111001 |
Color Harmonies of #FC2639
Complementary color
Monochromatic Colors of #FC2639
Black with #FC2639
Text Example
Text Example
White with #FC2639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2639; }
p { color: rgb(252,38,57); }
H1.HeaderClassName
{
color: #FC2639;
}
.AnyTagClassName
{
color: #FC2639;
}
</style>
background-color css
<style>
a { background-color: #FC2639; }
a { background-color: rgb(252,38,57); }
div.DivClassName
{
background-color: #FC2639;
}
.BgClassName
{
background-color: #FC2639;
}
</style>
border-color css
<style>
span { border-color: #FC2639; }
span { border-color: rgb(252,38,57); }
td.TdClassName
{
border-color: #FC2639;
}
.TagClassName
{
border-color: #FC2639;
}
</style>