Html Css Color HEX #D4304D Amaranth

📋 copy color: '#D4304D'

red 212 ◦ green 48 ◦ blue 77

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

Shades of Amaranth #D4304D

Tints of Amaranth #D4304D

RGB

 RED value IS 212 (83.2% from 255) = 62.91%

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

 BLUE value IS 77 (30.47% from 255) = 22.85%

R = 62.91%
G = 14.24%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4304D (or 0xD4304D) is known color: Amaranth. HEX triplet: D4, 30 and 4D. RGB value is (212,48,77). Sum of RGB (Red+Green+Blue) = 212+48+77=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D4304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4304D is #2BCFB2. Grayscale: #646464. Windows color (decimal): -2871219 or 5058772. OLE color: 5058772.

HSL color Cylindrical-coordinate representation of color #D4304D: hue angle of 349.39º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4304D is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 77 -
CMYK 0 0.77 0.64 0.17
HSL 349.39º 0.66% 0.51% -
HSV(B) 349.39º 0.77% 0.83% -
XYZ 29.55 16.65 8.68 -
YUV 100.34 114.83 207.64 -
System Red Green Blue C M Y K H S L
Decimal 212 48 77 0 0.77 0.64 0.17 349.39 0.66 0.51
Hex D4 30 4D 0 4D 40 11 15D 42 33
Octal 324 60 115 0 115 100 21 535 102 63
Binary 11010100 110000 1001101 0 1001101 1000000 10001 101011101 1000010 110011

Color Harmonies of #D4304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4304D

Black with #D4304D

Text Example


Text Example

White with #D4304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4304D; }

 p { color: rgb(212,48,77); }

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

background-color css

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

 a { background-color: rgb(212,48,77); }

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

border-color css

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

 span { border-color: rgb(212,48,77); }

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