Shades of Torch Red #FC2537
Tints of Torch Red #FC2537
RGB
CMYK
RGB Variations
Color information
#FC2537 (or 0xFC2537) is known color: Torch Red. HEX triplet: FC, 25 and 37. RGB value is (252,37,55). Sum of RGB (Red+Green+Blue) = 252+37+55=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2537 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2537 is #03DAC8. Grayscale: #676767. Windows color (decimal): -252617 or 3614204. OLE color: 3614204.
HSL color Cylindrical-coordinate representation of color #FC2537: hue angle of 354.98º 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 #FC2537 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 55 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.01 |
| HSL | 354.98º | 0.97% | 0.57% | - |
| HSV(B) | 354.98º | 0.85% | 0.99% | - |
| XYZ | 41.5 | 22.29 | 5.73 | - |
| YUV | 103.34 | 100.73 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 55 | 0 | 0.85 | 0.78 | 0.01 | 354.98 | 0.97 | 0.57 |
| Hex | FC | 25 | 37 | 0 | 55 | 4E | 1 | 163 | 61 | 39 |
| Octal | 374 | 45 | 67 | 0 | 125 | 116 | 1 | 543 | 141 | 71 |
| Binary | 11111100 | 100101 | 110111 | 0 | 1010101 | 1001110 | 1 | 101100011 | 1100001 | 111001 |
Color Harmonies of #FC2537
Complementary color
Monochromatic Colors of #FC2537
Black with #FC2537
Text Example
Text Example
White with #FC2537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2537; }
p { color: rgb(252,37,55); }
H1.HeaderClassName
{
color: #FC2537;
}
.AnyTagClassName
{
color: #FC2537;
}
</style>
background-color css
<style>
a { background-color: #FC2537; }
a { background-color: rgb(252,37,55); }
div.DivClassName
{
background-color: #FC2537;
}
.BgClassName
{
background-color: #FC2537;
}
</style>
border-color css
<style>
span { border-color: #FC2537; }
span { border-color: rgb(252,37,55); }
td.TdClassName
{
border-color: #FC2537;
}
.TagClassName
{
border-color: #FC2537;
}
</style>