#D4374F

Color #D4374F Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #D4374F

Tints of Amaranth #D4374F

Color information

#D4374F (or 0xD4374F) is unknown color: approx 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

RGB2125579-
CMYK00.740.630.17
HSL350.83º64.61%52.35%-
HSV(B)350.83º74.06%83.14%-
XYZ29.9317.299.16-
YUV104.68113.51204.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 61.27%
GREEN value IS 55 (21.88% from 255) = 15.90%
BLUE value IS 79 (31.25% from 255) = 22.83%
R=61.27%
G=15.90%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212557900.740.630.17350.8364.6152.35
HexD4374F04A3F1115f4134
Octal324671170112772153710164
Binary11010100110111100111101001010111111100011010111111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>