Html Css Color HEX #DE2644 Amaranth

📋 copy color: '#DE2644'

red 222 ◦ green 38 ◦ blue 68

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

Shades of Amaranth #DE2644

Tints of Amaranth #DE2644

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.59%

 BLUE value IS 68 (26.95% from 255) = 20.73%

R = 67.68%
G = 11.59%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE2644 (or 0xDE2644) is known color: Amaranth. HEX triplet: DE, 26 and 44. RGB value is (222,38,68). Sum of RGB (Red+Green+Blue) = 222+38+68=328 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.68% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2644 is #21D9BB. Grayscale: #606060. Windows color (decimal): -2218428 or 4466398. OLE color: 4466398.

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

Color convert

RGB 222 38 68 -
CMYK 0 0.83 0.69 0.13
HSL 350.22º 0.74% 0.51% -
HSV(B) 350.22º 0.83% 0.87% -
XYZ 31.86 17.33 7.14 -
YUV 96.44 111.96 217.56 -
System Red Green Blue C M Y K H S L
Decimal 222 38 68 0 0.83 0.69 0.13 350.22 0.74 0.51
Hex DE 26 44 0 53 45 D 15E 4A 33
Octal 336 46 104 0 123 105 15 536 112 63
Binary 11011110 100110 1000100 0 1010011 1000101 1101 101011110 1001010 110011

Color Harmonies of #DE2644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2644

Black with #DE2644

Text Example


Text Example

White with #DE2644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2644; }

 p { color: rgb(222,38,68); }

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

background-color css

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

 a { background-color: rgb(222,38,68); }

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

border-color css

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

 span { border-color: rgb(222,38,68); }

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