Html Css Color HEX #FC2E32 Alizarin

📋 copy color: '#FC2E32'

red 252 ◦ green 46 ◦ blue 50

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

Shades of Alizarin #FC2E32

Tints of Alizarin #FC2E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.22%

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

R = 72.41%
G = 13.22%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC2E32 (or 0xFC2E32) is known color: Alizarin. HEX triplet: FC, 2E and 32. RGB value is (252,46,50). Sum of RGB (Red+Green+Blue) = 252+46+50=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2E32 is #03D1CD. Grayscale: #6C6C6C. Windows color (decimal): -250318 or 3288828. OLE color: 3288828.

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

Color convert

RGB 252 46 50 -
CMYK 0 0.82 0.80 0.01
HSL 358.84º 0.97% 0.58% -
HSV(B) 358.84º 0.82% 0.99% -
XYZ 41.7 22.88 5.24 -
YUV 108.05 95.25 230.67 -
System Red Green Blue C M Y K H S L
Decimal 252 46 50 0 0.82 0.80 0.01 358.84 0.97 0.58
Hex FC 2E 32 0 52 50 1 167 61 3A
Octal 374 56 62 0 122 120 1 547 141 72
Binary 11111100 101110 110010 0 1010010 1010000 1 101100111 1100001 111010

Color Harmonies of #FC2E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2E32

Black with #FC2E32

Text Example


Text Example

White with #FC2E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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