Html Css Color HEX #DE2149 Amaranth

📋 copy color: '#DE2149'

red 222 ◦ green 33 ◦ blue 73

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

Shades of Amaranth #DE2149

Tints of Amaranth #DE2149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.06%

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

R = 67.68%
G = 10.06%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE2149 (or 0xDE2149) is known color: Amaranth. HEX triplet: DE, 21 and 49. RGB value is (222,33,73). Sum of RGB (Red+Green+Blue) = 222+33+73=328 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.68% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2149 is #21DEB6. Grayscale: #5E5E5E. Windows color (decimal): -2219703 or 4792798. OLE color: 4792798.

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

Color convert

RGB 222 33 73 -
CMYK 0 0.85 0.67 0.13
HSL 347.3º 0.74% 0.5% -
HSV(B) 347.3º 0.85% 0.87% -
XYZ 31.87 17.1 7.92 -
YUV 94.07 116.12 219.25 -
System Red Green Blue C M Y K H S L
Decimal 222 33 73 0 0.85 0.67 0.13 347.3 0.74 0.5
Hex DE 21 49 0 55 43 D 15B 4A 32
Octal 336 41 111 0 125 103 15 533 112 62
Binary 11011110 100001 1001001 0 1010101 1000011 1101 101011011 1001010 110010

Color Harmonies of #DE2149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2149

Black with #DE2149

Text Example


Text Example

White with #DE2149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2149; }

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

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

background-color css

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

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

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

border-color css

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

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

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