Html Css Color HEX #DF2844 Amaranth

📋 copy color: '#DF2844'

red 223 ◦ green 40 ◦ blue 68

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

Shades of Amaranth #DF2844

Tints of Amaranth #DF2844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.08%

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

R = 67.37%
G = 12.08%
B = 20.54%

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

#DF2844 (or 0xDF2844) is known color: Amaranth. HEX triplet: DF, 28 and 44. RGB value is (223,40,68). Sum of RGB (Red+Green+Blue) = 223+40+68=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2844 is #20D7BB. Grayscale: #616161. Windows color (decimal): -2152380 or 4466911. OLE color: 4466911.

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

Color convert

RGB 223 40 68 -
CMYK 0 0.82 0.70 0.13
HSL 350.82º 0.74% 0.52% -
HSV(B) 350.82º 0.82% 0.87% -
XYZ 32.23 17.62 7.17 -
YUV 97.91 111.13 217.22 -
System Red Green Blue C M Y K H S L
Decimal 223 40 68 0 0.82 0.70 0.13 350.82 0.74 0.52
Hex DF 28 44 0 52 46 D 15F 4A 34
Octal 337 50 104 0 122 106 15 537 112 64
Binary 11011111 101000 1000100 0 1010010 1000110 1101 101011111 1001010 110100

Color Harmonies of #DF2844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2844

Black with #DF2844

Text Example


Text Example

White with #DF2844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2844; }

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

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

background-color css

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

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

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

border-color css

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

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

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