Html Css Color HEX #DF3D46 Amaranth

📋 copy color: '#DF3D46'

red 223 ◦ green 61 ◦ blue 70

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

Shades of Amaranth #DF3D46

Tints of Amaranth #DF3D46

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.23%

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 62.99%
G = 17.23%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF3D46 (or 0xDF3D46) is known color: Amaranth. HEX triplet: DF, 3D and 46. RGB value is (223,61,70). Sum of RGB (Red+Green+Blue) = 223+61+70=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3D46 is #20C2B9. Grayscale: #6E6E6E. Windows color (decimal): -2147002 or 4603359. OLE color: 4603359.

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

Color convert

RGB 223 61 70 -
CMYK 0 0.73 0.69 0.13
HSL 356.67º 0.72% 0.56% -
HSV(B) 356.67º 0.73% 0.87% -
XYZ 33.21 19.47 7.8 -
YUV 110.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 223 61 70 0 0.73 0.69 0.13 356.67 0.72 0.56
Hex DF 3D 46 0 49 45 D 165 48 38
Octal 337 75 106 0 111 105 15 545 110 70
Binary 11011111 111101 1000110 0 1001001 1000101 1101 101100101 1001000 111000

Color Harmonies of #DF3D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3D46

Black with #DF3D46

Text Example


Text Example

White with #DF3D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3D46; }

 p { color: rgb(223,61,70); }

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

background-color css

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

 a { background-color: rgb(223,61,70); }

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

border-color css

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

 span { border-color: rgb(223,61,70); }

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