Shades of Torch Red #FC0238
Tints of Torch Red #FC0238
RGB
CMYK
RGB Variations
Color information
#FC0238 (or 0xFC0238) is known color: Torch Red. HEX triplet: FC, 02 and 38. RGB value is (252,2,56). Sum of RGB (Red+Green+Blue) = 252+2+56=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0238 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0238 is #03FDC7. Grayscale: #525252. Windows color (decimal): -261576 or 3670780. OLE color: 3670780.
HSL color Cylindrical-coordinate representation of color #FC0238: hue angle of 347.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0238 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 56 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.01 |
| HSL | 347.04º | 0.98% | 0.5% | - |
| HSV(B) | 347.04º | 0.99% | 0.99% | - |
| XYZ | 40.88 | 21.02 | 5.64 | - |
| YUV | 82.91 | 112.83 | 248.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 56 | 0 | 0.99 | 0.78 | 0.01 | 347.04 | 0.98 | 0.5 |
| Hex | FC | 2 | 38 | 0 | 63 | 4E | 1 | 15B | 62 | 32 |
| Octal | 374 | 2 | 70 | 0 | 143 | 116 | 1 | 533 | 142 | 62 |
| Binary | 11111100 | 10 | 111000 | 0 | 1100011 | 1001110 | 1 | 101011011 | 1100010 | 110010 |
Color Harmonies of #FC0238
Complementary color
Monochromatic Colors of #FC0238
Black with #FC0238
Text Example
Text Example
White with #FC0238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0238; }
p { color: rgb(252,2,56); }
H1.HeaderClassName
{
color: #FC0238;
}
.AnyTagClassName
{
color: #FC0238;
}
</style>
background-color css
<style>
a { background-color: #FC0238; }
a { background-color: rgb(252,2,56); }
div.DivClassName
{
background-color: #FC0238;
}
.BgClassName
{
background-color: #FC0238;
}
</style>
border-color css
<style>
span { border-color: #FC0238; }
span { border-color: rgb(252,2,56); }
td.TdClassName
{
border-color: #FC0238;
}
.TagClassName
{
border-color: #FC0238;
}
</style>