Html Css Color HEX #DE2947 Amaranth

📋 copy color: '#DE2947'

red 222 ◦ green 41 ◦ blue 71

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

Shades of Amaranth #DE2947

Tints of Amaranth #DE2947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.28%

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

R = 66.47%
G = 12.28%
B = 21.26%

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

#DE2947 (or 0xDE2947) is known color: Amaranth. HEX triplet: DE, 29 and 47. RGB value is (222,41,71). Sum of RGB (Red+Green+Blue) = 222+41+71=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2947 is #21D6B8. Grayscale: #626262. Windows color (decimal): -2217657 or 4663774. OLE color: 4663774.

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

Color convert

RGB 222 41 71 -
CMYK 0 0.82 0.68 0.13
HSL 350.06º 0.73% 0.52% -
HSV(B) 350.06º 0.82% 0.87% -
XYZ 32.05 17.57 7.66 -
YUV 98.54 112.47 216.06 -
System Red Green Blue C M Y K H S L
Decimal 222 41 71 0 0.82 0.68 0.13 350.06 0.73 0.52
Hex DE 29 47 0 52 44 D 15E 49 34
Octal 336 51 107 0 122 104 15 536 111 64
Binary 11011110 101001 1000111 0 1010010 1000100 1101 101011110 1001001 110100

Color Harmonies of #DE2947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2947

Black with #DE2947

Text Example


Text Example

White with #DE2947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2947; }

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

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

background-color css

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

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

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

border-color css

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

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

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