Html Css Color HEX #FC2D3C Alizarin

📋 copy color: '#FC2D3C'

red 252 ◦ green 45 ◦ blue 60

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

Shades of Alizarin #FC2D3C

Tints of Alizarin #FC2D3C

RGB

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

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

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

R = 70.59%
G = 12.61%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC2D3C (or 0xFC2D3C) is known color: Alizarin. HEX triplet: FC, 2D and 3C. RGB value is (252,45,60). Sum of RGB (Red+Green+Blue) = 252+45+60=357 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.59% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D3C is #03D2C3. Grayscale: #6C6C6C. Windows color (decimal): -250564 or 3943932. OLE color: 3943932.

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

Color convert

RGB 252 45 60 -
CMYK 0 0.82 0.76 0.01
HSL 355.65º 0.97% 0.58% -
HSV(B) 355.65º 0.82% 0.99% -
XYZ 41.9 22.9 6.49 -
YUV 108.6 100.58 230.28 -
System Red Green Blue C M Y K H S L
Decimal 252 45 60 0 0.82 0.76 0.01 355.65 0.97 0.58
Hex FC 2D 3C 0 52 4C 1 164 61 3A
Octal 374 55 74 0 122 114 1 544 141 72
Binary 11111100 101101 111100 0 1010010 1001100 1 101100100 1100001 111010

Color Harmonies of #FC2D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D3C

Black with #FC2D3C

Text Example


Text Example

White with #FC2D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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