Html Css Color HEX #DF3E48 Amaranth

📋 copy color: '#DF3E48'

red 223 ◦ green 62 ◦ blue 72

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

Shades of Amaranth #DF3E48

Tints of Amaranth #DF3E48

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.37%

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

R = 62.46%
G = 17.37%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF3E48 (or 0xDF3E48) is known color: Amaranth. HEX triplet: DF, 3E and 48. RGB value is (223,62,72). Sum of RGB (Red+Green+Blue) = 223+62+72=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E48 is #20C1B7. Grayscale: #6F6F6F. Windows color (decimal): -2146744 or 4734687. OLE color: 4734687.

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

Color convert

RGB 223 62 72 -
CMYK 0 0.72 0.68 0.13
HSL 356.27º 0.72% 0.56% -
HSV(B) 356.27º 0.72% 0.87% -
XYZ 33.32 19.6 8.16 -
YUV 111.28 105.84 207.69 -
System Red Green Blue C M Y K H S L
Decimal 223 62 72 0 0.72 0.68 0.13 356.27 0.72 0.56
Hex DF 3E 48 0 48 44 D 164 48 38
Octal 337 76 110 0 110 104 15 544 110 70
Binary 11011111 111110 1001000 0 1001000 1000100 1101 101100100 1001000 111000

Color Harmonies of #DF3E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E48

Black with #DF3E48

Text Example


Text Example

White with #DF3E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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