Html Css Color HEX #FD2847 Amaranth

📋 copy color: '#FD2847'

red 253 ◦ green 40 ◦ blue 71

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

Shades of Amaranth #FD2847

Tints of Amaranth #FD2847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.99%

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

R = 69.51%
G = 10.99%
B = 19.51%

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

#FD2847 (or 0xFD2847) is known color: Amaranth. HEX triplet: FD, 28 and 47. RGB value is (253,40,71). Sum of RGB (Red+Green+Blue) = 253+40+71=364 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.51% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2847 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2847 is #02D7B8. Grayscale: #6B6B6B. Windows color (decimal): -186297 or 4663549. OLE color: 4663549.

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

Color convert

RGB 253 40 71 -
CMYK 0 0.84 0.72 0.01
HSL 351.27º 0.98% 0.57% -
HSV(B) 351.27º 0.84% 0.99% -
XYZ 42.4 22.86 8.14 -
YUV 107.22 107.57 231.98 -
System Red Green Blue C M Y K H S L
Decimal 253 40 71 0 0.84 0.72 0.01 351.27 0.98 0.57
Hex FD 28 47 0 54 48 1 15F 62 39
Octal 375 50 107 0 124 110 1 537 142 71
Binary 11111101 101000 1000111 0 1010100 1001000 1 101011111 1100010 111001

Color Harmonies of #FD2847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2847

Black with #FD2847

Text Example


Text Example

White with #FD2847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2847; }

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

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

background-color css

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

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

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

border-color css

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

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

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