#DF4250

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

Shades of Amaranth #DF4250

Tints of Amaranth #DF4250

Color information

#DF4250 (or 0xDF4250) is unknown color: approx Amaranth. HEX triplet: DF, 42 and 50. RGB value is (223,66,80). Sum of RGB (Red+Green+Blue) = 223+66+80=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4250 is #20BDAF. Grayscale: #727272. Windows color (decimal): -2145712 or 5259999. OLE color: 5259999.

HSL color Cylindrical-coordinate representation of color #DF4250: hue angle of 354.65º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4250 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB2236680-
CMYK00.700.640.13
HSL354.65º71.04%56.67%-
HSV(B)354.65º70.4%87.45%-
XYZ33.8320.169.7-
YUV114.54108.51205.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.43%
GREEN value IS 66 (26.17% from 255) = 17.89%
BLUE value IS 80 (31.64% from 255) = 21.68%
R=60.43%
G=17.89%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223668000.700.640.13354.6571.0456.67
HexDF425004640D1634739
Octal33710212001061001554310771
Binary110111111000010101000001000110100000011011011000111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4250; }

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

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

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

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

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

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

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

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