Html Css Color HEX #DE294D Amaranth

📋 copy color: '#DE294D'

red 222 ◦ green 41 ◦ blue 77

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

Shades of Amaranth #DE294D

Tints of Amaranth #DE294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.06%

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

R = 65.29%
G = 12.06%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE294D (or 0xDE294D) is known color: Amaranth. HEX triplet: DE, 29 and 4D. RGB value is (222,41,77). Sum of RGB (Red+Green+Blue) = 222+41+77=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE294D is #21D6B2. Grayscale: #636363. Windows color (decimal): -2217651 or 5056990. OLE color: 5056990.

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

Color convert

RGB 222 41 77 -
CMYK 0 0.82 0.65 0.13
HSL 348.07º 0.73% 0.52% -
HSV(B) 348.07º 0.82% 0.87% -
XYZ 32.26 17.65 8.73 -
YUV 99.22 115.47 215.57 -
System Red Green Blue C M Y K H S L
Decimal 222 41 77 0 0.82 0.65 0.13 348.07 0.73 0.52
Hex DE 29 4D 0 52 41 D 15C 49 34
Octal 336 51 115 0 122 101 15 534 111 64
Binary 11011110 101001 1001101 0 1010010 1000001 1101 101011100 1001001 110100

Color Harmonies of #DE294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE294D

Black with #DE294D

Text Example


Text Example

White with #DE294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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