Html Css Color HEX #DE2847 Amaranth

📋 copy color: '#DE2847'

red 222 ◦ green 40 ◦ blue 71

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

Shades of Amaranth #DE2847

Tints of Amaranth #DE2847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.01%

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

R = 66.67%
G = 12.01%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE2847 (or 0xDE2847) is known color: Amaranth. HEX triplet: DE, 28 and 47. RGB value is (222,40,71). Sum of RGB (Red+Green+Blue) = 222+40+71=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2847 is #21D7B8. Grayscale: #626262. Windows color (decimal): -2217913 or 4663518. OLE color: 4663518.

HSL color Cylindrical-coordinate representation of color #DE2847: hue angle of 349.78º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2847 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 40 71 -
CMYK 0 0.82 0.68 0.13
HSL 349.78º 0.73% 0.51% -
HSV(B) 349.78º 0.82% 0.87% -
XYZ 32.02 17.5 7.65 -
YUV 97.95 112.8 216.48 -
System Red Green Blue C M Y K H S L
Decimal 222 40 71 0 0.82 0.68 0.13 349.78 0.73 0.51
Hex DE 28 47 0 52 44 D 15E 49 33
Octal 336 50 107 0 122 104 15 536 111 63
Binary 11011110 101000 1000111 0 1010010 1000100 1101 101011110 1001001 110011

Color Harmonies of #DE2847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2847

Black with #DE2847

Text Example


Text Example

White with #DE2847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2847; }

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

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

background-color css

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

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

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

border-color css

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

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

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