Html Css Color HEX #DD3053 Amaranth

📋 copy color: '#DD3053'

red 221 ◦ green 48 ◦ blue 83

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

Shades of Amaranth #DD3053

Tints of Amaranth #DD3053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.64%

 BLUE value IS 83 (32.81% from 255) = 23.58%

R = 62.78%
G = 13.64%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD3053 (or 0xDD3053) is known color: Amaranth. HEX triplet: DD, 30 and 53. RGB value is (221,48,83). Sum of RGB (Red+Green+Blue) = 221+48+83=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3053 is #22CFAC. Grayscale: #676767. Windows color (decimal): -2281389 or 5451997. OLE color: 5451997.

HSL color Cylindrical-coordinate representation of color #DD3053: hue angle of 347.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3053 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 48 83 -
CMYK 0 0.78 0.62 0.13
HSL 347.86º 0.72% 0.53% -
HSV(B) 347.86º 0.78% 0.87% -
XYZ 32.44 18.11 9.97 -
YUV 103.72 116.31 211.65 -
System Red Green Blue C M Y K H S L
Decimal 221 48 83 0 0.78 0.62 0.13 347.86 0.72 0.53
Hex DD 30 53 0 4E 3E D 15C 48 35
Octal 335 60 123 0 116 76 15 534 110 65
Binary 11011101 110000 1010011 0 1001110 111110 1101 101011100 1001000 110101

Color Harmonies of #DD3053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3053

Black with #DD3053

Text Example


Text Example

White with #DD3053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3053; }

 p { color: rgb(221,48,83); }

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

background-color css

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

 a { background-color: rgb(221,48,83); }

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

border-color css

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

 span { border-color: rgb(221,48,83); }

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