Html Css Color HEX #DF2944 Amaranth

📋 copy color: '#DF2944'

red 223 ◦ green 41 ◦ blue 68

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

Shades of Amaranth #DF2944

Tints of Amaranth #DF2944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.35%

 BLUE value IS 68 (26.95% from 255) = 20.48%

R = 67.17%
G = 12.35%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF2944 (or 0xDF2944) is known color: Amaranth. HEX triplet: DF, 29 and 44. RGB value is (223,41,68). Sum of RGB (Red+Green+Blue) = 223+41+68=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2944 is #20D6BB. Grayscale: #626262. Windows color (decimal): -2152124 or 4467167. OLE color: 4467167.

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

Color convert

RGB 223 41 68 -
CMYK 0 0.82 0.70 0.13
HSL 351.1º 0.74% 0.52% -
HSV(B) 351.1º 0.82% 0.87% -
XYZ 32.27 17.69 7.18 -
YUV 98.5 110.8 216.8 -
System Red Green Blue C M Y K H S L
Decimal 223 41 68 0 0.82 0.70 0.13 351.1 0.74 0.52
Hex DF 29 44 0 52 46 D 15F 4A 34
Octal 337 51 104 0 122 106 15 537 112 64
Binary 11011111 101001 1000100 0 1010010 1000110 1101 101011111 1001010 110100

Color Harmonies of #DF2944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2944

Black with #DF2944

Text Example


Text Example

White with #DF2944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2944; }

 p { color: rgb(223,41,68); }

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

background-color css

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

 a { background-color: rgb(223,41,68); }

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

border-color css

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

 span { border-color: rgb(223,41,68); }

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