Html Css Color HEX #DE404C Amaranth

📋 copy color: '#DE404C'

red 222 ◦ green 64 ◦ blue 76

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

Shades of Amaranth #DE404C

Tints of Amaranth #DE404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.68%

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

R = 61.33%
G = 17.68%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE404C (or 0xDE404C) is known color: Amaranth. HEX triplet: DE, 40 and 4C. RGB value is (222,64,76). Sum of RGB (Red+Green+Blue) = 222+64+76=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE404C is #21BFB3. Grayscale: #707070. Windows color (decimal): -2211764 or 4997342. OLE color: 4997342.

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

Color convert

RGB 222 64 76 -
CMYK 0 0.71 0.66 0.13
HSL 355.44º 0.71% 0.56% -
HSV(B) 355.44º 0.71% 0.87% -
XYZ 33.26 19.72 8.89 -
YUV 112.61 107.35 206.02 -
System Red Green Blue C M Y K H S L
Decimal 222 64 76 0 0.71 0.66 0.13 355.44 0.71 0.56
Hex DE 40 4C 0 47 42 D 163 47 38
Octal 336 100 114 0 107 102 15 543 107 70
Binary 11011110 1000000 1001100 0 1000111 1000010 1101 101100011 1000111 111000

Color Harmonies of #DE404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE404C

Black with #DE404C

Text Example


Text Example

White with #DE404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE404C; }

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

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

background-color css

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

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

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

border-color css

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

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

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