Html Css Color HEX #FC2F31 Alizarin

📋 copy color: '#FC2F31'

red 252 ◦ green 47 ◦ blue 49

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

Shades of Alizarin #FC2F31

Tints of Alizarin #FC2F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.51%

 BLUE value IS 49 (19.53% from 255) = 14.08%

R = 72.41%
G = 13.51%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC2F31 (or 0xFC2F31) is known color: Alizarin. HEX triplet: FC, 2F and 31. RGB value is (252,47,49). Sum of RGB (Red+Green+Blue) = 252+47+49=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2F31 is #03D0CE. Grayscale: #6C6C6C. Windows color (decimal): -250063 or 3223548. OLE color: 3223548.

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

Color convert

RGB 252 47 49 -
CMYK 0 0.81 0.81 0.01
HSL 359.41º 0.97% 0.59% -
HSV(B) 359.41º 0.81% 0.99% -
XYZ 41.72 22.95 5.14 -
YUV 108.52 94.42 230.34 -
System Red Green Blue C M Y K H S L
Decimal 252 47 49 0 0.81 0.81 0.01 359.41 0.97 0.59
Hex FC 2F 31 0 51 51 1 167 61 3B
Octal 374 57 61 0 121 121 1 547 141 73
Binary 11111100 101111 110001 0 1010001 1010001 1 101100111 1100001 111011

Color Harmonies of #FC2F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2F31

Black with #FC2F31

Text Example


Text Example

White with #FC2F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2F31; }

 p { color: rgb(252,47,49); }

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

background-color css

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

 a { background-color: rgb(252,47,49); }

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

border-color css

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

 span { border-color: rgb(252,47,49); }

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