Shades of Torch Red #FC2034
Tints of Torch Red #FC2034
RGB
CMYK
RGB Variations
Color information
#FC2034 (or 0xFC2034) is known color: Torch Red. HEX triplet: FC, 20 and 34. RGB value is (252,32,52). Sum of RGB (Red+Green+Blue) = 252+32+52=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2034 is #03DFCB. Grayscale: #646464. Windows color (decimal): -253900 or 3416316. OLE color: 3416316.
HSL color Cylindrical-coordinate representation of color #FC2034: hue angle of 354.55º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC2034 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 32 | 52 | - |
CMYK | 0 | 0.87 | 0.79 | 0.01 |
HSL | 354.55º | 0.97% | 0.56% | - |
HSV(B) | 354.55º | 0.87% | 0.99% | - |
XYZ | 41.28 | 21.98 | 5.31 | - |
YUV | 100.06 | 100.89 | 236.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 32 | 52 | 0 | 0.87 | 0.79 | 0.01 | 354.55 | 0.97 | 0.56 |
Hex | FC | 20 | 34 | 0 | 57 | 4F | 1 | 163 | 61 | 38 |
Octal | 374 | 40 | 64 | 0 | 127 | 117 | 1 | 543 | 141 | 70 |
Binary | 11111100 | 100000 | 110100 | 0 | 1010111 | 1001111 | 1 | 101100011 | 1100001 | 111000 |
Color Harmonies of #FC2034
Complementary color
Monochromatic Colors of #FC2034
Black with #FC2034
Text Example
Text Example
White with #FC2034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2034; }
p { color: rgb(252,32,52); }
H1.HeaderClassName
{
color: #FC2034;
}
.AnyTagClassName
{
color: #FC2034;
}
</style>
background-color css
<style>
a { background-color: #FC2034; }
a { background-color: rgb(252,32,52); }
div.DivClassName
{
background-color: #FC2034;
}
.BgClassName
{
background-color: #FC2034;
}
</style>
border-color css
<style>
span { border-color: #FC2034; }
span { border-color: rgb(252,32,52); }
td.TdClassName
{
border-color: #FC2034;
}
.TagClassName
{
border-color: #FC2034;
}
</style>