Html Css Color HEX #D62447 Amaranth

📋 copy color: '#D62447'

red 214 ◦ green 36 ◦ blue 71

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

Shades of Amaranth #D62447

Tints of Amaranth #D62447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

 BLUE value IS 71 (28.13% from 255) = 22.12%

R = 66.67%
G = 11.21%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D62447 (or 0xD62447) is known color: Amaranth. HEX triplet: D6, 24 and 47. RGB value is (214,36,71). Sum of RGB (Red+Green+Blue) = 214+36+71=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D62447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62447 is #29DBB8. Grayscale: #5D5D5D. Windows color (decimal): -2743225 or 4662486. OLE color: 4662486.

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

Color convert

RGB 214 36 71 -
CMYK 0 0.83 0.67 0.16
HSL 348.2º 0.71% 0.49% -
HSV(B) 348.2º 0.83% 0.84% -
XYZ 29.5 16.01 7.5 -
YUV 93.21 115.47 214.15 -
System Red Green Blue C M Y K H S L
Decimal 214 36 71 0 0.83 0.67 0.16 348.2 0.71 0.49
Hex D6 24 47 0 53 43 10 15C 47 31
Octal 326 44 107 0 123 103 20 534 107 61
Binary 11010110 100100 1000111 0 1010011 1000011 10000 101011100 1000111 110001

Color Harmonies of #D62447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62447

Black with #D62447

Text Example


Text Example

White with #D62447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62447; }

 p { color: rgb(214,36,71); }

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

background-color css

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

 a { background-color: rgb(214,36,71); }

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

border-color css

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

 span { border-color: rgb(214,36,71); }

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