Html Css Color HEX #FC1331 Torch Red

📋 copy color: '#FC1331'

red 252 ◦ green 19 ◦ blue 49

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

Shades of Torch Red #FC1331

Tints of Torch Red #FC1331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.94%

 BLUE value IS 49 (19.53% from 255) = 15.31%

R = 78.75%
G = 5.94%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC1331 (or 0xFC1331) is known color: Torch Red. HEX triplet: FC, 13 and 31. RGB value is (252,19,49). Sum of RGB (Red+Green+Blue) = 252+19+49=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1331 is #03ECCE. Grayscale: #5C5C5C. Windows color (decimal): -257231 or 3216380. OLE color: 3216380.

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

Color convert

RGB 252 19 49 -
CMYK 0 0.92 0.81 0.01
HSL 352.27º 0.97% 0.53% -
HSV(B) 352.27º 0.92% 0.99% -
XYZ 40.93 21.38 4.88 -
YUV 92.09 103.69 242.06 -
System Red Green Blue C M Y K H S L
Decimal 252 19 49 0 0.92 0.81 0.01 352.27 0.97 0.53
Hex FC 13 31 0 5C 51 1 160 61 35
Octal 374 23 61 0 134 121 1 540 141 65
Binary 11111100 10011 110001 0 1011100 1010001 1 101100000 1100001 110101

Color Harmonies of #FC1331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1331

Black with #FC1331

Text Example


Text Example

White with #FC1331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1331; }

 p { color: rgb(252,19,49); }

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

background-color css

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

 a { background-color: rgb(252,19,49); }

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

border-color css

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

 span { border-color: rgb(252,19,49); }

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