Html Css Color HEX #FC2C3B Alizarin

📋 copy color: '#FC2C3B'

red 252 ◦ green 44 ◦ blue 59

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

Shades of Alizarin #FC2C3B

Tints of Alizarin #FC2C3B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.39%

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

R = 70.99%
G = 12.39%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC2C3B (or 0xFC2C3B) is known color: Alizarin. HEX triplet: FC, 2C and 3B. RGB value is (252,44,59). Sum of RGB (Red+Green+Blue) = 252+44+59=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2C3B is #03D3C4. Grayscale: #6C6C6C. Windows color (decimal): -250821 or 3878140. OLE color: 3878140.

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

Color convert

RGB 252 44 59 -
CMYK 0 0.83 0.77 0.01
HSL 355.67º 0.97% 0.58% -
HSV(B) 355.67º 0.83% 0.99% -
XYZ 41.83 22.81 6.34 -
YUV 107.9 100.41 230.78 -
System Red Green Blue C M Y K H S L
Decimal 252 44 59 0 0.83 0.77 0.01 355.67 0.97 0.58
Hex FC 2C 3B 0 53 4D 1 164 61 3A
Octal 374 54 73 0 123 115 1 544 141 72
Binary 11111100 101100 111011 0 1010011 1001101 1 101100100 1100001 111010

Color Harmonies of #FC2C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C3B

Black with #FC2C3B

Text Example


Text Example

White with #FC2C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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