Html Css Color HEX #DF2E48 Amaranth

📋 copy color: '#DF2E48'

red 223 ◦ green 46 ◦ blue 72

#DF2E48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #DF2E48

Tints of Amaranth #DF2E48

RGB

 RED value IS 223 (87.5% from 255) = 65.4%

 GREEN value IS 46 (18.36% from 255) = 13.49%

 BLUE value IS 72 (28.52% from 255) = 21.11%

R = 65.4%
G = 13.49%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF2E48 (or 0xDF2E48) is known color: Amaranth. HEX triplet: DF, 2E and 48. RGB value is (223,46,72). Sum of RGB (Red+Green+Blue) = 223+46+72=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2E48 is #20D1B7. Grayscale: #656565. Windows color (decimal): -2150840 or 4730591. OLE color: 4730591.

HSL color Cylindrical-coordinate representation of color #DF2E48: hue angle of 351.19º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2E48 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 46 72 -
CMYK 0 0.79 0.68 0.13
HSL 351.19º 0.73% 0.53% -
HSV(B) 351.19º 0.79% 0.87% -
XYZ 32.58 18.11 7.91 -
YUV 101.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 223 46 72 0 0.79 0.68 0.13 351.19 0.73 0.53
Hex DF 2E 48 0 4F 44 D 15F 49 35
Octal 337 56 110 0 117 104 15 537 111 65
Binary 11011111 101110 1001000 0 1001111 1000100 1101 101011111 1001001 110101

Color Harmonies of #DF2E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2E48

Black with #DF2E48

Text Example


Text Example

White with #DF2E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2E48; }

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

 H1.HeaderClassName
 {
   color: #DF2E48;
 }
 .AnyTagClassName
 {
   color: #DF2E48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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