Html Css Color HEX #FC0520 Torch Red

📋 copy color: '#FC0520'

red 252 ◦ green 5 ◦ blue 32

#FC0520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #FC0520

Tints of Torch Red #FC0520

RGB

 RED value IS 252 (98.83% from 255) = 87.2%

 GREEN value IS 5 (2.34% from 255) = 1.73%

 BLUE value IS 32 (12.89% from 255) = 11.07%

R = 87.2%
G = 1.73%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC0520 (or 0xFC0520) is known color: Torch Red. HEX triplet: FC, 05 and 20. RGB value is (252,5,32). Sum of RGB (Red+Green+Blue) = 252+5+32=289 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.20% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0520 is #03FADF. Grayscale: #525252. Windows color (decimal): -260832 or 2098684. OLE color: 2098684.

HSL color Cylindrical-coordinate representation of color #FC0520: hue angle of 353.44º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0520 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 5 32 -
CMYK 0 0.98 0.87 0.01
HSL 353.44º 0.98% 0.5% -
HSV(B) 353.44º 0.98% 0.99% -
XYZ 40.46 20.91 3.27 -
YUV 81.93 99.83 249.3 -
System Red Green Blue C M Y K H S L
Decimal 252 5 32 0 0.98 0.87 0.01 353.44 0.98 0.5
Hex FC 5 20 0 62 57 1 161 62 32
Octal 374 5 40 0 142 127 1 541 142 62
Binary 11111100 101 100000 0 1100010 1010111 1 101100001 1100010 110010

Color Harmonies of #FC0520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0520

Black with #FC0520

Text Example


Text Example

White with #FC0520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0520; }

 p { color: rgb(252,5,32); }

 H1.HeaderClassName
 {
   color: #FC0520;
 }
 .AnyTagClassName
 {
   color: #FC0520;
 }
</style>

background-color css

<style>
 a { background-color: #FC0520; }

 a { background-color: rgb(252,5,32); }

 div.DivClassName
 {
   background-color: #FC0520;
 }
 .BgClassName
 {
   background-color: #FC0520;
 }
</style>

border-color css

<style>
 span { border-color: #FC0520; }

 span { border-color: rgb(252,5,32); }

 td.TdClassName
 {
   border-color: #FC0520;
 }
 .TagClassName
 {
   border-color: #FC0520;
 }
</style>