Shades of Torch Red #FC0213
Tints of Torch Red #FC0213
RGB
CMYK
RGB Variations
Color information
#FC0213 (or 0xFC0213) is known color: Torch Red. HEX triplet: FC, 02 and 13. RGB value is (252,2,19). Sum of RGB (Red+Green+Blue) = 252+2+19=273 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.31% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0213 is #03FDEC. Grayscale: #4E4E4E. Windows color (decimal): -261613 or 1245948. OLE color: 1245948.
HSL color Cylindrical-coordinate representation of color #FC0213: hue angle of 355.92º 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 #FC0213 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.01 |
| HSL | 355.92º | 0.98% | 0.5% | - |
| HSV(B) | 355.92º | 0.99% | 0.99% | - |
| XYZ | 40.28 | 20.79 | 2.5 | - |
| YUV | 78.69 | 94.33 | 251.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 19 | 0 | 0.99 | 0.92 | 0.01 | 355.92 | 0.98 | 0.5 |
| Hex | FC | 2 | 13 | 0 | 63 | 5C | 1 | 164 | 62 | 32 |
| Octal | 374 | 2 | 23 | 0 | 143 | 134 | 1 | 544 | 142 | 62 |
| Binary | 11111100 | 10 | 10011 | 0 | 1100011 | 1011100 | 1 | 101100100 | 1100010 | 110010 |
Color Harmonies of #FC0213
Complementary color
Monochromatic Colors of #FC0213
Black with #FC0213
Text Example
Text Example
White with #FC0213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0213; }
p { color: rgb(252,2,19); }
H1.HeaderClassName
{
color: #FC0213;
}
.AnyTagClassName
{
color: #FC0213;
}
</style>
background-color css
<style>
a { background-color: #FC0213; }
a { background-color: rgb(252,2,19); }
div.DivClassName
{
background-color: #FC0213;
}
.BgClassName
{
background-color: #FC0213;
}
</style>
border-color css
<style>
span { border-color: #FC0213; }
span { border-color: rgb(252,2,19); }
td.TdClassName
{
border-color: #FC0213;
}
.TagClassName
{
border-color: #FC0213;
}
</style>