Html Css Color HEX #FC2637 Alizarin

📋 copy color: '#FC2637'

red 252 ◦ green 38 ◦ blue 55

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

Shades of Alizarin #FC2637

Tints of Alizarin #FC2637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.94%

R = 73.04%
G = 11.01%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC2637 (or 0xFC2637) is known color: Alizarin. HEX triplet: FC, 26 and 37. RGB value is (252,38,55). Sum of RGB (Red+Green+Blue) = 252+38+55=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2637 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2637 is #03D9C8. Grayscale: #686868. Windows color (decimal): -252361 or 3614460. OLE color: 3614460.

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

Color convert

RGB 252 38 55 -
CMYK 0 0.85 0.78 0.01
HSL 355.23º 0.97% 0.57% -
HSV(B) 355.23º 0.85% 0.99% -
XYZ 41.53 22.36 5.74 -
YUV 103.92 100.4 233.62 -
System Red Green Blue C M Y K H S L
Decimal 252 38 55 0 0.85 0.78 0.01 355.23 0.97 0.57
Hex FC 26 37 0 55 4E 1 163 61 39
Octal 374 46 67 0 125 116 1 543 141 71
Binary 11111100 100110 110111 0 1010101 1001110 1 101100011 1100001 111001

Color Harmonies of #FC2637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2637

Black with #FC2637

Text Example


Text Example

White with #FC2637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2637; }

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

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

background-color css

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

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

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

border-color css

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

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

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