Html Css Color HEX #DD274C Amaranth

📋 copy color: '#DD274C'

red 221 ◦ green 39 ◦ blue 76

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

Shades of Amaranth #DD274C

Tints of Amaranth #DD274C

RGB

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

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

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

R = 65.77%
G = 11.61%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD274C (or 0xDD274C) is known color: Amaranth. HEX triplet: DD, 27 and 4C. RGB value is (221,39,76). Sum of RGB (Red+Green+Blue) = 221+39+76=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD274C is #22D8B3. Grayscale: #616161. Windows color (decimal): -2283700 or 4990941. OLE color: 4990941.

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

Color convert

RGB 221 39 76 -
CMYK 0 0.82 0.66 0.13
HSL 347.8º 0.73% 0.51% -
HSV(B) 347.8º 0.82% 0.87% -
XYZ 31.85 17.34 8.51 -
YUV 97.64 115.8 215.99 -
System Red Green Blue C M Y K H S L
Decimal 221 39 76 0 0.82 0.66 0.13 347.8 0.73 0.51
Hex DD 27 4C 0 52 42 D 15C 49 33
Octal 335 47 114 0 122 102 15 534 111 63
Binary 11011101 100111 1001100 0 1010010 1000010 1101 101011100 1001001 110011

Color Harmonies of #DD274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD274C

Black with #DD274C

Text Example


Text Example

White with #DD274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD274C; }

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

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

background-color css

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

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

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

border-color css

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

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

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