Html Css Color HEX #D3294D Amaranth

📋 copy color: '#D3294D'

red 211 ◦ green 41 ◦ blue 77

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

Shades of Amaranth #D3294D

Tints of Amaranth #D3294D

RGB

 RED value IS 211 (82.81% from 255) = 64.13%

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

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 64.13%
G = 12.46%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3294D (or 0xD3294D) is known color: Amaranth. HEX triplet: D3, 29 and 4D. RGB value is (211,41,77). Sum of RGB (Red+Green+Blue) = 211+41+77=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D3294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3294D is #2CD6B2. Grayscale: #5F5F5F. Windows color (decimal): -2938547 or 5056979. OLE color: 5056979.

HSL color Cylindrical-coordinate representation of color #D3294D: hue angle of 347.29º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3294D is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 41 77 -
CMYK 0 0.81 0.64 0.17
HSL 347.29º 0.67% 0.49% -
HSV(B) 347.29º 0.81% 0.83% -
XYZ 29 15.97 8.58 -
YUV 95.93 117.32 210.07 -
System Red Green Blue C M Y K H S L
Decimal 211 41 77 0 0.81 0.64 0.17 347.29 0.67 0.49
Hex D3 29 4D 0 51 40 11 15B 43 31
Octal 323 51 115 0 121 100 21 533 103 61
Binary 11010011 101001 1001101 0 1010001 1000000 10001 101011011 1000011 110001

Color Harmonies of #D3294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3294D

Black with #D3294D

Text Example


Text Example

White with #D3294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3294D; }

 p { color: rgb(211,41,77); }

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

background-color css

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

 a { background-color: rgb(211,41,77); }

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

border-color css

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

 span { border-color: rgb(211,41,77); }

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