Html Css Color HEX #D62D54 Amaranth

📋 copy color: '#D62D54'

red 214 ◦ green 45 ◦ blue 84

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

Shades of Amaranth #D62D54

Tints of Amaranth #D62D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.49%

R = 62.39%
G = 13.12%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D62D54 (or 0xD62D54) is known color: Amaranth. HEX triplet: D6, 2D and 54. RGB value is (214,45,84). Sum of RGB (Red+Green+Blue) = 214+45+84=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62D54 is #29D2AB. Grayscale: #636363. Windows color (decimal): -2740908 or 5516758. OLE color: 5516758.

HSL color Cylindrical-coordinate representation of color #D62D54: hue angle of 346.15º 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 #D62D54 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 45 84 -
CMYK 0 0.79 0.61 0.16
HSL 346.15º 0.67% 0.51% -
HSV(B) 346.15º 0.79% 0.84% -
XYZ 30.27 16.81 10.04 -
YUV 99.98 118.99 209.33 -
System Red Green Blue C M Y K H S L
Decimal 214 45 84 0 0.79 0.61 0.16 346.15 0.67 0.51
Hex D6 2D 54 0 4F 3D 10 15A 43 33
Octal 326 55 124 0 117 75 20 532 103 63
Binary 11010110 101101 1010100 0 1001111 111101 10000 101011010 1000011 110011

Color Harmonies of #D62D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62D54

Black with #D62D54

Text Example


Text Example

White with #D62D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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