Shades of Torch Red #FC253B
Tints of Torch Red #FC253B
RGB
CMYK
RGB Variations
Color information
#FC253B (or 0xFC253B) is known color: Torch Red. HEX triplet: FC, 25 and 3B. RGB value is (252,37,59). Sum of RGB (Red+Green+Blue) = 252+37+59=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC253B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC253B is #03DAC4. Grayscale: #676767. Windows color (decimal): -252613 or 3876348. OLE color: 3876348.
HSL color Cylindrical-coordinate representation of color #FC253B: hue angle of 353.86º 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 #FC253B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 59 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.01 |
| HSL | 353.86º | 0.97% | 0.57% | - |
| HSV(B) | 353.86º | 0.85% | 0.99% | - |
| XYZ | 41.6 | 22.33 | 6.26 | - |
| YUV | 103.79 | 102.73 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 59 | 0 | 0.85 | 0.77 | 0.01 | 353.86 | 0.97 | 0.57 |
| Hex | FC | 25 | 3B | 0 | 55 | 4D | 1 | 162 | 61 | 39 |
| Octal | 374 | 45 | 73 | 0 | 125 | 115 | 1 | 542 | 141 | 71 |
| Binary | 11111100 | 100101 | 111011 | 0 | 1010101 | 1001101 | 1 | 101100010 | 1100001 | 111001 |
Color Harmonies of #FC253B
Complementary color
Monochromatic Colors of #FC253B
Black with #FC253B
Text Example
Text Example
White with #FC253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC253B; }
p { color: rgb(252,37,59); }
H1.HeaderClassName
{
color: #FC253B;
}
.AnyTagClassName
{
color: #FC253B;
}
</style>
background-color css
<style>
a { background-color: #FC253B; }
a { background-color: rgb(252,37,59); }
div.DivClassName
{
background-color: #FC253B;
}
.BgClassName
{
background-color: #FC253B;
}
</style>
border-color css
<style>
span { border-color: #FC253B; }
span { border-color: rgb(252,37,59); }
td.TdClassName
{
border-color: #FC253B;
}
.TagClassName
{
border-color: #FC253B;
}
</style>