Html Css Color HEX #DF2B4A Amaranth

📋 copy color: '#DF2B4A'

red 223 ◦ green 43 ◦ blue 74

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

Shades of Amaranth #DF2B4A

Tints of Amaranth #DF2B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.65%

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

R = 65.59%
G = 12.65%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF2B4A (or 0xDF2B4A) is known color: Amaranth. HEX triplet: DF, 2B and 4A. RGB value is (223,43,74). Sum of RGB (Red+Green+Blue) = 223+43+74=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2B4A is #20D4B5. Grayscale: #646464. Windows color (decimal): -2151606 or 4860895. OLE color: 4860895.

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

Color convert

RGB 223 43 74 -
CMYK 0 0.81 0.67 0.13
HSL 349.67º 0.74% 0.52% -
HSV(B) 349.67º 0.81% 0.87% -
XYZ 32.53 17.91 8.22 -
YUV 100.35 113.13 215.48 -
System Red Green Blue C M Y K H S L
Decimal 223 43 74 0 0.81 0.67 0.13 349.67 0.74 0.52
Hex DF 2B 4A 0 51 43 D 15E 4A 34
Octal 337 53 112 0 121 103 15 536 112 64
Binary 11011111 101011 1001010 0 1010001 1000011 1101 101011110 1001010 110100

Color Harmonies of #DF2B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2B4A

Black with #DF2B4A

Text Example


Text Example

White with #DF2B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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