Html Css Color HEX #FC3239 Alizarin

📋 copy color: '#FC3239'

red 252 ◦ green 50 ◦ blue 57

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

Shades of Alizarin #FC3239

Tints of Alizarin #FC3239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.93%

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

R = 70.19%
G = 13.93%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC3239 (or 0xFC3239) is known color: Alizarin. HEX triplet: FC, 32 and 39. RGB value is (252,50,57). Sum of RGB (Red+Green+Blue) = 252+50+57=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3239 is #03CDC6. Grayscale: #6F6F6F. Windows color (decimal): -249287 or 3748604. OLE color: 3748604.

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

Color convert

RGB 252 50 57 -
CMYK 0 0.80 0.77 0.01
HSL 357.92º 0.97% 0.59% -
HSV(B) 357.92º 0.8% 0.99% -
XYZ 42.02 23.27 6.15 -
YUV 111.2 97.42 228.43 -
System Red Green Blue C M Y K H S L
Decimal 252 50 57 0 0.80 0.77 0.01 357.92 0.97 0.59
Hex FC 32 39 0 50 4D 1 166 61 3B
Octal 374 62 71 0 120 115 1 546 141 73
Binary 11111100 110010 111001 0 1010000 1001101 1 101100110 1100001 111011

Color Harmonies of #FC3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3239

Black with #FC3239

Text Example


Text Example

White with #FC3239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3239; }

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

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

background-color css

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

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

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

border-color css

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

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

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