Html Css Color HEX #DD2450 Amaranth

📋 copy color: '#DD2450'

red 221 ◦ green 36 ◦ blue 80

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

Shades of Amaranth #DD2450

Tints of Amaranth #DD2450

RGB

 RED value IS 221 (86.72% from 255) = 65.58%

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

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

R = 65.58%
G = 10.68%
B = 23.74%

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

#DD2450 (or 0xDD2450) is known color: Amaranth. HEX triplet: DD, 24 and 50. RGB value is (221,36,80). Sum of RGB (Red+Green+Blue) = 221+36+80=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2450 is #22DBAF. Grayscale: #606060. Windows color (decimal): -2284464 or 5252317. OLE color: 5252317.

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

Color convert

RGB 221 36 80 -
CMYK 0 0.84 0.64 0.13
HSL 345.73º 0.73% 0.5% -
HSV(B) 345.73º 0.84% 0.87% -
XYZ 31.9 17.21 9.23 -
YUV 96.33 118.79 216.92 -
System Red Green Blue C M Y K H S L
Decimal 221 36 80 0 0.84 0.64 0.13 345.73 0.73 0.5
Hex DD 24 50 0 54 40 D 15A 49 32
Octal 335 44 120 0 124 100 15 532 111 62
Binary 11011101 100100 1010000 0 1010100 1000000 1101 101011010 1001001 110010

Color Harmonies of #DD2450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2450

Black with #DD2450

Text Example


Text Example

White with #DD2450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2450; }

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

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

background-color css

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

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

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

border-color css

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

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

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