Html Css Color HEX #DD414B Amaranth

📋 copy color: '#DD414B'

red 221 ◦ green 65 ◦ blue 75

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

Shades of Amaranth #DD414B

Tints of Amaranth #DD414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.01%

 BLUE value IS 75 (29.69% from 255) = 20.78%

R = 61.22%
G = 18.01%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD414B (or 0xDD414B) is known color: Amaranth. HEX triplet: DD, 41 and 4B. RGB value is (221,65,75). Sum of RGB (Red+Green+Blue) = 221+65+75=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD414B is #22BEB4. Grayscale: #707070. Windows color (decimal): -2277045 or 4932061. OLE color: 4932061.

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

Color convert

RGB 221 65 75 -
CMYK 0 0.71 0.66 0.13
HSL 356.15º 0.7% 0.56% -
HSV(B) 356.15º 0.71% 0.87% -
XYZ 32.98 19.66 8.71 -
YUV 112.78 106.68 205.19 -
System Red Green Blue C M Y K H S L
Decimal 221 65 75 0 0.71 0.66 0.13 356.15 0.7 0.56
Hex DD 41 4B 0 47 42 D 164 46 38
Octal 335 101 113 0 107 102 15 544 106 70
Binary 11011101 1000001 1001011 0 1000111 1000010 1101 101100100 1000110 111000

Color Harmonies of #DD414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD414B

Black with #DD414B

Text Example


Text Example

White with #DD414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD414B; }

 p { color: rgb(221,65,75); }

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

background-color css

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

 a { background-color: rgb(221,65,75); }

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

border-color css

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

 span { border-color: rgb(221,65,75); }

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