Html Css Color HEX #D62851 Amaranth

📋 copy color: '#D62851'

red 214 ◦ green 40 ◦ blue 81

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

Shades of Amaranth #D62851

Tints of Amaranth #D62851

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.94%

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

R = 63.88%
G = 11.94%
B = 24.18%

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

#D62851 (or 0xD62851) is known color: Amaranth. HEX triplet: D6, 28 and 51. RGB value is (214,40,81). Sum of RGB (Red+Green+Blue) = 214+40+81=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D62851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62851 is #29D7AE. Grayscale: #606060. Windows color (decimal): -2742191 or 5318870. OLE color: 5318870.

HSL color Cylindrical-coordinate representation of color #D62851: hue angle of 345.86º degrees, saturation: 0.69, 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 #D62851 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 40 81 -
CMYK 0 0.81 0.62 0.16
HSL 345.86º 0.69% 0.5% -
HSV(B) 345.86º 0.81% 0.84% -
XYZ 29.98 16.41 9.37 -
YUV 96.7 119.15 211.67 -
System Red Green Blue C M Y K H S L
Decimal 214 40 81 0 0.81 0.62 0.16 345.86 0.69 0.5
Hex D6 28 51 0 51 3E 10 15A 45 32
Octal 326 50 121 0 121 76 20 532 105 62
Binary 11010110 101000 1010001 0 1010001 111110 10000 101011010 1000101 110010

Color Harmonies of #D62851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62851

Black with #D62851

Text Example


Text Example

White with #D62851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62851; }

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

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

background-color css

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

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

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

border-color css

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

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

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