Html Css Color HEX #DE294C Amaranth

📋 copy color: '#DE294C'

red 222 ◦ green 41 ◦ blue 76

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

Shades of Amaranth #DE294C

Tints of Amaranth #DE294C

RGB

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

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

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

R = 65.49%
G = 12.09%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE294C (or 0xDE294C) is known color: Amaranth. HEX triplet: DE, 29 and 4C. RGB value is (222,41,76). Sum of RGB (Red+Green+Blue) = 222+41+76=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE294C is #21D6B3. Grayscale: #636363. Windows color (decimal): -2217652 or 4991454. OLE color: 4991454.

HSL color Cylindrical-coordinate representation of color #DE294C: hue angle of 348.4º 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 #DE294C is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 41 76 -
CMYK 0 0.82 0.66 0.13
HSL 348.4º 0.73% 0.52% -
HSV(B) 348.4º 0.82% 0.87% -
XYZ 32.22 17.64 8.54 -
YUV 99.11 114.97 215.65 -
System Red Green Blue C M Y K H S L
Decimal 222 41 76 0 0.82 0.66 0.13 348.4 0.73 0.52
Hex DE 29 4C 0 52 42 D 15C 49 34
Octal 336 51 114 0 122 102 15 534 111 64
Binary 11011110 101001 1001100 0 1010010 1000010 1101 101011100 1001001 110100

Color Harmonies of #DE294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE294C

Black with #DE294C

Text Example


Text Example

White with #DE294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE294C; }

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

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

background-color css

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

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

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

border-color css

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

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

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