Html Css Color HEX #DE394F Amaranth

📋 copy color: '#DE394F'

red 222 ◦ green 57 ◦ blue 79

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

Shades of Amaranth #DE394F

Tints of Amaranth #DE394F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.92%

 BLUE value IS 79 (31.25% from 255) = 22.07%

R = 62.01%
G = 15.92%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE394F (or 0xDE394F) is known color: Amaranth. HEX triplet: DE, 39 and 4F. RGB value is (222,57,79). Sum of RGB (Red+Green+Blue) = 222+57+79=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE394F is #21C6B0. Grayscale: #6C6C6C. Windows color (decimal): -2213553 or 5192158. OLE color: 5192158.

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

Color convert

RGB 222 57 79 -
CMYK 0 0.74 0.64 0.13
HSL 352º 0.71% 0.55% -
HSV(B) 352º 0.74% 0.87% -
XYZ 33 19.02 9.33 -
YUV 108.84 111.16 208.71 -
System Red Green Blue C M Y K H S L
Decimal 222 57 79 0 0.74 0.64 0.13 352 0.71 0.55
Hex DE 39 4F 0 4A 40 D 160 47 37
Octal 336 71 117 0 112 100 15 540 107 67
Binary 11011110 111001 1001111 0 1001010 1000000 1101 101100000 1000111 110111

Color Harmonies of #DE394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE394F

Black with #DE394F

Text Example


Text Example

White with #DE394F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE394F; }

 p { color: rgb(222,57,79); }

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

background-color css

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

 a { background-color: rgb(222,57,79); }

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

border-color css

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

 span { border-color: rgb(222,57,79); }

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