Html Css Color HEX #FC3839 Alizarin

📋 copy color: '#FC3839'

red 252 ◦ green 56 ◦ blue 57

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

Shades of Alizarin #FC3839

Tints of Alizarin #FC3839

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.34%

 BLUE value IS 57 (22.66% from 255) = 15.62%

R = 69.04%
G = 15.34%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC3839 (or 0xFC3839) is known color: Alizarin. HEX triplet: FC, 38 and 39. RGB value is (252,56,57). Sum of RGB (Red+Green+Blue) = 252+56+57=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3839 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3839 is #03C7C6. Grayscale: #727272. Windows color (decimal): -247751 or 3750140. OLE color: 3750140.

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

Color convert

RGB 252 56 57 -
CMYK 0 0.78 0.77 0.01
HSL 359.69º 0.97% 0.6% -
HSV(B) 359.69º 0.78% 0.99% -
XYZ 42.3 23.82 6.24 -
YUV 114.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 252 56 57 0 0.78 0.77 0.01 359.69 0.97 0.6
Hex FC 38 39 0 4E 4D 1 168 61 3C
Octal 374 70 71 0 116 115 1 550 141 74
Binary 11111100 111000 111001 0 1001110 1001101 1 101101000 1100001 111100

Color Harmonies of #FC3839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3839

Black with #FC3839

Text Example


Text Example

White with #FC3839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3839; }

 p { color: rgb(252,56,57); }

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

background-color css

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

 a { background-color: rgb(252,56,57); }

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

border-color css

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

 span { border-color: rgb(252,56,57); }

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