Html Css Color HEX #FD2546 Amaranth

📋 copy color: '#FD2546'

red 253 ◦ green 37 ◦ blue 70

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

Shades of Amaranth #FD2546

Tints of Amaranth #FD2546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.44%

R = 70.28%
G = 10.28%
B = 19.44%

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

#FD2546 (or 0xFD2546) is known color: Amaranth. HEX triplet: FD, 25 and 46. RGB value is (253,37,70). Sum of RGB (Red+Green+Blue) = 253+37+70=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2546 is #02DAB9. Grayscale: #696969. Windows color (decimal): -187066 or 4597245. OLE color: 4597245.

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

Color convert

RGB 253 37 70 -
CMYK 0 0.85 0.72 0.01
HSL 350.83º 0.98% 0.57% -
HSV(B) 350.83º 0.85% 0.99% -
XYZ 42.28 22.65 7.94 -
YUV 105.35 108.06 233.32 -
System Red Green Blue C M Y K H S L
Decimal 253 37 70 0 0.85 0.72 0.01 350.83 0.98 0.57
Hex FD 25 46 0 55 48 1 15F 62 39
Octal 375 45 106 0 125 110 1 537 142 71
Binary 11111101 100101 1000110 0 1010101 1001000 1 101011111 1100010 111001

Color Harmonies of #FD2546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2546

Black with #FD2546

Text Example


Text Example

White with #FD2546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2546; }

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

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

background-color css

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

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

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

border-color css

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

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

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