Html Css Color HEX #DE374A Amaranth

📋 copy color: '#DE374A'

red 222 ◦ green 55 ◦ blue 74

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

Shades of Amaranth #DE374A

Tints of Amaranth #DE374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.67%

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

R = 63.25%
G = 15.67%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE374A (or 0xDE374A) is known color: Amaranth. HEX triplet: DE, 37 and 4A. RGB value is (222,55,74). Sum of RGB (Red+Green+Blue) = 222+55+74=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE374A is #21C8B5. Grayscale: #6B6B6B. Windows color (decimal): -2214070 or 4863966. OLE color: 4863966.

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

Color convert

RGB 222 55 74 -
CMYK 0 0.75 0.67 0.13
HSL 353.17º 0.72% 0.54% -
HSV(B) 353.17º 0.75% 0.87% -
XYZ 32.73 18.76 8.37 -
YUV 107.1 109.33 209.96 -
System Red Green Blue C M Y K H S L
Decimal 222 55 74 0 0.75 0.67 0.13 353.17 0.72 0.54
Hex DE 37 4A 0 4B 43 D 161 48 36
Octal 336 67 112 0 113 103 15 541 110 66
Binary 11011110 110111 1001010 0 1001011 1000011 1101 101100001 1001000 110110

Color Harmonies of #DE374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE374A

Black with #DE374A

Text Example


Text Example

White with #DE374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE374A; }

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

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

background-color css

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

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

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

border-color css

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

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

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