Html Css Color HEX #FC2D40 Alizarin

📋 copy color: '#FC2D40'

red 252 ◦ green 45 ◦ blue 64

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

Shades of Alizarin #FC2D40

Tints of Alizarin #FC2D40

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.47%

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

R = 69.81%
G = 12.47%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC2D40 (or 0xFC2D40) is known color: Alizarin. HEX triplet: FC, 2D and 40. RGB value is (252,45,64). Sum of RGB (Red+Green+Blue) = 252+45+64=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D40 is #03D2BF. Grayscale: #6D6D6D. Windows color (decimal): -250560 or 4206076. OLE color: 4206076.

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

Color convert

RGB 252 45 64 -
CMYK 0 0.82 0.75 0.01
HSL 354.49º 0.97% 0.58% -
HSV(B) 354.49º 0.82% 0.99% -
XYZ 42.01 22.94 7.06 -
YUV 109.06 102.58 229.96 -
System Red Green Blue C M Y K H S L
Decimal 252 45 64 0 0.82 0.75 0.01 354.49 0.97 0.58
Hex FC 2D 40 0 52 4B 1 162 61 3A
Octal 374 55 100 0 122 113 1 542 141 72
Binary 11111100 101101 1000000 0 1010010 1001011 1 101100010 1100001 111010

Color Harmonies of #FC2D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D40

Black with #FC2D40

Text Example


Text Example

White with #FC2D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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