Html Css Color HEX #DE294A Amaranth

📋 copy color: '#DE294A'

red 222 ◦ green 41 ◦ blue 74

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

Shades of Amaranth #DE294A

Tints of Amaranth #DE294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 65.88%
G = 12.17%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE294A (or 0xDE294A) is known color: Amaranth. HEX triplet: DE, 29 and 4A. RGB value is (222,41,74). Sum of RGB (Red+Green+Blue) = 222+41+74=337 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.88% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 222 - color contains mainly: red. Hex color #DE294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE294A is #21D6B5. Grayscale: #626262. Windows color (decimal): -2217654 or 4860382. OLE color: 4860382.

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

Color convert

RGB 222 41 74 -
CMYK 0 0.82 0.67 0.13
HSL 349.06º 0.73% 0.52% -
HSV(B) 349.06º 0.82% 0.87% -
XYZ 32.15 17.61 8.18 -
YUV 98.88 113.97 215.82 -
System Red Green Blue C M Y K H S L
Decimal 222 41 74 0 0.82 0.67 0.13 349.06 0.73 0.52
Hex DE 29 4A 0 52 43 D 15D 49 34
Octal 336 51 112 0 122 103 15 535 111 64
Binary 11011110 101001 1001010 0 1010010 1000011 1101 101011101 1001001 110100

Color Harmonies of #DE294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE294A

Black with #DE294A

Text Example


Text Example

White with #DE294A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE294A; }

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

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

background-color css

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

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

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

border-color css

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

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

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