Html Css Color HEX #DE3744 Amaranth

📋 copy color: '#DE3744'

red 222 ◦ green 55 ◦ blue 68

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

Shades of Amaranth #DE3744

Tints of Amaranth #DE3744

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.94%

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

R = 64.35%
G = 15.94%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE3744 (or 0xDE3744) is known color: Amaranth. HEX triplet: DE, 37 and 44. RGB value is (222,55,68). Sum of RGB (Red+Green+Blue) = 222+55+68=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3744 is #21C8BB. Grayscale: #6A6A6A. Windows color (decimal): -2214076 or 4470750. OLE color: 4470750.

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

Color convert

RGB 222 55 68 -
CMYK 0 0.75 0.69 0.13
HSL 355.33º 0.72% 0.54% -
HSV(B) 355.33º 0.75% 0.87% -
XYZ 32.53 18.68 7.36 -
YUV 106.42 106.33 210.44 -
System Red Green Blue C M Y K H S L
Decimal 222 55 68 0 0.75 0.69 0.13 355.33 0.72 0.54
Hex DE 37 44 0 4B 45 D 163 48 36
Octal 336 67 104 0 113 105 15 543 110 66
Binary 11011110 110111 1000100 0 1001011 1000101 1101 101100011 1001000 110110

Color Harmonies of #DE3744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3744

Black with #DE3744

Text Example


Text Example

White with #DE3744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3744; }

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

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

background-color css

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

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

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

border-color css

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

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

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