Html Css Color HEX #D4354F Amaranth

📋 copy color: '#D4354F'

red 212 ◦ green 53 ◦ blue 79

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

Shades of Amaranth #D4354F

Tints of Amaranth #D4354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.41%

 BLUE value IS 79 (31.25% from 255) = 22.97%

R = 61.63%
G = 15.41%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4354F (or 0xD4354F) is known color: Amaranth. HEX triplet: D4, 35 and 4F. RGB value is (212,53,79). Sum of RGB (Red+Green+Blue) = 212+53+79=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D4354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4354F is #2BCAB0. Grayscale: #676767. Windows color (decimal): -2869937 or 5191124. OLE color: 5191124.

HSL color Cylindrical-coordinate representation of color #D4354F: hue angle of 350.19º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4354F is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 53 79 -
CMYK 0 0.75 0.63 0.17
HSL 350.19º 0.65% 0.52% -
HSV(B) 350.19º 0.75% 0.83% -
XYZ 29.84 17.11 9.13 -
YUV 103.51 114.18 205.39 -
System Red Green Blue C M Y K H S L
Decimal 212 53 79 0 0.75 0.63 0.17 350.19 0.65 0.52
Hex D4 35 4F 0 4B 3F 11 15E 41 34
Octal 324 65 117 0 113 77 21 536 101 64
Binary 11010100 110101 1001111 0 1001011 111111 10001 101011110 1000001 110100

Color Harmonies of #D4354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4354F

Black with #D4354F

Text Example


Text Example

White with #D4354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4354F; }

 p { color: rgb(212,53,79); }

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

background-color css

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

 a { background-color: rgb(212,53,79); }

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

border-color css

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

 span { border-color: rgb(212,53,79); }

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