Html Css Color HEX #FC2845 Amaranth

📋 copy color: '#FC2845'

red 252 ◦ green 40 ◦ blue 69

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

Shades of Amaranth #FC2845

Tints of Amaranth #FC2845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.08%

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 69.81%
G = 11.08%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC2845 (or 0xFC2845) is known color: Amaranth. HEX triplet: FC, 28 and 45. RGB value is (252,40,69). Sum of RGB (Red+Green+Blue) = 252+40+69=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2845 is #03D7BA. Grayscale: #6A6A6A. Windows color (decimal): -251835 or 4532476. OLE color: 4532476.

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

Color convert

RGB 252 40 69 -
CMYK 0 0.84 0.73 0.01
HSL 351.79º 0.97% 0.57% -
HSV(B) 351.79º 0.84% 0.99% -
XYZ 41.98 22.64 7.79 -
YUV 106.69 106.74 231.64 -
System Red Green Blue C M Y K H S L
Decimal 252 40 69 0 0.84 0.73 0.01 351.79 0.97 0.57
Hex FC 28 45 0 54 49 1 160 61 39
Octal 374 50 105 0 124 111 1 540 141 71
Binary 11111100 101000 1000101 0 1010100 1001001 1 101100000 1100001 111001

Color Harmonies of #FC2845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2845

Black with #FC2845

Text Example


Text Example

White with #FC2845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2845; }

 p { color: rgb(252,40,69); }

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

background-color css

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

 a { background-color: rgb(252,40,69); }

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

border-color css

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

 span { border-color: rgb(252,40,69); }

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