Html Css Color HEX #FD2648 Amaranth

📋 copy color: '#FD2648'

red 253 ◦ green 38 ◦ blue 72

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

Shades of Amaranth #FD2648

Tints of Amaranth #FD2648

RGB

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

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

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

R = 69.7%
G = 10.47%
B = 19.83%

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

#FD2648 (or 0xFD2648) is known color: Amaranth. HEX triplet: FD, 26 and 48. RGB value is (253,38,72). Sum of RGB (Red+Green+Blue) = 253+38+72=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2648 is #02D9B7. Grayscale: #6A6A6A. Windows color (decimal): -186808 or 4728573. OLE color: 4728573.

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

Color convert

RGB 253 38 72 -
CMYK 0 0.85 0.72 0.01
HSL 350.51º 0.98% 0.57% -
HSV(B) 350.51º 0.85% 0.99% -
XYZ 42.37 22.74 8.29 -
YUV 106.16 108.73 232.74 -
System Red Green Blue C M Y K H S L
Decimal 253 38 72 0 0.85 0.72 0.01 350.51 0.98 0.57
Hex FD 26 48 0 55 48 1 15F 62 39
Octal 375 46 110 0 125 110 1 537 142 71
Binary 11111101 100110 1001000 0 1010101 1001000 1 101011111 1100010 111001

Color Harmonies of #FD2648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2648

Black with #FD2648

Text Example


Text Example

White with #FD2648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2648; }

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

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

background-color css

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

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

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

border-color css

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

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

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