Html Css Color HEX #FC2634 Alizarin

📋 copy color: '#FC2634'

red 252 ◦ green 38 ◦ blue 52

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

Shades of Alizarin #FC2634

Tints of Alizarin #FC2634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.2%

R = 73.68%
G = 11.11%
B = 15.2%

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

#FC2634 (or 0xFC2634) is known color: Alizarin. HEX triplet: FC, 26 and 34. RGB value is (252,38,52). Sum of RGB (Red+Green+Blue) = 252+38+52=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2634 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2634 is #03D9CB. Grayscale: #676767. Windows color (decimal): -252364 or 3417852. OLE color: 3417852.

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

Color convert

RGB 252 38 52 -
CMYK 0 0.85 0.79 0.01
HSL 356.07º 0.97% 0.57% -
HSV(B) 356.07º 0.85% 0.99% -
XYZ 41.46 22.33 5.37 -
YUV 103.58 98.9 233.86 -
System Red Green Blue C M Y K H S L
Decimal 252 38 52 0 0.85 0.79 0.01 356.07 0.97 0.57
Hex FC 26 34 0 55 4F 1 164 61 39
Octal 374 46 64 0 125 117 1 544 141 71
Binary 11111100 100110 110100 0 1010101 1001111 1 101100100 1100001 111001

Color Harmonies of #FC2634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2634

Black with #FC2634

Text Example


Text Example

White with #FC2634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2634; }

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

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

background-color css

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

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

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

border-color css

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

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

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