Html Css Color HEX #DF2250 Amaranth

📋 copy color: '#DF2250'

red 223 ◦ green 34 ◦ blue 80

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

Shades of Amaranth #DF2250

Tints of Amaranth #DF2250

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

 BLUE value IS 80 (31.64% from 255) = 23.74%

R = 66.17%
G = 10.09%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF2250 (or 0xDF2250) is known color: Amaranth. HEX triplet: DF, 22 and 50. RGB value is (223,34,80). Sum of RGB (Red+Green+Blue) = 223+34+80=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2250 is #20DDAF. Grayscale: #5F5F5F. Windows color (decimal): -2153904 or 5251807. OLE color: 5251807.

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

Color convert

RGB 223 34 80 -
CMYK 0 0.85 0.64 0.13
HSL 345.4º 0.75% 0.5% -
HSV(B) 345.4º 0.85% 0.87% -
XYZ 32.45 17.41 9.24 -
YUV 95.76 119.12 218.76 -
System Red Green Blue C M Y K H S L
Decimal 223 34 80 0 0.85 0.64 0.13 345.4 0.75 0.5
Hex DF 22 50 0 55 40 D 159 4B 32
Octal 337 42 120 0 125 100 15 531 113 62
Binary 11011111 100010 1010000 0 1010101 1000000 1101 101011001 1001011 110010

Color Harmonies of #DF2250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2250

Black with #DF2250

Text Example


Text Example

White with #DF2250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2250; }

 p { color: rgb(223,34,80); }

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

background-color css

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

 a { background-color: rgb(223,34,80); }

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

border-color css

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

 span { border-color: rgb(223,34,80); }

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