Html Css Color HEX #DE314A Amaranth

📋 copy color: '#DE314A'

red 222 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #DE314A

Tints of Amaranth #DE314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.2%

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 64.35%
G = 14.2%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE314A (or 0xDE314A) is known color: Amaranth. HEX triplet: DE, 31 and 4A. RGB value is (222,49,74). Sum of RGB (Red+Green+Blue) = 222+49+74=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE314A is #21CEB5. Grayscale: #676767. Windows color (decimal): -2215606 or 4862430. OLE color: 4862430.

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

Color convert

RGB 222 49 74 -
CMYK 0 0.78 0.67 0.13
HSL 351.33º 0.72% 0.53% -
HSV(B) 351.33º 0.78% 0.87% -
XYZ 32.46 18.22 8.28 -
YUV 103.58 111.31 212.47 -
System Red Green Blue C M Y K H S L
Decimal 222 49 74 0 0.78 0.67 0.13 351.33 0.72 0.53
Hex DE 31 4A 0 4E 43 D 15F 48 35
Octal 336 61 112 0 116 103 15 537 110 65
Binary 11011110 110001 1001010 0 1001110 1000011 1101 101011111 1001000 110101

Color Harmonies of #DE314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE314A

Black with #DE314A

Text Example


Text Example

White with #DE314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE314A; }

 p { color: rgb(222,49,74); }

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

background-color css

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

 a { background-color: rgb(222,49,74); }

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

border-color css

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

 span { border-color: rgb(222,49,74); }

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