Html Css Color HEX #DD274A Amaranth

📋 copy color: '#DD274A'

red 221 ◦ green 39 ◦ blue 74

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

Shades of Amaranth #DD274A

Tints of Amaranth #DD274A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.68%

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

R = 66.17%
G = 11.68%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD274A (or 0xDD274A) is known color: Amaranth. HEX triplet: DD, 27 and 4A. RGB value is (221,39,74). Sum of RGB (Red+Green+Blue) = 221+39+74=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD274A is #22D8B5. Grayscale: #616161. Windows color (decimal): -2283702 or 4859869. OLE color: 4859869.

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

Color convert

RGB 221 39 74 -
CMYK 0 0.82 0.67 0.13
HSL 348.46º 0.73% 0.51% -
HSV(B) 348.46º 0.82% 0.87% -
XYZ 31.78 17.32 8.15 -
YUV 97.41 114.8 216.15 -
System Red Green Blue C M Y K H S L
Decimal 221 39 74 0 0.82 0.67 0.13 348.46 0.73 0.51
Hex DD 27 4A 0 52 43 D 15C 49 33
Octal 335 47 112 0 122 103 15 534 111 63
Binary 11011101 100111 1001010 0 1010010 1000011 1101 101011100 1001001 110011

Color Harmonies of #DD274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD274A

Black with #DD274A

Text Example


Text Example

White with #DD274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD274A; }

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

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

background-color css

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

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

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

border-color css

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

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

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