Html Css Color HEX #FC3A3C Alizarin

📋 copy color: '#FC3A3C'

red 252 ◦ green 58 ◦ blue 60

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

Shades of Alizarin #FC3A3C

Tints of Alizarin #FC3A3C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.68%

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

R = 68.11%
G = 15.68%
B = 16.22%

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

#FC3A3C (or 0xFC3A3C) is known color: Alizarin. HEX triplet: FC, 3A and 3C. RGB value is (252,58,60). Sum of RGB (Red+Green+Blue) = 252+58+60=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A3C is #03C5C3. Grayscale: #747474. Windows color (decimal): -247236 or 3947260. OLE color: 3947260.

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

Color convert

RGB 252 58 60 -
CMYK 0 0.77 0.76 0.01
HSL 359.38º 0.97% 0.61% -
HSV(B) 359.38º 0.77% 0.99% -
XYZ 42.47 24.05 6.68 -
YUV 116.23 96.27 224.84 -
System Red Green Blue C M Y K H S L
Decimal 252 58 60 0 0.77 0.76 0.01 359.38 0.97 0.61
Hex FC 3A 3C 0 4D 4C 1 167 61 3D
Octal 374 72 74 0 115 114 1 547 141 75
Binary 11111100 111010 111100 0 1001101 1001100 1 101100111 1100001 111101

Color Harmonies of #FC3A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A3C

Black with #FC3A3C

Text Example


Text Example

White with #FC3A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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