Html Css Color HEX #DD424A Amaranth

📋 copy color: '#DD424A'

red 221 ◦ green 66 ◦ blue 74

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

Shades of Amaranth #DD424A

Tints of Amaranth #DD424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.28%

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

R = 61.22%
G = 18.28%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD424A (or 0xDD424A) is known color: Amaranth. HEX triplet: DD, 42 and 4A. RGB value is (221,66,74). Sum of RGB (Red+Green+Blue) = 221+66+74=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD424A is #22BDB5. Grayscale: #717171. Windows color (decimal): -2276790 or 4866781. OLE color: 4866781.

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

Color convert

RGB 221 66 74 -
CMYK 0 0.70 0.67 0.13
HSL 356.9º 0.7% 0.56% -
HSV(B) 356.9º 0.7% 0.87% -
XYZ 33 19.76 8.55 -
YUV 113.26 105.85 204.85 -
System Red Green Blue C M Y K H S L
Decimal 221 66 74 0 0.70 0.67 0.13 356.9 0.7 0.56
Hex DD 42 4A 0 46 43 D 165 46 38
Octal 335 102 112 0 106 103 15 545 106 70
Binary 11011101 1000010 1001010 0 1000110 1000011 1101 101100101 1000110 111000

Color Harmonies of #DD424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD424A

Black with #DD424A

Text Example


Text Example

White with #DD424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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