Shades of Torch Red #FC0025
Tints of Torch Red #FC0025
RGB
CMYK
RGB Variations
Color information
#FC0025 (or 0xFC0025) is known color: Torch Red. HEX triplet: FC, 00 and 25. RGB value is (252,0,37). Sum of RGB (Red+Green+Blue) = 252+0+37=289 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.20% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0025 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0025 is #03FFDA. Grayscale: #4F4F4F. Windows color (decimal): -262107 or 2425084. OLE color: 2425084.
HSL color Cylindrical-coordinate representation of color #FC0025: hue angle of 351.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0025 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.85 | 0.01 |
| HSL | 351.19º | 1% | 0.49% | - |
| HSV(B) | 351.19º | 1% | 0.99% | - |
| XYZ | 40.48 | 20.83 | 3.64 | - |
| YUV | 79.57 | 103.99 | 250.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 37 | 0 | 1 | 0.85 | 0.01 | 351.19 | 1 | 0.49 |
| Hex | FC | 0 | 25 | 0 | 64 | 55 | 1 | 15F | 64 | 31 |
| Octal | 374 | 0 | 45 | 0 | 144 | 125 | 1 | 537 | 144 | 61 |
| Binary | 11111100 | 0 | 100101 | 0 | 1100100 | 1010101 | 1 | 101011111 | 1100100 | 110001 |
Color Harmonies of #FC0025
Complementary color
Monochromatic Colors of #FC0025
Black with #FC0025
Text Example
Text Example
White with #FC0025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0025; }
p { color: rgb(252,0,37); }
H1.HeaderClassName
{
color: #FC0025;
}
.AnyTagClassName
{
color: #FC0025;
}
</style>
background-color css
<style>
a { background-color: #FC0025; }
a { background-color: rgb(252,0,37); }
div.DivClassName
{
background-color: #FC0025;
}
.BgClassName
{
background-color: #FC0025;
}
</style>
border-color css
<style>
span { border-color: #FC0025; }
span { border-color: rgb(252,0,37); }
td.TdClassName
{
border-color: #FC0025;
}
.TagClassName
{
border-color: #FC0025;
}
</style>