Html Css Color HEX #FC323B Alizarin

📋 copy color: '#FC323B'

red 252 ◦ green 50 ◦ blue 59

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

Shades of Alizarin #FC323B

Tints of Alizarin #FC323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.85%

 BLUE value IS 59 (23.44% from 255) = 16.34%

R = 69.81%
G = 13.85%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC323B (or 0xFC323B) is known color: Alizarin. HEX triplet: FC, 32 and 3B. RGB value is (252,50,59). Sum of RGB (Red+Green+Blue) = 252+50+59=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC323B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC323B is #03CDC4. Grayscale: #6F6F6F. Windows color (decimal): -249285 or 3879676. OLE color: 3879676.

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

Color convert

RGB 252 50 59 -
CMYK 0 0.80 0.77 0.01
HSL 357.33º 0.97% 0.59% -
HSV(B) 357.33º 0.8% 0.99% -
XYZ 42.07 23.29 6.42 -
YUV 111.42 98.42 228.27 -
System Red Green Blue C M Y K H S L
Decimal 252 50 59 0 0.80 0.77 0.01 357.33 0.97 0.59
Hex FC 32 3B 0 50 4D 1 165 61 3B
Octal 374 62 73 0 120 115 1 545 141 73
Binary 11111100 110010 111011 0 1010000 1001101 1 101100101 1100001 111011

Color Harmonies of #FC323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC323B

Black with #FC323B

Text Example


Text Example

White with #FC323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC323B; }

 p { color: rgb(252,50,59); }

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

background-color css

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

 a { background-color: rgb(252,50,59); }

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

border-color css

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

 span { border-color: rgb(252,50,59); }

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