Html Css Color HEX #DF2444 Amaranth

📋 copy color: '#DF2444'

red 223 ◦ green 36 ◦ blue 68

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

Shades of Amaranth #DF2444

Tints of Amaranth #DF2444

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.01%

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

R = 68.2%
G = 11.01%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF2444 (or 0xDF2444) is known color: Amaranth. HEX triplet: DF, 24 and 44. RGB value is (223,36,68). Sum of RGB (Red+Green+Blue) = 223+36+68=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2444 is #20DBBB. Grayscale: #5F5F5F. Windows color (decimal): -2153404 or 4465887. OLE color: 4465887.

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

Color convert

RGB 223 36 68 -
CMYK 0 0.84 0.70 0.13
HSL 349.73º 0.75% 0.51% -
HSV(B) 349.73º 0.84% 0.87% -
XYZ 32.11 17.37 7.13 -
YUV 95.56 112.45 218.9 -
System Red Green Blue C M Y K H S L
Decimal 223 36 68 0 0.84 0.70 0.13 349.73 0.75 0.51
Hex DF 24 44 0 54 46 D 15E 4B 33
Octal 337 44 104 0 124 106 15 536 113 63
Binary 11011111 100100 1000100 0 1010100 1000110 1101 101011110 1001011 110011

Color Harmonies of #DF2444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2444

Black with #DF2444

Text Example


Text Example

White with #DF2444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2444; }

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

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

background-color css

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

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

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

border-color css

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

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

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