Shades of Torch Red #FC0A34
Tints of Torch Red #FC0A34
RGB
CMYK
RGB Variations
Color information
#FC0A34 (or 0xFC0A34) is known color: Torch Red. HEX triplet: FC, 0A and 34. RGB value is (252,10,52). Sum of RGB (Red+Green+Blue) = 252+10+52=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A34 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0A34 is #03F5CB. Grayscale: #575757. Windows color (decimal): -259532 or 3410684. OLE color: 3410684.
HSL color Cylindrical-coordinate representation of color #FC0A34: hue angle of 349.59º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0A34 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 52 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.01 |
| HSL | 349.59º | 0.98% | 0.51% | - |
| HSV(B) | 349.59º | 0.96% | 0.99% | - |
| XYZ | 40.87 | 21.16 | 5.18 | - |
| YUV | 87.15 | 108.17 | 245.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 52 | 0 | 0.96 | 0.79 | 0.01 | 349.59 | 0.98 | 0.51 |
| Hex | FC | A | 34 | 0 | 60 | 4F | 1 | 15E | 62 | 33 |
| Octal | 374 | 12 | 64 | 0 | 140 | 117 | 1 | 536 | 142 | 63 |
| Binary | 11111100 | 1010 | 110100 | 0 | 1100000 | 1001111 | 1 | 101011110 | 1100010 | 110011 |
Color Harmonies of #FC0A34
Complementary color
Monochromatic Colors of #FC0A34
Black with #FC0A34
Text Example
Text Example
White with #FC0A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A34; }
p { color: rgb(252,10,52); }
H1.HeaderClassName
{
color: #FC0A34;
}
.AnyTagClassName
{
color: #FC0A34;
}
</style>
background-color css
<style>
a { background-color: #FC0A34; }
a { background-color: rgb(252,10,52); }
div.DivClassName
{
background-color: #FC0A34;
}
.BgClassName
{
background-color: #FC0A34;
}
</style>
border-color css
<style>
span { border-color: #FC0A34; }
span { border-color: rgb(252,10,52); }
td.TdClassName
{
border-color: #FC0A34;
}
.TagClassName
{
border-color: #FC0A34;
}
</style>