Html Css Color HEX #FC3740 Alizarin

📋 copy color: '#FC3740'

red 252 ◦ green 55 ◦ blue 64

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

Shades of Alizarin #FC3740

Tints of Alizarin #FC3740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.82%

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 67.92%
G = 14.82%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC3740 (or 0xFC3740) is known color: Alizarin. HEX triplet: FC, 37 and 40. RGB value is (252,55,64). Sum of RGB (Red+Green+Blue) = 252+55+64=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3740 is #03C8BF. Grayscale: #737373. Windows color (decimal): -248000 or 4208636. OLE color: 4208636.

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

Color convert

RGB 252 55 64 -
CMYK 0 0.78 0.75 0.01
HSL 357.26º 0.97% 0.6% -
HSV(B) 357.26º 0.78% 0.99% -
XYZ 42.44 23.8 7.21 -
YUV 114.93 99.27 225.77 -
System Red Green Blue C M Y K H S L
Decimal 252 55 64 0 0.78 0.75 0.01 357.26 0.97 0.6
Hex FC 37 40 0 4E 4B 1 165 61 3C
Octal 374 67 100 0 116 113 1 545 141 74
Binary 11111100 110111 1000000 0 1001110 1001011 1 101100101 1100001 111100

Color Harmonies of #FC3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3740

Black with #FC3740

Text Example


Text Example

White with #FC3740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3740; }

 p { color: rgb(252,55,64); }

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

background-color css

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

 a { background-color: rgb(252,55,64); }

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

border-color css

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

 span { border-color: rgb(252,55,64); }

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