Html Css Color HEX #FC1D20 Torch Red

📋 copy color: '#FC1D20'

red 252 ◦ green 29 ◦ blue 32

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

Shades of Torch Red #FC1D20

Tints of Torch Red #FC1D20

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.27%

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

R = 80.51%
G = 9.27%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC1D20 (or 0xFC1D20) is known color: Torch Red. HEX triplet: FC, 1D and 20. RGB value is (252,29,32). Sum of RGB (Red+Green+Blue) = 252+29+32=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1D20 is #03E2DF. Grayscale: #606060. Windows color (decimal): -254688 or 2104828. OLE color: 2104828.

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

Color convert

RGB 252 29 32 -
CMYK 0 0.88 0.87 0.01
HSL 359.19º 0.97% 0.55% -
HSV(B) 359.19º 0.88% 0.99% -
XYZ 40.84 21.68 3.4 -
YUV 96.02 91.88 239.26 -
System Red Green Blue C M Y K H S L
Decimal 252 29 32 0 0.88 0.87 0.01 359.19 0.97 0.55
Hex FC 1D 20 0 58 57 1 167 61 37
Octal 374 35 40 0 130 127 1 547 141 67
Binary 11111100 11101 100000 0 1011000 1010111 1 101100111 1100001 110111

Color Harmonies of #FC1D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1D20

Black with #FC1D20

Text Example


Text Example

White with #FC1D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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