Html Css Color HEX #DF2C4A Amaranth

📋 copy color: '#DF2C4A'

red 223 ◦ green 44 ◦ blue 74

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

Shades of Amaranth #DF2C4A

Tints of Amaranth #DF2C4A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.9%

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

R = 65.4%
G = 12.9%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF2C4A (or 0xDF2C4A) is known color: Amaranth. HEX triplet: DF, 2C and 4A. RGB value is (223,44,74). Sum of RGB (Red+Green+Blue) = 223+44+74=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2C4A is #20D3B5. Grayscale: #646464. Windows color (decimal): -2151350 or 4861151. OLE color: 4861151.

HSL color Cylindrical-coordinate representation of color #DF2C4A: hue angle of 349.94º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2C4A is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 44 74 -
CMYK 0 0.80 0.67 0.13
HSL 349.94º 0.74% 0.52% -
HSV(B) 349.94º 0.8% 0.87% -
XYZ 32.57 17.98 8.23 -
YUV 100.94 112.8 215.06 -
System Red Green Blue C M Y K H S L
Decimal 223 44 74 0 0.80 0.67 0.13 349.94 0.74 0.52
Hex DF 2C 4A 0 50 43 D 15E 4A 34
Octal 337 54 112 0 120 103 15 536 112 64
Binary 11011111 101100 1001010 0 1010000 1000011 1101 101011110 1001010 110100

Color Harmonies of #DF2C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C4A

Black with #DF2C4A

Text Example


Text Example

White with #DF2C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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