Html Css Color HEX #FC353B Alizarin

📋 copy color: '#FC353B'

red 252 ◦ green 53 ◦ blue 59

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

Shades of Alizarin #FC353B

Tints of Alizarin #FC353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.56%

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

R = 69.23%
G = 14.56%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC353B (or 0xFC353B) is known color: Alizarin. HEX triplet: FC, 35 and 3B. RGB value is (252,53,59). Sum of RGB (Red+Green+Blue) = 252+53+59=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC353B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC353B is #03CAC4. Grayscale: #717171. Windows color (decimal): -248517 or 3880444. OLE color: 3880444.

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

Color convert

RGB 252 53 59 -
CMYK 0 0.79 0.77 0.01
HSL 358.19º 0.97% 0.6% -
HSV(B) 358.19º 0.79% 0.99% -
XYZ 42.21 23.56 6.46 -
YUV 113.19 97.43 227.01 -
System Red Green Blue C M Y K H S L
Decimal 252 53 59 0 0.79 0.77 0.01 358.19 0.97 0.6
Hex FC 35 3B 0 4F 4D 1 166 61 3C
Octal 374 65 73 0 117 115 1 546 141 74
Binary 11111100 110101 111011 0 1001111 1001101 1 101100110 1100001 111100

Color Harmonies of #FC353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC353B

Black with #FC353B

Text Example


Text Example

White with #FC353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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