Html Css Color HEX #DE354D Amaranth

📋 copy color: '#DE354D'

red 222 ◦ green 53 ◦ blue 77

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

Shades of Amaranth #DE354D

Tints of Amaranth #DE354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.06%

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 63.07%
G = 15.06%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE354D (or 0xDE354D) is known color: Amaranth. HEX triplet: DE, 35 and 4D. RGB value is (222,53,77). Sum of RGB (Red+Green+Blue) = 222+53+77=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE354D is #21CAB2. Grayscale: #6A6A6A. Windows color (decimal): -2214579 or 5060062. OLE color: 5060062.

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

Color convert

RGB 222 53 77 -
CMYK 0 0.76 0.65 0.13
HSL 351.48º 0.72% 0.54% -
HSV(B) 351.48º 0.76% 0.87% -
XYZ 32.74 18.61 8.89 -
YUV 106.27 111.49 210.55 -
System Red Green Blue C M Y K H S L
Decimal 222 53 77 0 0.76 0.65 0.13 351.48 0.72 0.54
Hex DE 35 4D 0 4C 41 D 15F 48 36
Octal 336 65 115 0 114 101 15 537 110 66
Binary 11011110 110101 1001101 0 1001100 1000001 1101 101011111 1001000 110110

Color Harmonies of #DE354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE354D

Black with #DE354D

Text Example


Text Example

White with #DE354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE354D; }

 p { color: rgb(222,53,77); }

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

background-color css

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

 a { background-color: rgb(222,53,77); }

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

border-color css

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

 span { border-color: rgb(222,53,77); }

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