Html Css Color HEX #DE424E Amaranth

📋 copy color: '#DE424E'

red 222 ◦ green 66 ◦ blue 78

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

Shades of Amaranth #DE424E

Tints of Amaranth #DE424E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.03%

 BLUE value IS 78 (30.86% from 255) = 21.31%

R = 60.66%
G = 18.03%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE424E (or 0xDE424E) is known color: Amaranth. HEX triplet: DE, 42 and 4E. RGB value is (222,66,78). Sum of RGB (Red+Green+Blue) = 222+66+78=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE424E is #21BDB1. Grayscale: #727272. Windows color (decimal): -2211250 or 5128926. OLE color: 5128926.

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

Color convert

RGB 222 66 78 -
CMYK 0 0.70 0.65 0.13
HSL 355.38º 0.7% 0.56% -
HSV(B) 355.38º 0.7% 0.87% -
XYZ 33.45 19.98 9.3 -
YUV 114.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 222 66 78 0 0.70 0.65 0.13 355.38 0.7 0.56
Hex DE 42 4E 0 46 41 D 163 46 38
Octal 336 102 116 0 106 101 15 543 106 70
Binary 11011110 1000010 1001110 0 1000110 1000001 1101 101100011 1000110 111000

Color Harmonies of #DE424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE424E

Black with #DE424E

Text Example


Text Example

White with #DE424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE424E; }

 p { color: rgb(222,66,78); }

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

background-color css

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

 a { background-color: rgb(222,66,78); }

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

border-color css

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

 span { border-color: rgb(222,66,78); }

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