Html Css Color HEX #DD374A Amaranth

📋 copy color: '#DD374A'

red 221 ◦ green 55 ◦ blue 74

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

Shades of Amaranth #DD374A

Tints of Amaranth #DD374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.71%

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 63.14%
G = 15.71%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD374A (or 0xDD374A) is known color: Amaranth. HEX triplet: DD, 37 and 4A. RGB value is (221,55,74). Sum of RGB (Red+Green+Blue) = 221+55+74=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD374A is #22C8B5. Grayscale: #6A6A6A. Windows color (decimal): -2279606 or 4863965. OLE color: 4863965.

HSL color Cylindrical-coordinate representation of color #DD374A: hue angle of 353.13º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD374A is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 74 -
CMYK 0 0.75 0.67 0.13
HSL 353.13º 0.71% 0.54% -
HSV(B) 353.13º 0.75% 0.87% -
XYZ 32.42 18.6 8.36 -
YUV 106.8 109.5 209.46 -
System Red Green Blue C M Y K H S L
Decimal 221 55 74 0 0.75 0.67 0.13 353.13 0.71 0.54
Hex DD 37 4A 0 4B 43 D 161 47 36
Octal 335 67 112 0 113 103 15 541 107 66
Binary 11011101 110111 1001010 0 1001011 1000011 1101 101100001 1000111 110110

Color Harmonies of #DD374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD374A

Black with #DD374A

Text Example


Text Example

White with #DD374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD374A; }

 p { color: rgb(221,55,74); }

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

background-color css

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

 a { background-color: rgb(221,55,74); }

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

border-color css

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

 span { border-color: rgb(221,55,74); }

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