Html Css Color HEX #FD2746 Amaranth

📋 copy color: '#FD2746'

red 253 ◦ green 39 ◦ blue 70

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

Shades of Amaranth #FD2746

Tints of Amaranth #FD2746

RGB

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

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

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

R = 69.89%
G = 10.77%
B = 19.34%

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

#FD2746 (or 0xFD2746) is known color: Amaranth. HEX triplet: FD, 27 and 46. RGB value is (253,39,70). Sum of RGB (Red+Green+Blue) = 253+39+70=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2746 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2746 is #02D8B9. Grayscale: #6A6A6A. Windows color (decimal): -186554 or 4597757. OLE color: 4597757.

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

Color convert

RGB 253 39 70 -
CMYK 0 0.85 0.72 0.01
HSL 351.31º 0.98% 0.57% -
HSV(B) 351.31º 0.85% 0.99% -
XYZ 42.34 22.78 7.96 -
YUV 106.52 107.4 232.48 -
System Red Green Blue C M Y K H S L
Decimal 253 39 70 0 0.85 0.72 0.01 351.31 0.98 0.57
Hex FD 27 46 0 55 48 1 15F 62 39
Octal 375 47 106 0 125 110 1 537 142 71
Binary 11111101 100111 1000110 0 1010101 1001000 1 101011111 1100010 111001

Color Harmonies of #FD2746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2746

Black with #FD2746

Text Example


Text Example

White with #FD2746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2746; }

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

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

background-color css

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

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

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

border-color css

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

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

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