Html Css Color HEX #DF2450 Amaranth

📋 copy color: '#DF2450'

red 223 ◦ green 36 ◦ blue 80

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

Shades of Amaranth #DF2450

Tints of Amaranth #DF2450

RGB

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

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

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

R = 65.78%
G = 10.62%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF2450 (or 0xDF2450) is known color: Amaranth. HEX triplet: DF, 24 and 50. RGB value is (223,36,80). Sum of RGB (Red+Green+Blue) = 223+36+80=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2450 is #20DBAF. Grayscale: #606060. Windows color (decimal): -2153392 or 5252319. OLE color: 5252319.

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

Color convert

RGB 223 36 80 -
CMYK 0 0.84 0.64 0.13
HSL 345.88º 0.75% 0.51% -
HSV(B) 345.88º 0.84% 0.87% -
XYZ 32.51 17.53 9.26 -
YUV 96.93 118.45 217.92 -
System Red Green Blue C M Y K H S L
Decimal 223 36 80 0 0.84 0.64 0.13 345.88 0.75 0.51
Hex DF 24 50 0 54 40 D 15A 4B 33
Octal 337 44 120 0 124 100 15 532 113 63
Binary 11011111 100100 1010000 0 1010100 1000000 1101 101011010 1001011 110011

Color Harmonies of #DF2450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2450

Black with #DF2450

Text Example


Text Example

White with #DF2450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2450; }

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

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

background-color css

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

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

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

border-color css

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

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

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