Shades of Torch Red #FC2541
Tints of Torch Red #FC2541
RGB
CMYK
RGB Variations
Color information
#FC2541 (or 0xFC2541) is known color: Torch Red. HEX triplet: FC, 25 and 41. RGB value is (252,37,65). Sum of RGB (Red+Green+Blue) = 252+37+65=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2541 is #03DABE. Grayscale: #686868. Windows color (decimal): -252607 or 4269564. OLE color: 4269564.
HSL color Cylindrical-coordinate representation of color #FC2541: hue angle of 352.19º 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 #FC2541 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 65 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.01 |
| HSL | 352.19º | 0.97% | 0.57% | - |
| HSV(B) | 352.19º | 0.85% | 0.99% | - |
| XYZ | 41.76 | 22.4 | 7.12 | - |
| YUV | 104.48 | 105.73 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 65 | 0 | 0.85 | 0.74 | 0.01 | 352.19 | 0.97 | 0.57 |
| Hex | FC | 25 | 41 | 0 | 55 | 4A | 1 | 160 | 61 | 39 |
| Octal | 374 | 45 | 101 | 0 | 125 | 112 | 1 | 540 | 141 | 71 |
| Binary | 11111100 | 100101 | 1000001 | 0 | 1010101 | 1001010 | 1 | 101100000 | 1100001 | 111001 |
Color Harmonies of #FC2541
Complementary color
Monochromatic Colors of #FC2541
Black with #FC2541
Text Example
Text Example
White with #FC2541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2541; }
p { color: rgb(252,37,65); }
H1.HeaderClassName
{
color: #FC2541;
}
.AnyTagClassName
{
color: #FC2541;
}
</style>
background-color css
<style>
a { background-color: #FC2541; }
a { background-color: rgb(252,37,65); }
div.DivClassName
{
background-color: #FC2541;
}
.BgClassName
{
background-color: #FC2541;
}
</style>
border-color css
<style>
span { border-color: #FC2541; }
span { border-color: rgb(252,37,65); }
td.TdClassName
{
border-color: #FC2541;
}
.TagClassName
{
border-color: #FC2541;
}
</style>