Html Css Color HEX #FC2932 Alizarin

📋 copy color: '#FC2932'

red 252 ◦ green 41 ◦ blue 50

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

Shades of Alizarin #FC2932

Tints of Alizarin #FC2932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.95%

 BLUE value IS 50 (19.92% from 255) = 14.58%

R = 73.47%
G = 11.95%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC2932 (or 0xFC2932) is known color: Alizarin. HEX triplet: FC, 29 and 32. RGB value is (252,41,50). Sum of RGB (Red+Green+Blue) = 252+41+50=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2932 is #03D6CD. Grayscale: #696969. Windows color (decimal): -251598 or 3287548. OLE color: 3287548.

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

Color convert

RGB 252 41 50 -
CMYK 0 0.84 0.80 0.01
HSL 357.44º 0.97% 0.57% -
HSV(B) 357.44º 0.84% 0.99% -
XYZ 41.51 22.51 5.17 -
YUV 105.12 96.9 232.77 -
System Red Green Blue C M Y K H S L
Decimal 252 41 50 0 0.84 0.80 0.01 357.44 0.97 0.57
Hex FC 29 32 0 54 50 1 165 61 39
Octal 374 51 62 0 124 120 1 545 141 71
Binary 11111100 101001 110010 0 1010100 1010000 1 101100101 1100001 111001

Color Harmonies of #FC2932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2932

Black with #FC2932

Text Example


Text Example

White with #FC2932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2932; }

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

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

background-color css

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

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

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

border-color css

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

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

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