Html Css Color HEX #DE364A Amaranth

📋 copy color: '#DE364A'

red 222 ◦ green 54 ◦ blue 74

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

Shades of Amaranth #DE364A

Tints of Amaranth #DE364A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 63.43%
G = 15.43%
B = 21.14%

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

#DE364A (or 0xDE364A) is known color: Amaranth. HEX triplet: DE, 36 and 4A. RGB value is (222,54,74). Sum of RGB (Red+Green+Blue) = 222+54+74=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE364A is #21C9B5. Grayscale: #6A6A6A. Windows color (decimal): -2214326 or 4863710. OLE color: 4863710.

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

Color convert

RGB 222 54 74 -
CMYK 0 0.76 0.67 0.13
HSL 352.86º 0.72% 0.54% -
HSV(B) 352.86º 0.76% 0.87% -
XYZ 32.68 18.66 8.36 -
YUV 106.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 222 54 74 0 0.76 0.67 0.13 352.86 0.72 0.54
Hex DE 36 4A 0 4C 43 D 161 48 36
Octal 336 66 112 0 114 103 15 541 110 66
Binary 11011110 110110 1001010 0 1001100 1000011 1101 101100001 1001000 110110

Color Harmonies of #DE364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE364A

Black with #DE364A

Text Example


Text Example

White with #DE364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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