Html Css Color HEX #FC2636 Alizarin

📋 copy color: '#FC2636'

red 252 ◦ green 38 ◦ blue 54

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

Shades of Alizarin #FC2636

Tints of Alizarin #FC2636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.7%

R = 73.26%
G = 11.05%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC2636 (or 0xFC2636) is known color: Alizarin. HEX triplet: FC, 26 and 36. RGB value is (252,38,54). Sum of RGB (Red+Green+Blue) = 252+38+54=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2636 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2636 is #03D9C9. Grayscale: #676767. Windows color (decimal): -252362 or 3548924. OLE color: 3548924.

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

Color convert

RGB 252 38 54 -
CMYK 0 0.85 0.79 0.01
HSL 355.51º 0.97% 0.57% -
HSV(B) 355.51º 0.85% 0.99% -
XYZ 41.5 22.35 5.62 -
YUV 103.81 99.9 233.7 -
System Red Green Blue C M Y K H S L
Decimal 252 38 54 0 0.85 0.79 0.01 355.51 0.97 0.57
Hex FC 26 36 0 55 4F 1 164 61 39
Octal 374 46 66 0 125 117 1 544 141 71
Binary 11111100 100110 110110 0 1010101 1001111 1 101100100 1100001 111001

Color Harmonies of #FC2636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2636

Black with #FC2636

Text Example


Text Example

White with #FC2636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2636; }

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

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

background-color css

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

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

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

border-color css

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

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

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