Html Css Color HEX #FC2C3F Alizarin

📋 copy color: '#FC2C3F'

red 252 ◦ green 44 ◦ blue 63

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

Shades of Alizarin #FC2C3F

Tints of Alizarin #FC2C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.55%

R = 70.19%
G = 12.26%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC2C3F (or 0xFC2C3F) is known color: Alizarin. HEX triplet: FC, 2C and 3F. RGB value is (252,44,63). Sum of RGB (Red+Green+Blue) = 252+44+63=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2C3F is #03D3C0. Grayscale: #6C6C6C. Windows color (decimal): -250817 or 4140284. OLE color: 4140284.

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

Color convert

RGB 252 44 63 -
CMYK 0 0.83 0.75 0.01
HSL 354.52º 0.97% 0.58% -
HSV(B) 354.52º 0.83% 0.99% -
XYZ 41.94 22.86 6.9 -
YUV 108.36 102.41 230.46 -
System Red Green Blue C M Y K H S L
Decimal 252 44 63 0 0.83 0.75 0.01 354.52 0.97 0.58
Hex FC 2C 3F 0 53 4B 1 163 61 3A
Octal 374 54 77 0 123 113 1 543 141 72
Binary 11111100 101100 111111 0 1010011 1001011 1 101100011 1100001 111010

Color Harmonies of #FC2C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C3F

Black with #FC2C3F

Text Example


Text Example

White with #FC2C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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