#D4364F

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

Shades of Amaranth #D4364F

Tints of Amaranth #D4364F

Color information

#D4364F (or 0xD4364F) is unknown color: approx Amaranth. HEX triplet: D4, 36 and 4F. RGB value is (212,54,79). Sum of RGB (Red+Green+Blue) = 212+54+79=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D4364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4364F is #2BC9B0. Grayscale: #686868. Windows color (decimal): -2869681 or 5191380. OLE color: 5191380.

HSL color Cylindrical-coordinate representation of color #D4364F: hue angle of 350.51º 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 #D4364F is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB2125479-
CMYK00.750.630.17
HSL350.51º64.75%52.16%-
HSV(B)350.51º74.53%83.14%-
XYZ29.8817.29.14-
YUV104.09113.85204.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 61.45%
GREEN value IS 54 (21.48% from 255) = 15.65%
BLUE value IS 79 (31.25% from 255) = 22.90%
R=61.45%
G=15.65%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212547900.750.630.17350.5164.7552.16
HexD4364F04B3F1115f4134
Octal324661170113772153710164
Binary11010100110110100111101001011111111100011010111111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4364F; }

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

 H1.HeaderClassName
 {
   color: #D4364F;
 }
 .AnyTagClassName
 {
   color: #D4364F;
 }
</style>
background-color css

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

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

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

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

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

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