Html Css Color HEX #FC1432 Torch Red

📋 copy color: '#FC1432'

red 252 ◦ green 20 ◦ blue 50

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

Shades of Torch Red #FC1432

Tints of Torch Red #FC1432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.21%

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

R = 78.26%
G = 6.21%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC1432 (or 0xFC1432) is known color: Torch Red. HEX triplet: FC, 14 and 32. RGB value is (252,20,50). Sum of RGB (Red+Green+Blue) = 252+20+50=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1432 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1432 is #03EBCD. Grayscale: #5C5C5C. Windows color (decimal): -256974 or 3282172. OLE color: 3282172.

HSL color Cylindrical-coordinate representation of color #FC1432: hue angle of 352.24º 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 #FC1432 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 20 50 -
CMYK 0 0.92 0.80 0.01
HSL 352.24º 0.97% 0.53% -
HSV(B) 352.24º 0.92% 0.99% -
XYZ 40.97 21.43 4.99 -
YUV 92.79 103.86 241.56 -
System Red Green Blue C M Y K H S L
Decimal 252 20 50 0 0.92 0.80 0.01 352.24 0.97 0.53
Hex FC 14 32 0 5C 50 1 160 61 35
Octal 374 24 62 0 134 120 1 540 141 65
Binary 11111100 10100 110010 0 1011100 1010000 1 101100000 1100001 110101

Color Harmonies of #FC1432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1432

Black with #FC1432

Text Example


Text Example

White with #FC1432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1432; }

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

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

background-color css

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

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

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

border-color css

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

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

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