Html Css Color HEX #DD264A Amaranth

📋 copy color: '#DD264A'

red 221 ◦ green 38 ◦ blue 74

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

Shades of Amaranth #DD264A

Tints of Amaranth #DD264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.41%

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

R = 66.37%
G = 11.41%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD264A (or 0xDD264A) is known color: Amaranth. HEX triplet: DD, 26 and 4A. RGB value is (221,38,74). Sum of RGB (Red+Green+Blue) = 221+38+74=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD264A is #22D9B5. Grayscale: #606060. Windows color (decimal): -2283958 or 4859613. OLE color: 4859613.

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

Color convert

RGB 221 38 74 -
CMYK 0 0.83 0.67 0.13
HSL 348.2º 0.73% 0.51% -
HSV(B) 348.2º 0.83% 0.87% -
XYZ 31.75 17.25 8.14 -
YUV 96.82 115.13 216.57 -
System Red Green Blue C M Y K H S L
Decimal 221 38 74 0 0.83 0.67 0.13 348.2 0.73 0.51
Hex DD 26 4A 0 53 43 D 15C 49 33
Octal 335 46 112 0 123 103 15 534 111 63
Binary 11011101 100110 1001010 0 1010011 1000011 1101 101011100 1001001 110011

Color Harmonies of #DD264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD264A

Black with #DD264A

Text Example


Text Example

White with #DD264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD264A; }

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

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

background-color css

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

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

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

border-color css

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

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

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