Html Css Color HEX #DF434A Amaranth

📋 copy color: '#DF434A'

red 223 ◦ green 67 ◦ blue 74

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

Shades of Amaranth #DF434A

Tints of Amaranth #DF434A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.41%

 BLUE value IS 74 (29.3% from 255) = 20.33%

R = 61.26%
G = 18.41%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF434A (or 0xDF434A) is known color: Amaranth. HEX triplet: DF, 43 and 4A. RGB value is (223,67,74). Sum of RGB (Red+Green+Blue) = 223+67+74=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF434A is #20BCB5. Grayscale: #727272. Windows color (decimal): -2145462 or 4867039. OLE color: 4867039.

HSL color Cylindrical-coordinate representation of color #DF434A: hue angle of 357.31º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF434A is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 67 74 -
CMYK 0 0.70 0.67 0.13
HSL 357.31º 0.71% 0.57% -
HSV(B) 357.31º 0.7% 0.87% -
XYZ 33.67 20.2 8.6 -
YUV 114.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 223 67 74 0 0.70 0.67 0.13 357.31 0.71 0.57
Hex DF 43 4A 0 46 43 D 165 47 39
Octal 337 103 112 0 106 103 15 545 107 71
Binary 11011111 1000011 1001010 0 1000110 1000011 1101 101100101 1000111 111001

Color Harmonies of #DF434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF434A

Black with #DF434A

Text Example


Text Example

White with #DF434A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF434A; }

 p { color: rgb(223,67,74); }

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

background-color css

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

 a { background-color: rgb(223,67,74); }

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

border-color css

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

 span { border-color: rgb(223,67,74); }

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