Html Css Color HEX #DD264C Amaranth

📋 copy color: '#DD264C'

red 221 ◦ green 38 ◦ blue 76

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

Shades of Amaranth #DD264C

Tints of Amaranth #DD264C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 65.97%
G = 11.34%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD264C (or 0xDD264C) is known color: Amaranth. HEX triplet: DD, 26 and 4C. RGB value is (221,38,76). Sum of RGB (Red+Green+Blue) = 221+38+76=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD264C is #22D9B3. Grayscale: #616161. Windows color (decimal): -2283956 or 4990685. OLE color: 4990685.

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

Color convert

RGB 221 38 76 -
CMYK 0 0.83 0.66 0.13
HSL 347.54º 0.73% 0.51% -
HSV(B) 347.54º 0.83% 0.87% -
XYZ 31.82 17.28 8.5 -
YUV 97.05 116.13 216.41 -
System Red Green Blue C M Y K H S L
Decimal 221 38 76 0 0.83 0.66 0.13 347.54 0.73 0.51
Hex DD 26 4C 0 53 42 D 15C 49 33
Octal 335 46 114 0 123 102 15 534 111 63
Binary 11011101 100110 1001100 0 1010011 1000010 1101 101011100 1001001 110011

Color Harmonies of #DD264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD264C

Black with #DD264C

Text Example


Text Example

White with #DD264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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