Html Css Color HEX #DE344C Amaranth

📋 copy color: '#DE344C'

red 222 ◦ green 52 ◦ blue 76

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

Shades of Amaranth #DE344C

Tints of Amaranth #DE344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.86%

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

R = 63.43%
G = 14.86%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE344C (or 0xDE344C) is known color: Amaranth. HEX triplet: DE, 34 and 4C. RGB value is (222,52,76). Sum of RGB (Red+Green+Blue) = 222+52+76=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE344C is #21CBB3. Grayscale: #696969. Windows color (decimal): -2214836 or 4994270. OLE color: 4994270.

HSL color Cylindrical-coordinate representation of color #DE344C: hue angle of 351.53º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE344C is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 52 76 -
CMYK 0 0.77 0.66 0.13
HSL 351.53º 0.72% 0.54% -
HSV(B) 351.53º 0.77% 0.87% -
XYZ 32.66 18.51 8.69 -
YUV 105.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 222 52 76 0 0.77 0.66 0.13 351.53 0.72 0.54
Hex DE 34 4C 0 4D 42 D 160 48 36
Octal 336 64 114 0 115 102 15 540 110 66
Binary 11011110 110100 1001100 0 1001101 1000010 1101 101100000 1001000 110110

Color Harmonies of #DE344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE344C

Black with #DE344C

Text Example


Text Example

White with #DE344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE344C; }

 p { color: rgb(222,52,76); }

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

background-color css

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

 a { background-color: rgb(222,52,76); }

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

border-color css

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

 span { border-color: rgb(222,52,76); }

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