#DF3046

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

Shades of Amaranth #DF3046

Tints of Amaranth #DF3046

Color information

#DF3046 (or 0xDF3046) is unknown color: approx Amaranth. HEX triplet: DF, 30 and 46. RGB value is (223,48,70). Sum of RGB (Red+Green+Blue) = 223+48+70=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3046 is #20CFB9. Grayscale: #666666. Windows color (decimal): -2150330 or 4600031. OLE color: 4600031.

HSL color Cylindrical-coordinate representation of color #DF3046: hue angle of 352.46º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3046 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB2234870-
CMYK00.780.690.13
HSL352.46º73.22%53.14%-
HSV(B)352.46º78.48%87.45%-
XYZ32.5918.247.6-
YUV102.83109.48213.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 65.40%
GREEN value IS 48 (19.14% from 255) = 14.08%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=65.40%
G=14.08%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223487000.780.690.13352.4673.2253.14
HexDF304604E45D1604935
Octal3376010601161051554011165
Binary11011111110000100011001001110100010111011011000001001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3046; }

 p { color: rgb(223,48,70); }

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

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

 a { background-color: rgb(223,48,70); }

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

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

 span { border-color: rgb(223,48,70); }

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