Html Css Color HEX #FC1A20 Torch Red

📋 copy color: '#FC1A20'

red 252 ◦ green 26 ◦ blue 32

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

Shades of Torch Red #FC1A20

Tints of Torch Red #FC1A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.39%

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

R = 81.29%
G = 8.39%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC1A20 (or 0xFC1A20) is known color: Torch Red. HEX triplet: FC, 1A and 20. RGB value is (252,26,32). Sum of RGB (Red+Green+Blue) = 252+26+32=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A20 is #03E5DF. Grayscale: #5E5E5E. Windows color (decimal): -255456 or 2104060. OLE color: 2104060.

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

Color convert

RGB 252 26 32 -
CMYK 0 0.90 0.87 0.01
HSL 358.41º 0.97% 0.55% -
HSV(B) 358.41º 0.9% 0.99% -
XYZ 40.77 21.54 3.37 -
YUV 94.26 92.87 240.51 -
System Red Green Blue C M Y K H S L
Decimal 252 26 32 0 0.90 0.87 0.01 358.41 0.97 0.55
Hex FC 1A 20 0 5A 57 1 166 61 37
Octal 374 32 40 0 132 127 1 546 141 67
Binary 11111100 11010 100000 0 1011010 1010111 1 101100110 1100001 110111

Color Harmonies of #FC1A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A20

Black with #FC1A20

Text Example


Text Example

White with #FC1A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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