Html Css Color HEX #FC3031 Alizarin

📋 copy color: '#FC3031'

red 252 ◦ green 48 ◦ blue 49

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

Shades of Alizarin #FC3031

Tints of Alizarin #FC3031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.75%

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

R = 72.21%
G = 13.75%
B = 14.04%

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

#FC3031 (or 0xFC3031) is known color: Alizarin. HEX triplet: FC, 30 and 31. RGB value is (252,48,49). Sum of RGB (Red+Green+Blue) = 252+48+49=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3031 is #03CFCE. Grayscale: #6D6D6D. Windows color (decimal): -249807 or 3223804. OLE color: 3223804.

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

Color convert

RGB 252 48 49 -
CMYK 0 0.81 0.81 0.01
HSL 359.71º 0.97% 0.59% -
HSV(B) 359.71º 0.81% 0.99% -
XYZ 41.76 23.03 5.15 -
YUV 109.11 94.09 229.92 -
System Red Green Blue C M Y K H S L
Decimal 252 48 49 0 0.81 0.81 0.01 359.71 0.97 0.59
Hex FC 30 31 0 51 51 1 168 61 3B
Octal 374 60 61 0 121 121 1 550 141 73
Binary 11111100 110000 110001 0 1010001 1010001 1 101101000 1100001 111011

Color Harmonies of #FC3031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3031

Black with #FC3031

Text Example


Text Example

White with #FC3031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3031; }

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

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

background-color css

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

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

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

border-color css

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

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

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