Shades of Torch Red #FC253A
Tints of Torch Red #FC253A
RGB
CMYK
RGB Variations
Color information
#FC253A (or 0xFC253A) is known color: Torch Red. HEX triplet: FC, 25 and 3A. RGB value is (252,37,58). Sum of RGB (Red+Green+Blue) = 252+37+58=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC253A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC253A is #03DAC5. Grayscale: #676767. Windows color (decimal): -252614 or 3810812. OLE color: 3810812.
HSL color Cylindrical-coordinate representation of color #FC253A: hue angle of 354.14º 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 #FC253A is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 58 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.01 |
| HSL | 354.14º | 0.97% | 0.57% | - |
| HSV(B) | 354.14º | 0.85% | 0.99% | - |
| XYZ | 41.57 | 22.32 | 6.12 | - |
| YUV | 103.68 | 102.23 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 58 | 0 | 0.85 | 0.77 | 0.01 | 354.14 | 0.97 | 0.57 |
| Hex | FC | 25 | 3A | 0 | 55 | 4D | 1 | 162 | 61 | 39 |
| Octal | 374 | 45 | 72 | 0 | 125 | 115 | 1 | 542 | 141 | 71 |
| Binary | 11111100 | 100101 | 111010 | 0 | 1010101 | 1001101 | 1 | 101100010 | 1100001 | 111001 |
Color Harmonies of #FC253A
Complementary color
Monochromatic Colors of #FC253A
Black with #FC253A
Text Example
Text Example
White with #FC253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC253A; }
p { color: rgb(252,37,58); }
H1.HeaderClassName
{
color: #FC253A;
}
.AnyTagClassName
{
color: #FC253A;
}
</style>
background-color css
<style>
a { background-color: #FC253A; }
a { background-color: rgb(252,37,58); }
div.DivClassName
{
background-color: #FC253A;
}
.BgClassName
{
background-color: #FC253A;
}
</style>
border-color css
<style>
span { border-color: #FC253A; }
span { border-color: rgb(252,37,58); }
td.TdClassName
{
border-color: #FC253A;
}
.TagClassName
{
border-color: #FC253A;
}
</style>