Html Css Color HEX #DE354C Amaranth

📋 copy color: '#DE354C'

red 222 ◦ green 53 ◦ blue 76

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

Shades of Amaranth #DE354C

Tints of Amaranth #DE354C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.65%

R = 63.25%
G = 15.1%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE354C (or 0xDE354C) is known color: Amaranth. HEX triplet: DE, 35 and 4C. RGB value is (222,53,76). Sum of RGB (Red+Green+Blue) = 222+53+76=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE354C is #21CAB3. Grayscale: #6A6A6A. Windows color (decimal): -2214580 or 4994526. OLE color: 4994526.

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

Color convert

RGB 222 53 76 -
CMYK 0 0.76 0.66 0.13
HSL 351.83º 0.72% 0.54% -
HSV(B) 351.83º 0.76% 0.87% -
XYZ 32.7 18.6 8.7 -
YUV 106.15 110.99 210.63 -
System Red Green Blue C M Y K H S L
Decimal 222 53 76 0 0.76 0.66 0.13 351.83 0.72 0.54
Hex DE 35 4C 0 4C 42 D 160 48 36
Octal 336 65 114 0 114 102 15 540 110 66
Binary 11011110 110101 1001100 0 1001100 1000010 1101 101100000 1001000 110110

Color Harmonies of #DE354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE354C

Black with #DE354C

Text Example


Text Example

White with #DE354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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