Shades of Torch Red #FC1238
Tints of Torch Red #FC1238
RGB
CMYK
RGB Variations
Color information
#FC1238 (or 0xFC1238) is known color: Torch Red. HEX triplet: FC, 12 and 38. RGB value is (252,18,56). Sum of RGB (Red+Green+Blue) = 252+18+56=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1238 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1238 is #03EDC7. Grayscale: #5C5C5C. Windows color (decimal): -257480 or 3674876. OLE color: 3674876.
HSL color Cylindrical-coordinate representation of color #FC1238: hue angle of 350.26º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1238 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 56 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.01 |
| HSL | 350.26º | 0.98% | 0.53% | - |
| HSV(B) | 350.26º | 0.93% | 0.99% | - |
| XYZ | 41.08 | 21.41 | 5.71 | - |
| YUV | 92.3 | 107.52 | 241.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 56 | 0 | 0.93 | 0.78 | 0.01 | 350.26 | 0.98 | 0.53 |
| Hex | FC | 12 | 38 | 0 | 5D | 4E | 1 | 15E | 62 | 35 |
| Octal | 374 | 22 | 70 | 0 | 135 | 116 | 1 | 536 | 142 | 65 |
| Binary | 11111100 | 10010 | 111000 | 0 | 1011101 | 1001110 | 1 | 101011110 | 1100010 | 110101 |
Color Harmonies of #FC1238
Complementary color
Monochromatic Colors of #FC1238
Black with #FC1238
Text Example
Text Example
White with #FC1238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1238; }
p { color: rgb(252,18,56); }
H1.HeaderClassName
{
color: #FC1238;
}
.AnyTagClassName
{
color: #FC1238;
}
</style>
background-color css
<style>
a { background-color: #FC1238; }
a { background-color: rgb(252,18,56); }
div.DivClassName
{
background-color: #FC1238;
}
.BgClassName
{
background-color: #FC1238;
}
</style>
border-color css
<style>
span { border-color: #FC1238; }
span { border-color: rgb(252,18,56); }
td.TdClassName
{
border-color: #FC1238;
}
.TagClassName
{
border-color: #FC1238;
}
</style>