Html Css Color HEX #DE2649 Amaranth

📋 copy color: '#DE2649'

red 222 ◦ green 38 ◦ blue 73

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

Shades of Amaranth #DE2649

Tints of Amaranth #DE2649

RGB

 RED value IS 222 (87.11% from 255) = 66.67%

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

 BLUE value IS 73 (28.91% from 255) = 21.92%

R = 66.67%
G = 11.41%
B = 21.92%

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

#DE2649 (or 0xDE2649) is known color: Amaranth. HEX triplet: DE, 26 and 49. RGB value is (222,38,73). Sum of RGB (Red+Green+Blue) = 222+38+73=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2649 is #21D9B6. Grayscale: #616161. Windows color (decimal): -2218423 or 4794078. OLE color: 4794078.

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

Color convert

RGB 222 38 73 -
CMYK 0 0.83 0.67 0.13
HSL 348.59º 0.74% 0.51% -
HSV(B) 348.59º 0.83% 0.87% -
XYZ 32.02 17.4 7.97 -
YUV 97.01 114.46 217.15 -
System Red Green Blue C M Y K H S L
Decimal 222 38 73 0 0.83 0.67 0.13 348.59 0.74 0.51
Hex DE 26 49 0 53 43 D 15D 4A 33
Octal 336 46 111 0 123 103 15 535 112 63
Binary 11011110 100110 1001001 0 1010011 1000011 1101 101011101 1001010 110011

Color Harmonies of #DE2649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2649

Black with #DE2649

Text Example


Text Example

White with #DE2649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2649; }

 p { color: rgb(222,38,73); }

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

background-color css

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

 a { background-color: rgb(222,38,73); }

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

border-color css

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

 span { border-color: rgb(222,38,73); }

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