Html Css Color HEX #FC1931 Torch Red

📋 copy color: '#FC1931'

red 252 ◦ green 25 ◦ blue 49

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

Shades of Torch Red #FC1931

Tints of Torch Red #FC1931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.67%

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

R = 77.3%
G = 7.67%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC1931 (or 0xFC1931) is known color: Torch Red. HEX triplet: FC, 19 and 31. RGB value is (252,25,49). Sum of RGB (Red+Green+Blue) = 252+25+49=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1931 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1931 is #03E6CE. Grayscale: #5F5F5F. Windows color (decimal): -255695 or 3217916. OLE color: 3217916.

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

Color convert

RGB 252 25 49 -
CMYK 0 0.90 0.81 0.01
HSL 353.66º 0.97% 0.54% -
HSV(B) 353.66º 0.9% 0.99% -
XYZ 41.05 21.61 4.91 -
YUV 95.61 101.71 239.55 -
System Red Green Blue C M Y K H S L
Decimal 252 25 49 0 0.90 0.81 0.01 353.66 0.97 0.54
Hex FC 19 31 0 5A 51 1 162 61 36
Octal 374 31 61 0 132 121 1 542 141 66
Binary 11111100 11001 110001 0 1011010 1010001 1 101100010 1100001 110110

Color Harmonies of #FC1931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1931

Black with #FC1931

Text Example


Text Example

White with #FC1931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1931; }

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

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

background-color css

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

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

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

border-color css

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

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

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