Shades of Torch Red #FC2642
Tints of Torch Red #FC2642
RGB
CMYK
RGB Variations
Color information
#FC2642 (or 0xFC2642) is known color: Torch Red. HEX triplet: FC, 26 and 42. RGB value is (252,38,66). Sum of RGB (Red+Green+Blue) = 252+38+66=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2642 is #03D9BD. Grayscale: #696969. Windows color (decimal): -252350 or 4335356. OLE color: 4335356.
HSL color Cylindrical-coordinate representation of color #FC2642: hue angle of 352.15º 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 #FC2642 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 66 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.01 |
| HSL | 352.15º | 0.97% | 0.57% | - |
| HSV(B) | 352.15º | 0.85% | 0.99% | - |
| XYZ | 41.82 | 22.48 | 7.29 | - |
| YUV | 105.18 | 105.9 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 66 | 0 | 0.85 | 0.74 | 0.01 | 352.15 | 0.97 | 0.57 |
| Hex | FC | 26 | 42 | 0 | 55 | 4A | 1 | 160 | 61 | 39 |
| Octal | 374 | 46 | 102 | 0 | 125 | 112 | 1 | 540 | 141 | 71 |
| Binary | 11111100 | 100110 | 1000010 | 0 | 1010101 | 1001010 | 1 | 101100000 | 1100001 | 111001 |
Color Harmonies of #FC2642
Complementary color
Monochromatic Colors of #FC2642
Black with #FC2642
Text Example
Text Example
White with #FC2642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2642; }
p { color: rgb(252,38,66); }
H1.HeaderClassName
{
color: #FC2642;
}
.AnyTagClassName
{
color: #FC2642;
}
</style>
background-color css
<style>
a { background-color: #FC2642; }
a { background-color: rgb(252,38,66); }
div.DivClassName
{
background-color: #FC2642;
}
.BgClassName
{
background-color: #FC2642;
}
</style>
border-color css
<style>
span { border-color: #FC2642; }
span { border-color: rgb(252,38,66); }
td.TdClassName
{
border-color: #FC2642;
}
.TagClassName
{
border-color: #FC2642;
}
</style>