Html Css Color HEX #DF3A47 Amaranth

📋 copy color: '#DF3A47'

red 223 ◦ green 58 ◦ blue 71

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

Shades of Amaranth #DF3A47

Tints of Amaranth #DF3A47

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.48%

 BLUE value IS 71 (28.13% from 255) = 20.17%

R = 63.35%
G = 16.48%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF3A47 (or 0xDF3A47) is known color: Amaranth. HEX triplet: DF, 3A and 47. RGB value is (223,58,71). Sum of RGB (Red+Green+Blue) = 223+58+71=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3A47 is #20C5B8. Grayscale: #6C6C6C. Windows color (decimal): -2147769 or 4668127. OLE color: 4668127.

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

Color convert

RGB 223 58 71 -
CMYK 0 0.74 0.68 0.13
HSL 355.27º 0.72% 0.55% -
HSV(B) 355.27º 0.74% 0.87% -
XYZ 33.08 19.17 7.92 -
YUV 108.82 106.66 209.44 -
System Red Green Blue C M Y K H S L
Decimal 223 58 71 0 0.74 0.68 0.13 355.27 0.72 0.55
Hex DF 3A 47 0 4A 44 D 163 48 37
Octal 337 72 107 0 112 104 15 543 110 67
Binary 11011111 111010 1000111 0 1001010 1000100 1101 101100011 1001000 110111

Color Harmonies of #DF3A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3A47

Black with #DF3A47

Text Example


Text Example

White with #DF3A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3A47; }

 p { color: rgb(223,58,71); }

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

background-color css

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

 a { background-color: rgb(223,58,71); }

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

border-color css

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

 span { border-color: rgb(223,58,71); }

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