#DF2848

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

Shades of Amaranth #DF2848

Tints of Amaranth #DF2848

Color information

#DF2848 (or 0xDF2848) is unknown color: approx Amaranth. HEX triplet: DF, 28 and 48. RGB value is (223,40,72). Sum of RGB (Red+Green+Blue) = 223+40+72=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2848 is #20D7B7. Grayscale: #626262. Windows color (decimal): -2152376 or 4729055. OLE color: 4729055.

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

Color convert

RGB2234072-
CMYK00.820.680.13
HSL349.51º74.09%51.57%-
HSV(B)349.51º82.06%87.45%-
XYZ32.3617.677.84-
YUV98.36113.13216.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 66.57%
GREEN value IS 40 (16.02% from 255) = 11.94%
BLUE value IS 72 (28.52% from 255) = 21.49%
R=66.57%
G=11.94%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223407200.820.680.13349.5174.0951.57
HexDF284805244D15e4a34
Octal3375011001221041553611264
Binary11011111101000100100001010010100010011011010111101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2848; }

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

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

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

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

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

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

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

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