Html Css Color HEX #DF3E4A Amaranth

📋 copy color: '#DF3E4A'

red 223 ◦ green 62 ◦ blue 74

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

Shades of Amaranth #DF3E4A

Tints of Amaranth #DF3E4A

RGB

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

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

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

R = 62.12%
G = 17.27%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF3E4A (or 0xDF3E4A) is known color: Amaranth. HEX triplet: DF, 3E and 4A. RGB value is (223,62,74). Sum of RGB (Red+Green+Blue) = 223+62+74=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E4A is #20C1B5. Grayscale: #6F6F6F. Windows color (decimal): -2146742 or 4865759. OLE color: 4865759.

HSL color Cylindrical-coordinate representation of color #DF3E4A: hue angle of 355.53º 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 #DF3E4A is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 62 74 -
CMYK 0 0.72 0.67 0.13
HSL 355.53º 0.72% 0.56% -
HSV(B) 355.53º 0.72% 0.87% -
XYZ 33.39 19.63 8.51 -
YUV 111.51 106.84 207.52 -
System Red Green Blue C M Y K H S L
Decimal 223 62 74 0 0.72 0.67 0.13 355.53 0.72 0.56
Hex DF 3E 4A 0 48 43 D 164 48 38
Octal 337 76 112 0 110 103 15 544 110 70
Binary 11011111 111110 1001010 0 1001000 1000011 1101 101100100 1001000 111000

Color Harmonies of #DF3E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E4A

Black with #DF3E4A

Text Example


Text Example

White with #DF3E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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