Shades of Torch Red #FC253E
Tints of Torch Red #FC253E
RGB
CMYK
RGB Variations
Color information
#FC253E (or 0xFC253E) is known color: Torch Red. HEX triplet: FC, 25 and 3E. RGB value is (252,37,62). Sum of RGB (Red+Green+Blue) = 252+37+62=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC253E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC253E is #03DAC1. Grayscale: #686868. Windows color (decimal): -252610 or 4072956. OLE color: 4072956.
HSL color Cylindrical-coordinate representation of color #FC253E: hue angle of 353.02º 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 #FC253E is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 62 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.01 |
| HSL | 353.02º | 0.97% | 0.57% | - |
| HSV(B) | 353.02º | 0.85% | 0.99% | - |
| XYZ | 41.68 | 22.37 | 6.68 | - |
| YUV | 104.14 | 104.23 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 62 | 0 | 0.85 | 0.75 | 0.01 | 353.02 | 0.97 | 0.57 |
| Hex | FC | 25 | 3E | 0 | 55 | 4B | 1 | 161 | 61 | 39 |
| Octal | 374 | 45 | 76 | 0 | 125 | 113 | 1 | 541 | 141 | 71 |
| Binary | 11111100 | 100101 | 111110 | 0 | 1010101 | 1001011 | 1 | 101100001 | 1100001 | 111001 |
Color Harmonies of #FC253E
Complementary color
Monochromatic Colors of #FC253E
Black with #FC253E
Text Example
Text Example
White with #FC253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC253E; }
p { color: rgb(252,37,62); }
H1.HeaderClassName
{
color: #FC253E;
}
.AnyTagClassName
{
color: #FC253E;
}
</style>
background-color css
<style>
a { background-color: #FC253E; }
a { background-color: rgb(252,37,62); }
div.DivClassName
{
background-color: #FC253E;
}
.BgClassName
{
background-color: #FC253E;
}
</style>
border-color css
<style>
span { border-color: #FC253E; }
span { border-color: rgb(252,37,62); }
td.TdClassName
{
border-color: #FC253E;
}
.TagClassName
{
border-color: #FC253E;
}
</style>