#DF3047

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

Shades of Amaranth #DF3047

Tints of Amaranth #DF3047

Color information

#DF3047 (or 0xDF3047) is unknown color: approx Amaranth. HEX triplet: DF, 30 and 47. RGB value is (223,48,71). Sum of RGB (Red+Green+Blue) = 223+48+71=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3047 is #20CFB8. Grayscale: #676767. Windows color (decimal): -2150329 or 4665567. OLE color: 4665567.

HSL color Cylindrical-coordinate representation of color #DF3047: hue angle of 352.11º 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 #DF3047 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB2234871-
CMYK00.780.680.13
HSL352.11º73.22%53.14%-
HSV(B)352.11º78.48%87.45%-
XYZ32.6318.267.77-
YUV102.95109.98213.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 65.20%
GREEN value IS 48 (19.14% from 255) = 14.04%
BLUE value IS 71 (28.12% from 255) = 20.76%
R=65.20%
G=14.04%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223487100.780.680.13352.1173.2253.14
HexDF304704E44D1604935
Octal3376010701161041554011165
Binary11011111110000100011101001110100010011011011000001001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3047; }

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

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

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

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

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

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

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

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