Html Css Color HEX #DE3653 Amaranth

📋 copy color: '#DE3653'

red 222 ◦ green 54 ◦ blue 83

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

Shades of Amaranth #DE3653

Tints of Amaranth #DE3653

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.04%

 BLUE value IS 83 (32.81% from 255) = 23.12%

R = 61.84%
G = 15.04%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DE3653 (or 0xDE3653) is known color: Amaranth. HEX triplet: DE, 36 and 53. RGB value is (222,54,83). Sum of RGB (Red+Green+Blue) = 222+54+83=359 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.84% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3653 is #21C9AC. Grayscale: #6B6B6B. Windows color (decimal): -2214317 or 5453534. OLE color: 5453534.

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

Color convert

RGB 222 54 83 -
CMYK 0 0.76 0.63 0.13
HSL 349.64º 0.72% 0.54% -
HSV(B) 349.64º 0.76% 0.87% -
XYZ 33 18.79 10.07 -
YUV 107.54 114.16 209.64 -
System Red Green Blue C M Y K H S L
Decimal 222 54 83 0 0.76 0.63 0.13 349.64 0.72 0.54
Hex DE 36 53 0 4C 3F D 15E 48 36
Octal 336 66 123 0 114 77 15 536 110 66
Binary 11011110 110110 1010011 0 1001100 111111 1101 101011110 1001000 110110

Color Harmonies of #DE3653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3653

Black with #DE3653

Text Example


Text Example

White with #DE3653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3653; }

 p { color: rgb(222,54,83); }

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

background-color css

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

 a { background-color: rgb(222,54,83); }

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

border-color css

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

 span { border-color: rgb(222,54,83); }

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