Html Css Color HEX #D4374F Amaranth

📋 copy color: '#D4374F'

red 212 ◦ green 55 ◦ blue 79

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

Shades of Amaranth #D4374F

Tints of Amaranth #D4374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.9%

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

R = 61.27%
G = 15.9%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4374F (or 0xD4374F) is known color: Amaranth. HEX triplet: D4, 37 and 4F. RGB value is (212,55,79). Sum of RGB (Red+Green+Blue) = 212+55+79=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D4374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4374F is #2BC8B0. Grayscale: #686868. Windows color (decimal): -2869425 or 5191636. OLE color: 5191636.

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

Color convert

RGB 212 55 79 -
CMYK 0 0.74 0.63 0.17
HSL 350.83º 0.65% 0.52% -
HSV(B) 350.83º 0.74% 0.83% -
XYZ 29.93 17.29 9.16 -
YUV 104.68 113.51 204.55 -
System Red Green Blue C M Y K H S L
Decimal 212 55 79 0 0.74 0.63 0.17 350.83 0.65 0.52
Hex D4 37 4F 0 4A 3F 11 15F 41 34
Octal 324 67 117 0 112 77 21 537 101 64
Binary 11010100 110111 1001111 0 1001010 111111 10001 101011111 1000001 110100

Color Harmonies of #D4374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4374F

Black with #D4374F

Text Example


Text Example

White with #D4374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4374F; }

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

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

background-color css

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

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

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

border-color css

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

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

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