Html Css Color HEX #FC2C39 Alizarin

📋 copy color: '#FC2C39'

red 252 ◦ green 44 ◦ blue 57

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

Shades of Alizarin #FC2C39

Tints of Alizarin #FC2C39

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.46%

 BLUE value IS 57 (22.66% from 255) = 16.15%

R = 71.39%
G = 12.46%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC2C39 (or 0xFC2C39) is known color: Alizarin. HEX triplet: FC, 2C and 39. RGB value is (252,44,57). Sum of RGB (Red+Green+Blue) = 252+44+57=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2C39 is #03D3C6. Grayscale: #6B6B6B. Windows color (decimal): -250823 or 3747068. OLE color: 3747068.

HSL color Cylindrical-coordinate representation of color #FC2C39: hue angle of 356.25º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2C39 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 44 57 -
CMYK 0 0.83 0.77 0.01
HSL 356.25º 0.97% 0.58% -
HSV(B) 356.25º 0.83% 0.99% -
XYZ 41.78 22.79 6.07 -
YUV 107.67 99.41 230.94 -
System Red Green Blue C M Y K H S L
Decimal 252 44 57 0 0.83 0.77 0.01 356.25 0.97 0.58
Hex FC 2C 39 0 53 4D 1 164 61 3A
Octal 374 54 71 0 123 115 1 544 141 72
Binary 11111100 101100 111001 0 1010011 1001101 1 101100100 1100001 111010

Color Harmonies of #FC2C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C39

Black with #FC2C39

Text Example


Text Example

White with #FC2C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C39; }

 p { color: rgb(252,44,57); }

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

background-color css

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

 a { background-color: rgb(252,44,57); }

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

border-color css

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

 span { border-color: rgb(252,44,57); }

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