Html Css Color HEX #FD2947 Amaranth

📋 copy color: '#FD2947'

red 253 ◦ green 41 ◦ blue 71

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

Shades of Amaranth #FD2947

Tints of Amaranth #FD2947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.23%

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

R = 69.32%
G = 11.23%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FD2947 (or 0xFD2947) is known color: Amaranth. HEX triplet: FD, 29 and 47. RGB value is (253,41,71). Sum of RGB (Red+Green+Blue) = 253+41+71=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2947 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2947 is #02D6B8. Grayscale: #6B6B6B. Windows color (decimal): -186041 or 4663805. OLE color: 4663805.

HSL color Cylindrical-coordinate representation of color #FD2947: hue angle of 351.51º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD2947 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 41 71 -
CMYK 0 0.84 0.72 0.01
HSL 351.51º 0.98% 0.58% -
HSV(B) 351.51º 0.84% 0.99% -
XYZ 42.44 22.92 8.15 -
YUV 107.81 107.24 231.56 -
System Red Green Blue C M Y K H S L
Decimal 253 41 71 0 0.84 0.72 0.01 351.51 0.98 0.58
Hex FD 29 47 0 54 48 1 160 62 3A
Octal 375 51 107 0 124 110 1 540 142 72
Binary 11111101 101001 1000111 0 1010100 1001000 1 101100000 1100010 111010

Color Harmonies of #FD2947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2947

Black with #FD2947

Text Example


Text Example

White with #FD2947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2947; }

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

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

background-color css

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

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

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

border-color css

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

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

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