Html Css Color HEX #FC3B3C Alizarin

📋 copy color: '#FC3B3C'

red 252 ◦ green 59 ◦ blue 60

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

Shades of Alizarin #FC3B3C

Tints of Alizarin #FC3B3C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.9%

 BLUE value IS 60 (23.83% from 255) = 16.17%

R = 67.92%
G = 15.9%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC3B3C (or 0xFC3B3C) is known color: Alizarin. HEX triplet: FC, 3B and 3C. RGB value is (252,59,60). Sum of RGB (Red+Green+Blue) = 252+59+60=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3B3C is #03C4C3. Grayscale: #757575. Windows color (decimal): -246980 or 3947516. OLE color: 3947516.

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

Color convert

RGB 252 59 60 -
CMYK 0 0.77 0.76 0.01
HSL 359.69º 0.97% 0.61% -
HSV(B) 359.69º 0.77% 0.99% -
XYZ 42.52 24.15 6.7 -
YUV 116.82 95.94 224.42 -
System Red Green Blue C M Y K H S L
Decimal 252 59 60 0 0.77 0.76 0.01 359.69 0.97 0.61
Hex FC 3B 3C 0 4D 4C 1 168 61 3D
Octal 374 73 74 0 115 114 1 550 141 75
Binary 11111100 111011 111100 0 1001101 1001100 1 101101000 1100001 111101

Color Harmonies of #FC3B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3B3C

Black with #FC3B3C

Text Example


Text Example

White with #FC3B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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