Html Css Color HEX #FC1732 Torch Red

📋 copy color: '#FC1732'

red 252 ◦ green 23 ◦ blue 50

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

Shades of Torch Red #FC1732

Tints of Torch Red #FC1732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.08%

 BLUE value IS 50 (19.92% from 255) = 15.38%

R = 77.54%
G = 7.08%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC1732 (or 0xFC1732) is known color: Torch Red. HEX triplet: FC, 17 and 32. RGB value is (252,23,50). Sum of RGB (Red+Green+Blue) = 252+23+50=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1732 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1732 is #03E8CD. Grayscale: #5E5E5E. Windows color (decimal): -256206 or 3282940. OLE color: 3282940.

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

Color convert

RGB 252 23 50 -
CMYK 0 0.91 0.80 0.01
HSL 352.93º 0.97% 0.54% -
HSV(B) 352.93º 0.91% 0.99% -
XYZ 41.03 21.54 5.01 -
YUV 94.55 102.87 240.3 -
System Red Green Blue C M Y K H S L
Decimal 252 23 50 0 0.91 0.80 0.01 352.93 0.97 0.54
Hex FC 17 32 0 5B 50 1 161 61 36
Octal 374 27 62 0 133 120 1 541 141 66
Binary 11111100 10111 110010 0 1011011 1010000 1 101100001 1100001 110110

Color Harmonies of #FC1732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1732

Black with #FC1732

Text Example


Text Example

White with #FC1732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1732; }

 p { color: rgb(252,23,50); }

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

background-color css

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

 a { background-color: rgb(252,23,50); }

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

border-color css

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

 span { border-color: rgb(252,23,50); }

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