Html Css Color HEX #DE224A Amaranth

📋 copy color: '#DE224A'

red 222 ◦ green 34 ◦ blue 74

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

Shades of Amaranth #DE224A

Tints of Amaranth #DE224A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.3%

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

R = 67.27%
G = 10.3%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE224A (or 0xDE224A) is known color: Amaranth. HEX triplet: DE, 22 and 4A. RGB value is (222,34,74). Sum of RGB (Red+Green+Blue) = 222+34+74=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE224A is #21DDB5. Grayscale: #5E5E5E. Windows color (decimal): -2219446 or 4858590. OLE color: 4858590.

HSL color Cylindrical-coordinate representation of color #DE224A: hue angle of 347.23º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE224A is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 34 74 -
CMYK 0 0.85 0.67 0.13
HSL 347.23º 0.74% 0.5% -
HSV(B) 347.23º 0.85% 0.87% -
XYZ 31.93 17.17 8.11 -
YUV 94.77 116.28 218.75 -
System Red Green Blue C M Y K H S L
Decimal 222 34 74 0 0.85 0.67 0.13 347.23 0.74 0.5
Hex DE 22 4A 0 55 43 D 15B 4A 32
Octal 336 42 112 0 125 103 15 533 112 62
Binary 11011110 100010 1001010 0 1010101 1000011 1101 101011011 1001010 110010

Color Harmonies of #DE224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE224A

Black with #DE224A

Text Example


Text Example

White with #DE224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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