Html Css Color HEX #FC2631 Alizarin

📋 copy color: '#FC2631'

red 252 ◦ green 38 ◦ blue 49

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

Shades of Alizarin #FC2631

Tints of Alizarin #FC2631

RGB

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

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

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

R = 74.34%
G = 11.21%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC2631 (or 0xFC2631) is known color: Alizarin. HEX triplet: FC, 26 and 31. RGB value is (252,38,49). Sum of RGB (Red+Green+Blue) = 252+38+49=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2631 is #03D9CE. Grayscale: #676767. Windows color (decimal): -252367 or 3221244. OLE color: 3221244.

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

Color convert

RGB 252 38 49 -
CMYK 0 0.85 0.81 0.01
HSL 356.92º 0.97% 0.57% -
HSV(B) 356.92º 0.85% 0.99% -
XYZ 41.39 22.3 5.03 -
YUV 103.24 97.4 234.11 -
System Red Green Blue C M Y K H S L
Decimal 252 38 49 0 0.85 0.81 0.01 356.92 0.97 0.57
Hex FC 26 31 0 55 51 1 165 61 39
Octal 374 46 61 0 125 121 1 545 141 71
Binary 11111100 100110 110001 0 1010101 1010001 1 101100101 1100001 111001

Color Harmonies of #FC2631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2631

Black with #FC2631

Text Example


Text Example

White with #FC2631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2631; }

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

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

background-color css

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

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

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

border-color css

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

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

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