Html Css Color HEX #FC1B20 Torch Red

📋 copy color: '#FC1B20'

red 252 ◦ green 27 ◦ blue 32

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

Shades of Torch Red #FC1B20

Tints of Torch Red #FC1B20

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.68%

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

R = 81.03%
G = 8.68%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC1B20 (or 0xFC1B20) is known color: Torch Red. HEX triplet: FC, 1B and 20. RGB value is (252,27,32). Sum of RGB (Red+Green+Blue) = 252+27+32=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1B20 is #03E4DF. Grayscale: #5F5F5F. Windows color (decimal): -255200 or 2104316. OLE color: 2104316.

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

Color convert

RGB 252 27 32 -
CMYK 0 0.89 0.87 0.01
HSL 358.67º 0.97% 0.55% -
HSV(B) 358.67º 0.89% 0.99% -
XYZ 40.8 21.58 3.38 -
YUV 94.85 92.54 240.09 -
System Red Green Blue C M Y K H S L
Decimal 252 27 32 0 0.89 0.87 0.01 358.67 0.97 0.55
Hex FC 1B 20 0 59 57 1 167 61 37
Octal 374 33 40 0 131 127 1 547 141 67
Binary 11111100 11011 100000 0 1011001 1010111 1 101100111 1100001 110111

Color Harmonies of #FC1B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1B20

Black with #FC1B20

Text Example


Text Example

White with #FC1B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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