#D93C4A

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

Shades of Amaranth #D93C4A

Tints of Amaranth #D93C4A

Color information

#D93C4A (or 0xD93C4A) is unknown color: approx Amaranth. HEX triplet: D9, 3C and 4A. RGB value is (217,60,74). Sum of RGB (Red+Green+Blue) = 217+60+74=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93C4A is #26C3B5. Grayscale: #6C6C6C. Windows color (decimal): -2540470 or 4865241. OLE color: 4865241.

HSL color Cylindrical-coordinate representation of color #D93C4A: hue angle of 354.65º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93C4A is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB2176074-
CMYK00.720.660.15
HSL354.65º67.38%54.31%-
HSV(B)354.65º72.35%85.1%-
XYZ31.4718.488.39-
YUV108.54108.51205.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.82%
GREEN value IS 60 (23.83% from 255) = 17.09%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=61.82%
G=17.09%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217607400.720.660.15354.6567.3854.31
HexD93C4A04842F1634336
Octal3317411201101021754310366
Binary11011001111100100101001001000100001011111011000111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93C4A; }

 p { color: rgb(217,60,74); }

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

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

 a { background-color: rgb(217,60,74); }

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

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

 span { border-color: rgb(217,60,74); }

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