Html Css Color HEX #FC2545 Amaranth

📋 copy color: '#FC2545'

red 252 ◦ green 37 ◦ blue 69

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

Shades of Amaranth #FC2545

Tints of Amaranth #FC2545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.34%

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

R = 70.39%
G = 10.34%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC2545 (or 0xFC2545) is known color: Amaranth. HEX triplet: FC, 25 and 45. RGB value is (252,37,69). Sum of RGB (Red+Green+Blue) = 252+37+69=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2545 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2545 is #03DABA. Grayscale: #696969. Windows color (decimal): -252603 or 4531708. OLE color: 4531708.

HSL color Cylindrical-coordinate representation of color #FC2545: hue angle of 351.07º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2545 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 37 69 -
CMYK 0 0.85 0.73 0.01
HSL 351.07º 0.97% 0.57% -
HSV(B) 351.07º 0.85% 0.99% -
XYZ 41.88 22.45 7.76 -
YUV 104.93 107.73 232.9 -
System Red Green Blue C M Y K H S L
Decimal 252 37 69 0 0.85 0.73 0.01 351.07 0.97 0.57
Hex FC 25 45 0 55 49 1 15F 61 39
Octal 374 45 105 0 125 111 1 537 141 71
Binary 11111100 100101 1000101 0 1010101 1001001 1 101011111 1100001 111001

Color Harmonies of #FC2545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2545

Black with #FC2545

Text Example


Text Example

White with #FC2545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2545; }

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

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

background-color css

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

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

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

border-color css

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

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

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