Html Css Color HEX #FC2629 Alizarin

📋 copy color: '#FC2629'

red 252 ◦ green 38 ◦ blue 41

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

Shades of Alizarin #FC2629

Tints of Alizarin #FC2629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.39%

R = 76.13%
G = 11.48%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC2629 (or 0xFC2629) is known color: Alizarin. HEX triplet: FC, 26 and 29. RGB value is (252,38,41). Sum of RGB (Red+Green+Blue) = 252+38+41=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2629 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2629 is #03D9D6. Grayscale: #666666. Windows color (decimal): -252375 or 2696956. OLE color: 2696956.

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

Color convert

RGB 252 38 41 -
CMYK 0 0.85 0.84 0.01
HSL 359.16º 0.97% 0.57% -
HSV(B) 359.16º 0.85% 0.99% -
XYZ 41.24 22.24 4.22 -
YUV 102.33 93.4 234.76 -
System Red Green Blue C M Y K H S L
Decimal 252 38 41 0 0.85 0.84 0.01 359.16 0.97 0.57
Hex FC 26 29 0 55 54 1 167 61 39
Octal 374 46 51 0 125 124 1 547 141 71
Binary 11111100 100110 101001 0 1010101 1010100 1 101100111 1100001 111001

Color Harmonies of #FC2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2629

Black with #FC2629

Text Example


Text Example

White with #FC2629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2629; }

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

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

background-color css

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

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

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

border-color css

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

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

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