Shades of Torch Red #FC034A
Tints of Torch Red #FC034A
RGB
CMYK
RGB Variations
Color information
#FC034A (or 0xFC034A) is known color: Torch Red. HEX triplet: FC, 03 and 4A. RGB value is (252,3,74). Sum of RGB (Red+Green+Blue) = 252+3+74=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC034A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC034A is #03FCB5. Grayscale: #555555. Windows color (decimal): -261302 or 4850684. OLE color: 4850684.
HSL color Cylindrical-coordinate representation of color #FC034A: hue angle of 342.89º 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 #FC034A is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 74 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.01 |
| HSL | 342.89º | 0.98% | 0.5% | - |
| HSV(B) | 342.89º | 0.99% | 0.99% | - |
| XYZ | 41.41 | 21.25 | 8.4 | - |
| YUV | 85.55 | 121.49 | 246.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 74 | 0 | 0.99 | 0.71 | 0.01 | 342.89 | 0.98 | 0.5 |
| Hex | FC | 3 | 4A | 0 | 63 | 47 | 1 | 157 | 62 | 32 |
| Octal | 374 | 3 | 112 | 0 | 143 | 107 | 1 | 527 | 142 | 62 |
| Binary | 11111100 | 11 | 1001010 | 0 | 1100011 | 1000111 | 1 | 101010111 | 1100010 | 110010 |
Color Harmonies of #FC034A
Complementary color
Monochromatic Colors of #FC034A
Black with #FC034A
Text Example
Text Example
White with #FC034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC034A; }
p { color: rgb(252,3,74); }
H1.HeaderClassName
{
color: #FC034A;
}
.AnyTagClassName
{
color: #FC034A;
}
</style>
background-color css
<style>
a { background-color: #FC034A; }
a { background-color: rgb(252,3,74); }
div.DivClassName
{
background-color: #FC034A;
}
.BgClassName
{
background-color: #FC034A;
}
</style>
border-color css
<style>
span { border-color: #FC034A; }
span { border-color: rgb(252,3,74); }
td.TdClassName
{
border-color: #FC034A;
}
.TagClassName
{
border-color: #FC034A;
}
</style>