Html Css Color HEX #D62449 Amaranth

📋 copy color: '#D62449'

red 214 ◦ green 36 ◦ blue 73

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

Shades of Amaranth #D62449

Tints of Amaranth #D62449

RGB

 RED value IS 214 (83.98% from 255) = 66.25%

 GREEN value IS 36 (14.45% from 255) = 11.15%

 BLUE value IS 73 (28.91% from 255) = 22.6%

R = 66.25%
G = 11.15%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D62449 (or 0xD62449) is known color: Amaranth. HEX triplet: D6, 24 and 49. RGB value is (214,36,73). Sum of RGB (Red+Green+Blue) = 214+36+73=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D62449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62449 is #29DBB6. Grayscale: #5D5D5D. Windows color (decimal): -2743223 or 4793558. OLE color: 4793558.

HSL color Cylindrical-coordinate representation of color #D62449: hue angle of 347.53º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62449 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 36 73 -
CMYK 0 0.83 0.66 0.16
HSL 347.53º 0.71% 0.49% -
HSV(B) 347.53º 0.83% 0.84% -
XYZ 29.57 16.04 7.84 -
YUV 93.44 116.47 213.99 -
System Red Green Blue C M Y K H S L
Decimal 214 36 73 0 0.83 0.66 0.16 347.53 0.71 0.49
Hex D6 24 49 0 53 42 10 15C 47 31
Octal 326 44 111 0 123 102 20 534 107 61
Binary 11010110 100100 1001001 0 1010011 1000010 10000 101011100 1000111 110001

Color Harmonies of #D62449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62449

Black with #D62449

Text Example


Text Example

White with #D62449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62449; }

 p { color: rgb(214,36,73); }

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

background-color css

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

 a { background-color: rgb(214,36,73); }

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

border-color css

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

 span { border-color: rgb(214,36,73); }

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