Html Css Color HEX #D7304A Amaranth

📋 copy color: '#D7304A'

red 215 ◦ green 48 ◦ blue 74

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

Shades of Amaranth #D7304A

Tints of Amaranth #D7304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.24%

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

R = 63.8%
G = 14.24%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7304A (or 0xD7304A) is known color: Amaranth. HEX triplet: D7, 30 and 4A. RGB value is (215,48,74). Sum of RGB (Red+Green+Blue) = 215+48+74=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D7304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7304A is #28CFB5. Grayscale: #646464. Windows color (decimal): -2674614 or 4862167. OLE color: 4862167.

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

Color convert

RGB 215 48 74 -
CMYK 0 0.78 0.66 0.16
HSL 350.66º 0.68% 0.52% -
HSV(B) 350.66º 0.78% 0.84% -
XYZ 30.32 17.06 8.17 -
YUV 100.9 112.83 209.39 -
System Red Green Blue C M Y K H S L
Decimal 215 48 74 0 0.78 0.66 0.16 350.66 0.68 0.52
Hex D7 30 4A 0 4E 42 10 15F 44 34
Octal 327 60 112 0 116 102 20 537 104 64
Binary 11010111 110000 1001010 0 1001110 1000010 10000 101011111 1000100 110100

Color Harmonies of #D7304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7304A

Black with #D7304A

Text Example


Text Example

White with #D7304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7304A; }

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

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

background-color css

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

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

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

border-color css

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

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

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