Html Css Color HEX #FC0521 Torch Red

📋 copy color: '#FC0521'

red 252 ◦ green 5 ◦ blue 33

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

Shades of Torch Red #FC0521

Tints of Torch Red #FC0521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.38%

R = 86.9%
G = 1.72%
B = 11.38%

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

#FC0521 (or 0xFC0521) is known color: Torch Red. HEX triplet: FC, 05 and 21. RGB value is (252,5,33). Sum of RGB (Red+Green+Blue) = 252+5+33=290 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.90% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0521 is #03FADE. Grayscale: #525252. Windows color (decimal): -260831 or 2164220. OLE color: 2164220.

HSL color Cylindrical-coordinate representation of color #FC0521: hue angle of 353.2º 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 #FC0521 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 5 33 -
CMYK 0 0.98 0.87 0.01
HSL 353.2º 0.98% 0.5% -
HSV(B) 353.2º 0.98% 0.99% -
XYZ 40.47 20.91 3.34 -
YUV 82.05 100.33 249.22 -
System Red Green Blue C M Y K H S L
Decimal 252 5 33 0 0.98 0.87 0.01 353.2 0.98 0.5
Hex FC 5 21 0 62 57 1 161 62 32
Octal 374 5 41 0 142 127 1 541 142 62
Binary 11111100 101 100001 0 1100010 1010111 1 101100001 1100010 110010

Color Harmonies of #FC0521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0521

Black with #FC0521

Text Example


Text Example

White with #FC0521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0521; }

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

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

background-color css

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

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

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

border-color css

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

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

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