Html Css Color HEX #D62951 Amaranth

📋 copy color: '#D62951'

red 214 ◦ green 41 ◦ blue 81

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

Shades of Amaranth #D62951

Tints of Amaranth #D62951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.11%

R = 63.69%
G = 12.2%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D62951 (or 0xD62951) is known color: Amaranth. HEX triplet: D6, 29 and 51. RGB value is (214,41,81). Sum of RGB (Red+Green+Blue) = 214+41+81=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D62951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62951 is #29D6AE. Grayscale: #616161. Windows color (decimal): -2741935 or 5319126. OLE color: 5319126.

HSL color Cylindrical-coordinate representation of color #D62951: hue angle of 346.13º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62951 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 41 81 -
CMYK 0 0.81 0.62 0.16
HSL 346.13º 0.68% 0.5% -
HSV(B) 346.13º 0.81% 0.84% -
XYZ 30.01 16.48 9.38 -
YUV 97.29 118.81 211.25 -
System Red Green Blue C M Y K H S L
Decimal 214 41 81 0 0.81 0.62 0.16 346.13 0.68 0.5
Hex D6 29 51 0 51 3E 10 15A 44 32
Octal 326 51 121 0 121 76 20 532 104 62
Binary 11010110 101001 1010001 0 1010001 111110 10000 101011010 1000100 110010

Color Harmonies of #D62951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62951

Black with #D62951

Text Example


Text Example

White with #D62951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62951; }

 p { color: rgb(214,41,81); }

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

background-color css

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

 a { background-color: rgb(214,41,81); }

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

border-color css

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

 span { border-color: rgb(214,41,81); }

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