Html Css Color HEX #DE2247 Amaranth

📋 copy color: '#DE2247'

red 222 ◦ green 34 ◦ blue 71

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

Shades of Amaranth #DE2247

Tints of Amaranth #DE2247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.71%

R = 67.89%
G = 10.4%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE2247 (or 0xDE2247) is known color: Amaranth. HEX triplet: DE, 22 and 47. RGB value is (222,34,71). Sum of RGB (Red+Green+Blue) = 222+34+71=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2247 is #21DDB8. Grayscale: #5E5E5E. Windows color (decimal): -2219449 or 4661982. OLE color: 4661982.

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

Color convert

RGB 222 34 71 -
CMYK 0 0.85 0.68 0.13
HSL 348.19º 0.74% 0.5% -
HSV(B) 348.19º 0.85% 0.87% -
XYZ 31.83 17.13 7.59 -
YUV 94.43 114.78 218.99 -
System Red Green Blue C M Y K H S L
Decimal 222 34 71 0 0.85 0.68 0.13 348.19 0.74 0.5
Hex DE 22 47 0 55 44 D 15C 4A 32
Octal 336 42 107 0 125 104 15 534 112 62
Binary 11011110 100010 1000111 0 1010101 1000100 1101 101011100 1001010 110010

Color Harmonies of #DE2247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2247

Black with #DE2247

Text Example


Text Example

White with #DE2247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2247; }

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

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

background-color css

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

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

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

border-color css

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

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

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