Html Css Color HEX #FC2B32 Alizarin

📋 copy color: '#FC2B32'

red 252 ◦ green 43 ◦ blue 50

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

Shades of Alizarin #FC2B32

Tints of Alizarin #FC2B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.46%

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

R = 73.04%
G = 12.46%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC2B32 (or 0xFC2B32) is known color: Alizarin. HEX triplet: FC, 2B and 32. RGB value is (252,43,50). Sum of RGB (Red+Green+Blue) = 252+43+50=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2B32 is #03D4CD. Grayscale: #6A6A6A. Windows color (decimal): -251086 or 3288060. OLE color: 3288060.

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

Color convert

RGB 252 43 50 -
CMYK 0 0.83 0.80 0.01
HSL 357.99º 0.97% 0.58% -
HSV(B) 357.99º 0.83% 0.99% -
XYZ 41.58 22.65 5.2 -
YUV 106.29 96.24 231.93 -
System Red Green Blue C M Y K H S L
Decimal 252 43 50 0 0.83 0.80 0.01 357.99 0.97 0.58
Hex FC 2B 32 0 53 50 1 166 61 3A
Octal 374 53 62 0 123 120 1 546 141 72
Binary 11111100 101011 110010 0 1010011 1010000 1 101100110 1100001 111010

Color Harmonies of #FC2B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2B32

Black with #FC2B32

Text Example


Text Example

White with #FC2B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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