Html Css Color HEX #DE2956 Amaranth

📋 copy color: '#DE2956'

red 222 ◦ green 41 ◦ blue 86

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

Shades of Amaranth #DE2956

Tints of Amaranth #DE2956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.64%

R = 63.61%
G = 11.75%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DE2956 (or 0xDE2956) is known color: Amaranth. HEX triplet: DE, 29 and 56. RGB value is (222,41,86). Sum of RGB (Red+Green+Blue) = 222+41+86=349 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.61% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2956 is #21D6A9. Grayscale: #646464. Windows color (decimal): -2217642 or 5646814. OLE color: 5646814.

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

Color convert

RGB 222 41 86 -
CMYK 0 0.82 0.61 0.13
HSL 345.08º 0.73% 0.52% -
HSV(B) 345.08º 0.82% 0.87% -
XYZ 32.6 17.79 10.52 -
YUV 100.25 119.97 214.84 -
System Red Green Blue C M Y K H S L
Decimal 222 41 86 0 0.82 0.61 0.13 345.08 0.73 0.52
Hex DE 29 56 0 52 3D D 159 49 34
Octal 336 51 126 0 122 75 15 531 111 64
Binary 11011110 101001 1010110 0 1010010 111101 1101 101011001 1001001 110100

Color Harmonies of #DE2956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2956

Black with #DE2956

Text Example


Text Example

White with #DE2956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2956; }

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

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

background-color css

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

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

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

border-color css

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

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

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