Html Css Color HEX #D7384A Amaranth

📋 copy color: '#D7384A'

red 215 ◦ green 56 ◦ blue 74

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

Shades of Amaranth #D7384A

Tints of Amaranth #D7384A

RGB

 RED value IS 215 (84.38% from 255) = 62.32%

 GREEN value IS 56 (22.27% from 255) = 16.23%

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 62.32%
G = 16.23%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7384A (or 0xD7384A) is known color: Amaranth. HEX triplet: D7, 38 and 4A. RGB value is (215,56,74). Sum of RGB (Red+Green+Blue) = 215+56+74=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7384A is #28C7B5. Grayscale: #696969. Windows color (decimal): -2672566 or 4864215. OLE color: 4864215.

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

Color convert

RGB 215 56 74 -
CMYK 0 0.74 0.66 0.16
HSL 353.21º 0.67% 0.53% -
HSV(B) 353.21º 0.74% 0.84% -
XYZ 30.67 17.77 8.29 -
YUV 105.59 110.18 206.04 -
System Red Green Blue C M Y K H S L
Decimal 215 56 74 0 0.74 0.66 0.16 353.21 0.67 0.53
Hex D7 38 4A 0 4A 42 10 161 43 35
Octal 327 70 112 0 112 102 20 541 103 65
Binary 11010111 111000 1001010 0 1001010 1000010 10000 101100001 1000011 110101

Color Harmonies of #D7384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7384A

Black with #D7384A

Text Example


Text Example

White with #D7384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7384A; }

 p { color: rgb(215,56,74); }

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

background-color css

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

 a { background-color: rgb(215,56,74); }

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

border-color css

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

 span { border-color: rgb(215,56,74); }

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