Html Css Color HEX #DE3549 Amaranth

📋 copy color: '#DE3549'

red 222 ◦ green 53 ◦ blue 73

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

Shades of Amaranth #DE3549

Tints of Amaranth #DE3549

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.23%

 BLUE value IS 73 (28.91% from 255) = 20.98%

R = 63.79%
G = 15.23%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE3549 (or 0xDE3549) is known color: Amaranth. HEX triplet: DE, 35 and 49. RGB value is (222,53,73). Sum of RGB (Red+Green+Blue) = 222+53+73=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3549 is #21CAB6. Grayscale: #696969. Windows color (decimal): -2214583 or 4797918. OLE color: 4797918.

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

Color convert

RGB 222 53 73 -
CMYK 0 0.76 0.67 0.13
HSL 352.9º 0.72% 0.54% -
HSV(B) 352.9º 0.76% 0.87% -
XYZ 32.6 18.56 8.17 -
YUV 105.81 109.49 210.87 -
System Red Green Blue C M Y K H S L
Decimal 222 53 73 0 0.76 0.67 0.13 352.9 0.72 0.54
Hex DE 35 49 0 4C 43 D 161 48 36
Octal 336 65 111 0 114 103 15 541 110 66
Binary 11011110 110101 1001001 0 1001100 1000011 1101 101100001 1001000 110110

Color Harmonies of #DE3549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3549

Black with #DE3549

Text Example


Text Example

White with #DE3549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3549; }

 p { color: rgb(222,53,73); }

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

background-color css

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

 a { background-color: rgb(222,53,73); }

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

border-color css

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

 span { border-color: rgb(222,53,73); }

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