Html Css Color HEX #DD2345 Amaranth

📋 copy color: '#DD2345'

red 221 ◦ green 35 ◦ blue 69

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

Shades of Amaranth #DD2345

Tints of Amaranth #DD2345

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.77%

 BLUE value IS 69 (27.34% from 255) = 21.23%

R = 68%
G = 10.77%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD2345 (or 0xDD2345) is known color: Amaranth. HEX triplet: DD, 23 and 45. RGB value is (221,35,69). Sum of RGB (Red+Green+Blue) = 221+35+69=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2345 is #22DCBA. Grayscale: #5E5E5E. Windows color (decimal): -2284731 or 4531165. OLE color: 4531165.

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

Color convert

RGB 221 35 69 -
CMYK 0 0.84 0.69 0.13
HSL 349.03º 0.73% 0.5% -
HSV(B) 349.03º 0.84% 0.87% -
XYZ 31.49 17 7.25 -
YUV 94.49 113.62 218.24 -
System Red Green Blue C M Y K H S L
Decimal 221 35 69 0 0.84 0.69 0.13 349.03 0.73 0.5
Hex DD 23 45 0 54 45 D 15D 49 32
Octal 335 43 105 0 124 105 15 535 111 62
Binary 11011101 100011 1000101 0 1010100 1000101 1101 101011101 1001001 110010

Color Harmonies of #DD2345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2345

Black with #DD2345

Text Example


Text Example

White with #DD2345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2345; }

 p { color: rgb(221,35,69); }

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

background-color css

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

 a { background-color: rgb(221,35,69); }

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

border-color css

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

 span { border-color: rgb(221,35,69); }

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