Html Css Color HEX #D62D52 Amaranth

📋 copy color: '#D62D52'

red 214 ◦ green 45 ◦ blue 82

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

Shades of Amaranth #D62D52

Tints of Amaranth #D62D52

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.2%

 BLUE value IS 82 (32.42% from 255) = 24.05%

R = 62.76%
G = 13.2%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D62D52 (or 0xD62D52) is known color: Amaranth. HEX triplet: D6, 2D and 52. RGB value is (214,45,82). Sum of RGB (Red+Green+Blue) = 214+45+82=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62D52 is #29D2AD. Grayscale: #636363. Windows color (decimal): -2740910 or 5385686. OLE color: 5385686.

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

Color convert

RGB 214 45 82 -
CMYK 0 0.79 0.62 0.16
HSL 346.86º 0.67% 0.51% -
HSV(B) 346.86º 0.79% 0.84% -
XYZ 30.19 16.78 9.63 -
YUV 99.75 117.99 209.49 -
System Red Green Blue C M Y K H S L
Decimal 214 45 82 0 0.79 0.62 0.16 346.86 0.67 0.51
Hex D6 2D 52 0 4F 3E 10 15B 43 33
Octal 326 55 122 0 117 76 20 533 103 63
Binary 11010110 101101 1010010 0 1001111 111110 10000 101011011 1000011 110011

Color Harmonies of #D62D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62D52

Black with #D62D52

Text Example


Text Example

White with #D62D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62D52; }

 p { color: rgb(214,45,82); }

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

background-color css

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

 a { background-color: rgb(214,45,82); }

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

border-color css

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

 span { border-color: rgb(214,45,82); }

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