#DF2850

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

Shades of Amaranth #DF2850

Tints of Amaranth #DF2850

Color information

#DF2850 (or 0xDF2850) is unknown color: approx Amaranth. HEX triplet: DF, 28 and 50. RGB value is (223,40,80). Sum of RGB (Red+Green+Blue) = 223+40+80=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2850 is #20D7AF. Grayscale: #636363. Windows color (decimal): -2152368 or 5253343. OLE color: 5253343.

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

Color convert

RGB2234080-
CMYK00.820.640.13
HSL346.89º74.09%51.57%-
HSV(B)346.89º82.06%87.45%-
XYZ32.6417.789.3-
YUV99.28117.13216.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 65.01%
GREEN value IS 40 (16.02% from 255) = 11.66%
BLUE value IS 80 (31.64% from 255) = 23.32%
R=65.01%
G=11.66%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223408000.820.640.13346.8974.0951.57
HexDF285005240D15b4a34
Octal3375012001221001553311264
Binary11011111101000101000001010010100000011011010110111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2850; }

 p { color: rgb(223,40,80); }

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

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

 a { background-color: rgb(223,40,80); }

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

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

 span { border-color: rgb(223,40,80); }

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