Html Css Color HEX #FD2747 Amaranth

📋 copy color: '#FD2747'

red 253 ◦ green 39 ◦ blue 71

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

Shades of Amaranth #FD2747

Tints of Amaranth #FD2747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.74%

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 69.7%
G = 10.74%
B = 19.56%

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

#FD2747 (or 0xFD2747) is known color: Amaranth. HEX triplet: FD, 27 and 47. RGB value is (253,39,71). Sum of RGB (Red+Green+Blue) = 253+39+71=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2747 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2747 is #02D8B8. Grayscale: #6A6A6A. Windows color (decimal): -186553 or 4663293. OLE color: 4663293.

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

Color convert

RGB 253 39 71 -
CMYK 0 0.85 0.72 0.01
HSL 351.03º 0.98% 0.57% -
HSV(B) 351.03º 0.85% 0.99% -
XYZ 42.37 22.79 8.13 -
YUV 106.63 107.9 232.4 -
System Red Green Blue C M Y K H S L
Decimal 253 39 71 0 0.85 0.72 0.01 351.03 0.98 0.57
Hex FD 27 47 0 55 48 1 15F 62 39
Octal 375 47 107 0 125 110 1 537 142 71
Binary 11111101 100111 1000111 0 1010101 1001000 1 101011111 1100010 111001

Color Harmonies of #FD2747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2747

Black with #FD2747

Text Example


Text Example

White with #FD2747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2747; }

 p { color: rgb(253,39,71); }

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

background-color css

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

 a { background-color: rgb(253,39,71); }

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

border-color css

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

 span { border-color: rgb(253,39,71); }

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