Html Css Color HEX #FC2526 Alizarin

📋 copy color: '#FC2526'

red 252 ◦ green 37 ◦ blue 38

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

Shades of Alizarin #FC2526

Tints of Alizarin #FC2526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.31%

 BLUE value IS 38 (15.23% from 255) = 11.62%

R = 77.06%
G = 11.31%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC2526 (or 0xFC2526) is known color: Alizarin. HEX triplet: FC, 25 and 26. RGB value is (252,37,38). Sum of RGB (Red+Green+Blue) = 252+37+38=327 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.06% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2526 is #03DAD9. Grayscale: #656565. Windows color (decimal): -252634 or 2500092. OLE color: 2500092.

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

Color convert

RGB 252 37 38 -
CMYK 0 0.85 0.85 0.01
HSL 359.72º 0.97% 0.57% -
HSV(B) 359.72º 0.85% 0.99% -
XYZ 41.16 22.16 3.94 -
YUV 101.4 92.23 235.42 -
System Red Green Blue C M Y K H S L
Decimal 252 37 38 0 0.85 0.85 0.01 359.72 0.97 0.57
Hex FC 25 26 0 55 55 1 168 61 39
Octal 374 45 46 0 125 125 1 550 141 71
Binary 11111100 100101 100110 0 1010101 1010101 1 101101000 1100001 111001

Color Harmonies of #FC2526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2526

Black with #FC2526

Text Example


Text Example

White with #FC2526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2526; }

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

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

background-color css

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

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

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

border-color css

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

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

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