Html Css Color HEX #FC2632 Alizarin

📋 copy color: '#FC2632'

red 252 ◦ green 38 ◦ blue 50

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

Shades of Alizarin #FC2632

Tints of Alizarin #FC2632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.18%

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

R = 74.12%
G = 11.18%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC2632 (or 0xFC2632) is known color: Alizarin. HEX triplet: FC, 26 and 32. RGB value is (252,38,50). Sum of RGB (Red+Green+Blue) = 252+38+50=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2632 is #03D9CD. Grayscale: #676767. Windows color (decimal): -252366 or 3286780. OLE color: 3286780.

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

Color convert

RGB 252 38 50 -
CMYK 0 0.85 0.80 0.01
HSL 356.64º 0.97% 0.57% -
HSV(B) 356.64º 0.85% 0.99% -
XYZ 41.41 22.31 5.14 -
YUV 103.35 97.9 234.02 -
System Red Green Blue C M Y K H S L
Decimal 252 38 50 0 0.85 0.80 0.01 356.64 0.97 0.57
Hex FC 26 32 0 55 50 1 165 61 39
Octal 374 46 62 0 125 120 1 545 141 71
Binary 11111100 100110 110010 0 1010101 1010000 1 101100101 1100001 111001

Color Harmonies of #FC2632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2632

Black with #FC2632

Text Example


Text Example

White with #FC2632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2632; }

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

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

background-color css

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

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

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

border-color css

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

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

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