Html Css Color HEX #DF2650 Amaranth

📋 copy color: '#DF2650'

red 223 ◦ green 38 ◦ blue 80

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

Shades of Amaranth #DF2650

Tints of Amaranth #DF2650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.14%

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

R = 65.4%
G = 11.14%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF2650 (or 0xDF2650) is known color: Amaranth. HEX triplet: DF, 26 and 50. RGB value is (223,38,80). Sum of RGB (Red+Green+Blue) = 223+38+80=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2650 is #20D9AF. Grayscale: #626262. Windows color (decimal): -2152880 or 5252831. OLE color: 5252831.

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

Color convert

RGB 223 38 80 -
CMYK 0 0.83 0.64 0.13
HSL 346.38º 0.74% 0.51% -
HSV(B) 346.38º 0.83% 0.87% -
XYZ 32.57 17.65 9.28 -
YUV 98.1 117.79 217.08 -
System Red Green Blue C M Y K H S L
Decimal 223 38 80 0 0.83 0.64 0.13 346.38 0.74 0.51
Hex DF 26 50 0 53 40 D 15A 4A 33
Octal 337 46 120 0 123 100 15 532 112 63
Binary 11011111 100110 1010000 0 1010011 1000000 1101 101011010 1001010 110011

Color Harmonies of #DF2650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2650

Black with #DF2650

Text Example


Text Example

White with #DF2650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2650; }

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

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

background-color css

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

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

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

border-color css

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

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

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