Html Css Color HEX #DF2A4B Amaranth

📋 copy color: '#DF2A4B'

red 223 ◦ green 42 ◦ blue 75

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

Shades of Amaranth #DF2A4B

Tints of Amaranth #DF2A4B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.35%

 BLUE value IS 75 (29.69% from 255) = 22.06%

R = 65.59%
G = 12.35%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF2A4B (or 0xDF2A4B) is known color: Amaranth. HEX triplet: DF, 2A and 4B. RGB value is (223,42,75). Sum of RGB (Red+Green+Blue) = 223+42+75=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2A4B is #20D5B4. Grayscale: #636363. Windows color (decimal): -2151861 or 4926175. OLE color: 4926175.

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

Color convert

RGB 223 42 75 -
CMYK 0 0.81 0.66 0.13
HSL 349.06º 0.74% 0.52% -
HSV(B) 349.06º 0.81% 0.87% -
XYZ 32.53 17.85 8.39 -
YUV 99.88 113.97 215.82 -
System Red Green Blue C M Y K H S L
Decimal 223 42 75 0 0.81 0.66 0.13 349.06 0.74 0.52
Hex DF 2A 4B 0 51 42 D 15D 4A 34
Octal 337 52 113 0 121 102 15 535 112 64
Binary 11011111 101010 1001011 0 1010001 1000010 1101 101011101 1001010 110100

Color Harmonies of #DF2A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2A4B

Black with #DF2A4B

Text Example


Text Example

White with #DF2A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2A4B; }

 p { color: rgb(223,42,75); }

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

background-color css

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

 a { background-color: rgb(223,42,75); }

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

border-color css

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

 span { border-color: rgb(223,42,75); }

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