Html Css Color HEX #DE2C48 Amaranth

📋 copy color: '#DE2C48'

red 222 ◦ green 44 ◦ blue 72

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

Shades of Amaranth #DE2C48

Tints of Amaranth #DE2C48

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.02%

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 65.68%
G = 13.02%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE2C48 (or 0xDE2C48) is known color: Amaranth. HEX triplet: DE, 2C and 48. RGB value is (222,44,72). Sum of RGB (Red+Green+Blue) = 222+44+72=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2C48 is #21D3B7. Grayscale: #646464. Windows color (decimal): -2216888 or 4730078. OLE color: 4730078.

HSL color Cylindrical-coordinate representation of color #DE2C48: hue angle of 350.56º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2C48 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 44 72 -
CMYK 0 0.80 0.68 0.13
HSL 350.56º 0.73% 0.52% -
HSV(B) 350.56º 0.8% 0.87% -
XYZ 32.19 17.8 7.87 -
YUV 100.41 111.97 214.72 -
System Red Green Blue C M Y K H S L
Decimal 222 44 72 0 0.80 0.68 0.13 350.56 0.73 0.52
Hex DE 2C 48 0 50 44 D 15F 49 34
Octal 336 54 110 0 120 104 15 537 111 64
Binary 11011110 101100 1001000 0 1010000 1000100 1101 101011111 1001001 110100

Color Harmonies of #DE2C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2C48

Black with #DE2C48

Text Example


Text Example

White with #DE2C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2C48; }

 p { color: rgb(222,44,72); }

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

background-color css

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

 a { background-color: rgb(222,44,72); }

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

border-color css

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

 span { border-color: rgb(222,44,72); }

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