Html Css Color HEX #FC2B33 Alizarin

📋 copy color: '#FC2B33'

red 252 ◦ green 43 ◦ blue 51

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

Shades of Alizarin #FC2B33

Tints of Alizarin #FC2B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.74%

R = 72.83%
G = 12.43%
B = 14.74%

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

#FC2B33 (or 0xFC2B33) is known color: Alizarin. HEX triplet: FC, 2B and 33. RGB value is (252,43,51). Sum of RGB (Red+Green+Blue) = 252+43+51=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2B33 is #03D4CC. Grayscale: #6A6A6A. Windows color (decimal): -251085 or 3353596. OLE color: 3353596.

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

Color convert

RGB 252 43 51 -
CMYK 0 0.83 0.80 0.01
HSL 357.7º 0.97% 0.58% -
HSV(B) 357.7º 0.83% 0.99% -
XYZ 41.61 22.66 5.31 -
YUV 106.4 96.74 231.85 -
System Red Green Blue C M Y K H S L
Decimal 252 43 51 0 0.83 0.80 0.01 357.7 0.97 0.58
Hex FC 2B 33 0 53 50 1 166 61 3A
Octal 374 53 63 0 123 120 1 546 141 72
Binary 11111100 101011 110011 0 1010011 1010000 1 101100110 1100001 111010

Color Harmonies of #FC2B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2B33

Black with #FC2B33

Text Example


Text Example

White with #FC2B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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