Html Css Color HEX #DE3146 Amaranth

📋 copy color: '#DE3146'

red 222 ◦ green 49 ◦ blue 70

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

Shades of Amaranth #DE3146

Tints of Amaranth #DE3146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.53%

R = 65.1%
G = 14.37%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE3146 (or 0xDE3146) is known color: Amaranth. HEX triplet: DE, 31 and 46. RGB value is (222,49,70). Sum of RGB (Red+Green+Blue) = 222+49+70=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3146 is #21CEB9. Grayscale: #676767. Windows color (decimal): -2215610 or 4600286. OLE color: 4600286.

HSL color Cylindrical-coordinate representation of color #DE3146: hue angle of 352.72º 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 #DE3146 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 49 70 -
CMYK 0 0.78 0.68 0.13
HSL 352.72º 0.72% 0.53% -
HSV(B) 352.72º 0.78% 0.87% -
XYZ 32.33 18.17 7.6 -
YUV 103.12 109.31 212.79 -
System Red Green Blue C M Y K H S L
Decimal 222 49 70 0 0.78 0.68 0.13 352.72 0.72 0.53
Hex DE 31 46 0 4E 44 D 161 48 35
Octal 336 61 106 0 116 104 15 541 110 65
Binary 11011110 110001 1000110 0 1001110 1000100 1101 101100001 1001000 110101

Color Harmonies of #DE3146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3146

Black with #DE3146

Text Example


Text Example

White with #DE3146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3146; }

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

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

background-color css

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

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

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

border-color css

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

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

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