Html Css Color HEX #FD2149 Amaranth

📋 copy color: '#FD2149'

red 253 ◦ green 33 ◦ blue 73

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

Shades of Amaranth #FD2149

Tints of Amaranth #FD2149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.19%

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

R = 70.47%
G = 9.19%
B = 20.33%

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

#FD2149 (or 0xFD2149) is known color: Amaranth. HEX triplet: FD, 21 and 49. RGB value is (253,33,73). Sum of RGB (Red+Green+Blue) = 253+33+73=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2149 is #02DEB6. Grayscale: #676767. Windows color (decimal): -188087 or 4792829. OLE color: 4792829.

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

Color convert

RGB 253 33 73 -
CMYK 0 0.87 0.71 0.01
HSL 349.09º 0.98% 0.56% -
HSV(B) 349.09º 0.87% 0.99% -
XYZ 42.25 22.45 8.41 -
YUV 103.34 110.89 234.75 -
System Red Green Blue C M Y K H S L
Decimal 253 33 73 0 0.87 0.71 0.01 349.09 0.98 0.56
Hex FD 21 49 0 57 47 1 15D 62 38
Octal 375 41 111 0 127 107 1 535 142 70
Binary 11111101 100001 1001001 0 1010111 1000111 1 101011101 1100010 111000

Color Harmonies of #FD2149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2149

Black with #FD2149

Text Example


Text Example

White with #FD2149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2149; }

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

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

background-color css

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

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

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

border-color css

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

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

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