Html Css Color HEX #FD2249 Amaranth

📋 copy color: '#FD2249'

red 253 ◦ green 34 ◦ blue 73

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

Shades of Amaranth #FD2249

Tints of Amaranth #FD2249

RGB

 RED value IS 253 (99.22% from 255) = 70.28%

 GREEN value IS 34 (13.67% from 255) = 9.44%

 BLUE value IS 73 (28.91% from 255) = 20.28%

R = 70.28%
G = 9.44%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD2249 (or 0xFD2249) is known color: Amaranth. HEX triplet: FD, 22 and 49. RGB value is (253,34,73). Sum of RGB (Red+Green+Blue) = 253+34+73=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2249 is #02DDB6. Grayscale: #676767. Windows color (decimal): -187831 or 4793085. OLE color: 4793085.

HSL color Cylindrical-coordinate representation of color #FD2249: hue angle of 349.32º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD2249 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 34 73 -
CMYK 0 0.87 0.71 0.01
HSL 349.32º 0.98% 0.56% -
HSV(B) 349.32º 0.87% 0.99% -
XYZ 42.28 22.51 8.42 -
YUV 103.93 110.55 234.33 -
System Red Green Blue C M Y K H S L
Decimal 253 34 73 0 0.87 0.71 0.01 349.32 0.98 0.56
Hex FD 22 49 0 57 47 1 15D 62 38
Octal 375 42 111 0 127 107 1 535 142 70
Binary 11111101 100010 1001001 0 1010111 1000111 1 101011101 1100010 111000

Color Harmonies of #FD2249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2249

Black with #FD2249

Text Example


Text Example

White with #FD2249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2249; }

 p { color: rgb(253,34,73); }

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

background-color css

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

 a { background-color: rgb(253,34,73); }

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

border-color css

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

 span { border-color: rgb(253,34,73); }

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