Html Css Color HEX #DD3850 Amaranth

📋 copy color: '#DD3850'

red 221 ◦ green 56 ◦ blue 80

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

Shades of Amaranth #DD3850

Tints of Amaranth #DD3850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.69%

 BLUE value IS 80 (31.64% from 255) = 22.41%

R = 61.9%
G = 15.69%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD3850 (or 0xDD3850) is known color: Amaranth. HEX triplet: DD, 38 and 50. RGB value is (221,56,80). Sum of RGB (Red+Green+Blue) = 221+56+80=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3850 is #22C7AF. Grayscale: #6C6C6C. Windows color (decimal): -2279344 or 5257437. OLE color: 5257437.

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

Color convert

RGB 221 56 80 -
CMYK 0 0.75 0.64 0.13
HSL 351.27º 0.71% 0.54% -
HSV(B) 351.27º 0.75% 0.87% -
XYZ 32.68 18.78 9.49 -
YUV 108.07 112.16 208.55 -
System Red Green Blue C M Y K H S L
Decimal 221 56 80 0 0.75 0.64 0.13 351.27 0.71 0.54
Hex DD 38 50 0 4B 40 D 15F 47 36
Octal 335 70 120 0 113 100 15 537 107 66
Binary 11011101 111000 1010000 0 1001011 1000000 1101 101011111 1000111 110110

Color Harmonies of #DD3850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3850

Black with #DD3850

Text Example


Text Example

White with #DD3850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3850; }

 p { color: rgb(221,56,80); }

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

background-color css

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

 a { background-color: rgb(221,56,80); }

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

border-color css

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

 span { border-color: rgb(221,56,80); }

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