Html Css Color HEX #FD2548 Amaranth

📋 copy color: '#FD2548'

red 253 ◦ green 37 ◦ blue 72

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

Shades of Amaranth #FD2548

Tints of Amaranth #FD2548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.89%

R = 69.89%
G = 10.22%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FD2548 (or 0xFD2548) is known color: Amaranth. HEX triplet: FD, 25 and 48. RGB value is (253,37,72). Sum of RGB (Red+Green+Blue) = 253+37+72=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2548 is #02DAB7. Grayscale: #696969. Windows color (decimal): -187064 or 4728317. OLE color: 4728317.

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

Color convert

RGB 253 37 72 -
CMYK 0 0.85 0.72 0.01
HSL 350.28º 0.98% 0.57% -
HSV(B) 350.28º 0.85% 0.99% -
XYZ 42.34 22.67 8.28 -
YUV 105.57 109.06 233.15 -
System Red Green Blue C M Y K H S L
Decimal 253 37 72 0 0.85 0.72 0.01 350.28 0.98 0.57
Hex FD 25 48 0 55 48 1 15E 62 39
Octal 375 45 110 0 125 110 1 536 142 71
Binary 11111101 100101 1001000 0 1010101 1001000 1 101011110 1100010 111001

Color Harmonies of #FD2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2548

Black with #FD2548

Text Example


Text Example

White with #FD2548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2548; }

 p { color: rgb(253,37,72); }

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

background-color css

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

 a { background-color: rgb(253,37,72); }

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

border-color css

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

 span { border-color: rgb(253,37,72); }

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