Html Css Color HEX #DD3251 Amaranth

📋 copy color: '#DD3251'

red 221 ◦ green 50 ◦ blue 81

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

Shades of Amaranth #DD3251

Tints of Amaranth #DD3251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.2%

 BLUE value IS 81 (32.03% from 255) = 23.01%

R = 62.78%
G = 14.2%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD3251 (or 0xDD3251) is known color: Amaranth. HEX triplet: DD, 32 and 51. RGB value is (221,50,81). Sum of RGB (Red+Green+Blue) = 221+50+81=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3251 is #22CDAE. Grayscale: #686868. Windows color (decimal): -2280879 or 5321437. OLE color: 5321437.

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

Color convert

RGB 221 50 81 -
CMYK 0 0.77 0.63 0.13
HSL 349.12º 0.72% 0.53% -
HSV(B) 349.12º 0.77% 0.87% -
XYZ 32.44 18.25 9.6 -
YUV 104.66 114.65 210.98 -
System Red Green Blue C M Y K H S L
Decimal 221 50 81 0 0.77 0.63 0.13 349.12 0.72 0.53
Hex DD 32 51 0 4D 3F D 15D 48 35
Octal 335 62 121 0 115 77 15 535 110 65
Binary 11011101 110010 1010001 0 1001101 111111 1101 101011101 1001000 110101

Color Harmonies of #DD3251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3251

Black with #DD3251

Text Example


Text Example

White with #DD3251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3251; }

 p { color: rgb(221,50,81); }

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

background-color css

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

 a { background-color: rgb(221,50,81); }

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

border-color css

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

 span { border-color: rgb(221,50,81); }

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