Html Css Color HEX #FC293F Alizarin

📋 copy color: '#FC293F'

red 252 ◦ green 41 ◦ blue 63

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

Shades of Alizarin #FC293F

Tints of Alizarin #FC293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.7%

R = 70.79%
G = 11.52%
B = 17.7%

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

#FC293F (or 0xFC293F) is known color: Alizarin. HEX triplet: FC, 29 and 3F. RGB value is (252,41,63). Sum of RGB (Red+Green+Blue) = 252+41+63=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC293F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC293F is #03D6C0. Grayscale: #6A6A6A. Windows color (decimal): -251585 or 4139516. OLE color: 4139516.

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

Color convert

RGB 252 41 63 -
CMYK 0 0.84 0.75 0.01
HSL 353.74º 0.97% 0.57% -
HSV(B) 353.74º 0.84% 0.99% -
XYZ 41.84 22.64 6.87 -
YUV 106.6 103.4 231.71 -
System Red Green Blue C M Y K H S L
Decimal 252 41 63 0 0.84 0.75 0.01 353.74 0.97 0.57
Hex FC 29 3F 0 54 4B 1 162 61 39
Octal 374 51 77 0 124 113 1 542 141 71
Binary 11111100 101001 111111 0 1010100 1001011 1 101100010 1100001 111001

Color Harmonies of #FC293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC293F

Black with #FC293F

Text Example


Text Example

White with #FC293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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