Html Css Color HEX #DD3245 Amaranth

📋 copy color: '#DD3245'

red 221 ◦ green 50 ◦ blue 69

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

Shades of Amaranth #DD3245

Tints of Amaranth #DD3245

RGB

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

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

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

R = 65%
G = 14.71%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD3245 (or 0xDD3245) is known color: Amaranth. HEX triplet: DD, 32 and 45. RGB value is (221,50,69). Sum of RGB (Red+Green+Blue) = 221+50+69=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3245 is #22CDBA. Grayscale: #676767. Windows color (decimal): -2280891 or 4535005. OLE color: 4535005.

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

Color convert

RGB 221 50 69 -
CMYK 0 0.77 0.69 0.13
HSL 353.33º 0.72% 0.53% -
HSV(B) 353.33º 0.77% 0.87% -
XYZ 32.03 18.08 7.43 -
YUV 103.3 108.65 211.96 -
System Red Green Blue C M Y K H S L
Decimal 221 50 69 0 0.77 0.69 0.13 353.33 0.72 0.53
Hex DD 32 45 0 4D 45 D 161 48 35
Octal 335 62 105 0 115 105 15 541 110 65
Binary 11011101 110010 1000101 0 1001101 1000101 1101 101100001 1001000 110101

Color Harmonies of #DD3245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3245

Black with #DD3245

Text Example


Text Example

White with #DD3245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3245; }

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

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

background-color css

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

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

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

border-color css

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

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

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