Shades of Torch Red #FC064A
Tints of Torch Red #FC064A
RGB
CMYK
RGB Variations
Color information
#FC064A (or 0xFC064A) is known color: Torch Red. HEX triplet: FC, 06 and 4A. RGB value is (252,6,74). Sum of RGB (Red+Green+Blue) = 252+6+74=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC064A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC064A is #03F9B5. Grayscale: #575757. Windows color (decimal): -260534 or 4851452. OLE color: 4851452.
HSL color Cylindrical-coordinate representation of color #FC064A: hue angle of 343.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC064A is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 74 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.01 |
| HSL | 343.41º | 0.98% | 0.51% | - |
| HSV(B) | 343.41º | 0.98% | 0.99% | - |
| XYZ | 41.45 | 21.32 | 8.41 | - |
| YUV | 87.31 | 120.5 | 245.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 74 | 0 | 0.98 | 0.71 | 0.01 | 343.41 | 0.98 | 0.51 |
| Hex | FC | 6 | 4A | 0 | 62 | 47 | 1 | 157 | 62 | 33 |
| Octal | 374 | 6 | 112 | 0 | 142 | 107 | 1 | 527 | 142 | 63 |
| Binary | 11111100 | 110 | 1001010 | 0 | 1100010 | 1000111 | 1 | 101010111 | 1100010 | 110011 |
Color Harmonies of #FC064A
Complementary color
Monochromatic Colors of #FC064A
Black with #FC064A
Text Example
Text Example
White with #FC064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC064A; }
p { color: rgb(252,6,74); }
H1.HeaderClassName
{
color: #FC064A;
}
.AnyTagClassName
{
color: #FC064A;
}
</style>
background-color css
<style>
a { background-color: #FC064A; }
a { background-color: rgb(252,6,74); }
div.DivClassName
{
background-color: #FC064A;
}
.BgClassName
{
background-color: #FC064A;
}
</style>
border-color css
<style>
span { border-color: #FC064A; }
span { border-color: rgb(252,6,74); }
td.TdClassName
{
border-color: #FC064A;
}
.TagClassName
{
border-color: #FC064A;
}
</style>