Html Css Color HEX #D3294E Amaranth

📋 copy color: '#D3294E'

red 211 ◦ green 41 ◦ blue 78

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

Shades of Amaranth #D3294E

Tints of Amaranth #D3294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.64%

R = 63.94%
G = 12.42%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D3294E (or 0xD3294E) is known color: Amaranth. HEX triplet: D3, 29 and 4E. RGB value is (211,41,78). Sum of RGB (Red+Green+Blue) = 211+41+78=330 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.94% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 211 - color contains mainly: red. Hex color #D3294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3294E is #2CD6B1. Grayscale: #606060. Windows color (decimal): -2938546 or 5122515. OLE color: 5122515.

HSL color Cylindrical-coordinate representation of color #D3294E: hue angle of 346.94º 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 #D3294E is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 41 78 -
CMYK 0 0.81 0.63 0.17
HSL 346.94º 0.67% 0.49% -
HSV(B) 346.94º 0.81% 0.83% -
XYZ 29.03 15.98 8.76 -
YUV 96.05 117.82 209.99 -
System Red Green Blue C M Y K H S L
Decimal 211 41 78 0 0.81 0.63 0.17 346.94 0.67 0.49
Hex D3 29 4E 0 51 3F 11 15B 43 31
Octal 323 51 116 0 121 77 21 533 103 61
Binary 11010011 101001 1001110 0 1010001 111111 10001 101011011 1000011 110001

Color Harmonies of #D3294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3294E

Black with #D3294E

Text Example


Text Example

White with #D3294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3294E; }

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

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

background-color css

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

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

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

border-color css

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

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

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