Html Css Color HEX #FD2649 Amaranth

📋 copy color: '#FD2649'

red 253 ◦ green 38 ◦ blue 73

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

Shades of Amaranth #FD2649

Tints of Amaranth #FD2649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.44%

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

R = 69.51%
G = 10.44%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD2649 (or 0xFD2649) is known color: Amaranth. HEX triplet: FD, 26 and 49. RGB value is (253,38,73). Sum of RGB (Red+Green+Blue) = 253+38+73=364 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.51% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2649 is #02D9B6. Grayscale: #6A6A6A. Windows color (decimal): -186807 or 4794109. OLE color: 4794109.

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

Color convert

RGB 253 38 73 -
CMYK 0 0.85 0.71 0.01
HSL 350.23º 0.98% 0.57% -
HSV(B) 350.23º 0.85% 0.99% -
XYZ 42.4 22.75 8.46 -
YUV 106.28 109.23 232.65 -
System Red Green Blue C M Y K H S L
Decimal 253 38 73 0 0.85 0.71 0.01 350.23 0.98 0.57
Hex FD 26 49 0 55 47 1 15E 62 39
Octal 375 46 111 0 125 107 1 536 142 71
Binary 11111101 100110 1001001 0 1010101 1000111 1 101011110 1100010 111001

Color Harmonies of #FD2649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2649

Black with #FD2649

Text Example


Text Example

White with #FD2649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2649; }

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

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

background-color css

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

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

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

border-color css

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

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

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