Html Css Color HEX #FC292F Alizarin

📋 copy color: '#FC292F'

red 252 ◦ green 41 ◦ blue 47

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

Shades of Alizarin #FC292F

Tints of Alizarin #FC292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.82%

R = 74.12%
G = 12.06%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC292F (or 0xFC292F) is known color: Alizarin. HEX triplet: FC, 29 and 2F. RGB value is (252,41,47). Sum of RGB (Red+Green+Blue) = 252+41+47=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC292F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC292F is #03D6D0. Grayscale: #686868. Windows color (decimal): -251601 or 3090940. OLE color: 3090940.

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

Color convert

RGB 252 41 47 -
CMYK 0 0.84 0.81 0.01
HSL 358.29º 0.97% 0.57% -
HSV(B) 358.29º 0.84% 0.99% -
XYZ 41.45 22.49 4.84 -
YUV 104.77 95.4 233.01 -
System Red Green Blue C M Y K H S L
Decimal 252 41 47 0 0.84 0.81 0.01 358.29 0.97 0.57
Hex FC 29 2F 0 54 51 1 166 61 39
Octal 374 51 57 0 124 121 1 546 141 71
Binary 11111100 101001 101111 0 1010100 1010001 1 101100110 1100001 111001

Color Harmonies of #FC292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC292F

Black with #FC292F

Text Example


Text Example

White with #FC292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC292F; }

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

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

background-color css

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

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

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

border-color css

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

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

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