Html Css Color HEX #FC2940 Alizarin

📋 copy color: '#FC2940'

red 252 ◦ green 41 ◦ blue 64

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

Shades of Alizarin #FC2940

Tints of Alizarin #FC2940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.48%

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

R = 70.59%
G = 11.48%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC2940 (or 0xFC2940) is known color: Alizarin. HEX triplet: FC, 29 and 40. RGB value is (252,41,64). Sum of RGB (Red+Green+Blue) = 252+41+64=357 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.59% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2940 is #03D6BF. Grayscale: #6A6A6A. Windows color (decimal): -251584 or 4205052. OLE color: 4205052.

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

Color convert

RGB 252 41 64 -
CMYK 0 0.84 0.75 0.01
HSL 353.46º 0.97% 0.57% -
HSV(B) 353.46º 0.84% 0.99% -
XYZ 41.86 22.65 7.02 -
YUV 106.71 103.9 231.63 -
System Red Green Blue C M Y K H S L
Decimal 252 41 64 0 0.84 0.75 0.01 353.46 0.97 0.57
Hex FC 29 40 0 54 4B 1 161 61 39
Octal 374 51 100 0 124 113 1 541 141 71
Binary 11111100 101001 1000000 0 1010100 1001011 1 101100001 1100001 111001

Color Harmonies of #FC2940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2940

Black with #FC2940

Text Example


Text Example

White with #FC2940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2940; }

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

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

background-color css

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

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

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

border-color css

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

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

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