Html Css Color HEX #FC293D Alizarin

📋 copy color: '#FC293D'

red 252 ◦ green 41 ◦ blue 61

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

Shades of Alizarin #FC293D

Tints of Alizarin #FC293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.23%

R = 71.19%
G = 11.58%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC293D (or 0xFC293D) is known color: Alizarin. HEX triplet: FC, 29 and 3D. RGB value is (252,41,61). Sum of RGB (Red+Green+Blue) = 252+41+61=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC293D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC293D is #03D6C2. Grayscale: #6A6A6A. Windows color (decimal): -251587 or 4008444. OLE color: 4008444.

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

Color convert

RGB 252 41 61 -
CMYK 0 0.84 0.76 0.01
HSL 354.31º 0.97% 0.57% -
HSV(B) 354.31º 0.84% 0.99% -
XYZ 41.78 22.62 6.58 -
YUV 106.37 102.4 231.87 -
System Red Green Blue C M Y K H S L
Decimal 252 41 61 0 0.84 0.76 0.01 354.31 0.97 0.57
Hex FC 29 3D 0 54 4C 1 162 61 39
Octal 374 51 75 0 124 114 1 542 141 71
Binary 11111100 101001 111101 0 1010100 1001100 1 101100010 1100001 111001

Color Harmonies of #FC293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC293D

Black with #FC293D

Text Example


Text Example

White with #FC293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC293D; }

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

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

background-color css

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

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

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

border-color css

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

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

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