Html Css Color HEX #FC292C Alizarin

📋 copy color: '#FC292C'

red 252 ◦ green 41 ◦ blue 44

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

Shades of Alizarin #FC292C

Tints of Alizarin #FC292C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.06%

R = 74.78%
G = 12.17%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC292C (or 0xFC292C) is known color: Alizarin. HEX triplet: FC, 29 and 2C. RGB value is (252,41,44). Sum of RGB (Red+Green+Blue) = 252+41+44=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC292C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC292C is #03D6D3. Grayscale: #686868. Windows color (decimal): -251604 or 2894332. OLE color: 2894332.

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

Color convert

RGB 252 41 44 -
CMYK 0 0.84 0.83 0.01
HSL 359.15º 0.97% 0.57% -
HSV(B) 359.15º 0.84% 0.99% -
XYZ 41.39 22.46 4.54 -
YUV 104.43 93.9 233.26 -
System Red Green Blue C M Y K H S L
Decimal 252 41 44 0 0.84 0.83 0.01 359.15 0.97 0.57
Hex FC 29 2C 0 54 53 1 167 61 39
Octal 374 51 54 0 124 123 1 547 141 71
Binary 11111100 101001 101100 0 1010100 1010011 1 101100111 1100001 111001

Color Harmonies of #FC292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC292C

Black with #FC292C

Text Example


Text Example

White with #FC292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC292C; }

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

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

background-color css

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

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

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

border-color css

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

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

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