Html Css Color HEX #DD2546 Amaranth

📋 copy color: '#DD2546'

red 221 ◦ green 37 ◦ blue 70

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

Shades of Amaranth #DD2546

Tints of Amaranth #DD2546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.28%

 BLUE value IS 70 (27.73% from 255) = 21.34%

R = 67.38%
G = 11.28%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD2546 (or 0xDD2546) is known color: Amaranth. HEX triplet: DD, 25 and 46. RGB value is (221,37,70). Sum of RGB (Red+Green+Blue) = 221+37+70=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2546 is #22DAB9. Grayscale: #5F5F5F. Windows color (decimal): -2284218 or 4597213. OLE color: 4597213.

HSL color Cylindrical-coordinate representation of color #DD2546: hue angle of 349.24º degrees, saturation: 0.73, 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 #DD2546 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 37 70 -
CMYK 0 0.83 0.68 0.13
HSL 349.24º 0.73% 0.51% -
HSV(B) 349.24º 0.83% 0.87% -
XYZ 31.59 17.14 7.44 -
YUV 95.78 113.46 217.32 -
System Red Green Blue C M Y K H S L
Decimal 221 37 70 0 0.83 0.68 0.13 349.24 0.73 0.51
Hex DD 25 46 0 53 44 D 15D 49 33
Octal 335 45 106 0 123 104 15 535 111 63
Binary 11011101 100101 1000110 0 1010011 1000100 1101 101011101 1001001 110011

Color Harmonies of #DD2546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2546

Black with #DD2546

Text Example


Text Example

White with #DD2546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2546; }

 p { color: rgb(221,37,70); }

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

background-color css

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

 a { background-color: rgb(221,37,70); }

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

border-color css

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

 span { border-color: rgb(221,37,70); }

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