#DF3943

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

Shades of Amaranth #DF3943

Tints of Amaranth #DF3943

Color information

#DF3943 (or 0xDF3943) is unknown color: approx Amaranth. HEX triplet: DF, 39 and 43. RGB value is (223,57,67). Sum of RGB (Red+Green+Blue) = 223+57+67=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3943 is #20C6BC. Grayscale: #6B6B6B. Windows color (decimal): -2148029 or 4405727. OLE color: 4405727.

HSL color Cylindrical-coordinate representation of color #DF3943: hue angle of 356.39º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3943 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB2235767-
CMYK00.740.700.13
HSL356.39º72.17%54.9%-
HSV(B)356.39º74.44%87.45%-
XYZ32.9119.027.25-
YUV107.77105210.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.27%
GREEN value IS 57 (22.66% from 255) = 16.43%
BLUE value IS 67 (26.56% from 255) = 19.31%
R=64.27%
G=16.43%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223576700.740.700.13356.3972.1754.9
HexDF394304A46D1644837
Octal3377110301121061554411067
Binary11011111111001100001101001010100011011011011001001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3943; }

 p { color: rgb(223,57,67); }

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

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

 a { background-color: rgb(223,57,67); }

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

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

 span { border-color: rgb(223,57,67); }

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