Html Css Color HEX #DE4249 Amaranth

📋 copy color: '#DE4249'

red 222 ◦ green 66 ◦ blue 73

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

Shades of Amaranth #DE4249

Tints of Amaranth #DE4249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.28%

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

R = 61.5%
G = 18.28%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE4249 (or 0xDE4249) is known color: Amaranth. HEX triplet: DE, 42 and 49. RGB value is (222,66,73). Sum of RGB (Red+Green+Blue) = 222+66+73=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4249 is #21BDB6. Grayscale: #717171. Windows color (decimal): -2211255 or 4801246. OLE color: 4801246.

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

Color convert

RGB 222 66 73 -
CMYK 0 0.70 0.67 0.13
HSL 357.31º 0.7% 0.56% -
HSV(B) 357.31º 0.7% 0.87% -
XYZ 33.28 19.91 8.39 -
YUV 113.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 222 66 73 0 0.70 0.67 0.13 357.31 0.7 0.56
Hex DE 42 49 0 46 43 D 165 46 38
Octal 336 102 111 0 106 103 15 545 106 70
Binary 11011110 1000010 1001001 0 1000110 1000011 1101 101100101 1000110 111000

Color Harmonies of #DE4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4249

Black with #DE4249

Text Example


Text Example

White with #DE4249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4249; }

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

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

background-color css

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

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

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

border-color css

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

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

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