Html Css Color HEX #D62554 Amaranth

📋 copy color: '#D62554'

red 214 ◦ green 37 ◦ blue 84

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

Shades of Amaranth #D62554

Tints of Amaranth #D62554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

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

R = 63.88%
G = 11.04%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D62554 (or 0xD62554) is known color: Amaranth. HEX triplet: D6, 25 and 54. RGB value is (214,37,84). Sum of RGB (Red+Green+Blue) = 214+37+84=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D62554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62554 is #29DAAB. Grayscale: #5F5F5F. Windows color (decimal): -2742956 or 5514710. OLE color: 5514710.

HSL color Cylindrical-coordinate representation of color #D62554: hue angle of 344.07º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62554 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 37 84 -
CMYK 0 0.83 0.61 0.16
HSL 344.07º 0.71% 0.49% -
HSV(B) 344.07º 0.83% 0.84% -
XYZ 29.99 16.26 9.95 -
YUV 95.28 121.64 212.68 -
System Red Green Blue C M Y K H S L
Decimal 214 37 84 0 0.83 0.61 0.16 344.07 0.71 0.49
Hex D6 25 54 0 53 3D 10 158 47 31
Octal 326 45 124 0 123 75 20 530 107 61
Binary 11010110 100101 1010100 0 1010011 111101 10000 101011000 1000111 110001

Color Harmonies of #D62554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62554

Black with #D62554

Text Example


Text Example

White with #D62554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62554; }

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

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

background-color css

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

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

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

border-color css

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

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

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