Html Css Color HEX #D62751 Amaranth

📋 copy color: '#D62751'

red 214 ◦ green 39 ◦ blue 81

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

Shades of Amaranth #D62751

Tints of Amaranth #D62751

RGB

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

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

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

R = 64.07%
G = 11.68%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D62751 (or 0xD62751) is known color: Amaranth. HEX triplet: D6, 27 and 51. RGB value is (214,39,81). Sum of RGB (Red+Green+Blue) = 214+39+81=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D62751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62751 is #29D8AE. Grayscale: #606060. Windows color (decimal): -2742447 or 5318614. OLE color: 5318614.

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

Color convert

RGB 214 39 81 -
CMYK 0 0.82 0.62 0.16
HSL 345.6º 0.69% 0.5% -
HSV(B) 345.6º 0.82% 0.84% -
XYZ 29.94 16.34 9.36 -
YUV 96.11 119.48 212.08 -
System Red Green Blue C M Y K H S L
Decimal 214 39 81 0 0.82 0.62 0.16 345.6 0.69 0.5
Hex D6 27 51 0 52 3E 10 15A 45 32
Octal 326 47 121 0 122 76 20 532 105 62
Binary 11010110 100111 1010001 0 1010010 111110 10000 101011010 1000101 110010

Color Harmonies of #D62751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62751

Black with #D62751

Text Example


Text Example

White with #D62751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62751; }

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

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

background-color css

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

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

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

border-color css

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

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

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