Html Css Color HEX #DE304A Amaranth

📋 copy color: '#DE304A'

red 222 ◦ green 48 ◦ blue 74

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

Shades of Amaranth #DE304A

Tints of Amaranth #DE304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.95%

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

R = 64.53%
G = 13.95%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE304A (or 0xDE304A) is known color: Amaranth. HEX triplet: DE, 30 and 4A. RGB value is (222,48,74). Sum of RGB (Red+Green+Blue) = 222+48+74=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE304A is #21CFB5. Grayscale: #676767. Windows color (decimal): -2215862 or 4862174. OLE color: 4862174.

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

Color convert

RGB 222 48 74 -
CMYK 0 0.78 0.67 0.13
HSL 351.03º 0.73% 0.53% -
HSV(B) 351.03º 0.78% 0.87% -
XYZ 32.42 18.14 8.27 -
YUV 102.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 222 48 74 0 0.78 0.67 0.13 351.03 0.73 0.53
Hex DE 30 4A 0 4E 43 D 15F 48 35
Octal 336 60 112 0 116 103 15 537 110 65
Binary 11011110 110000 1001010 0 1001110 1000011 1101 101011111 1001000 110101

Color Harmonies of #DE304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE304A

Black with #DE304A

Text Example


Text Example

White with #DE304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE304A; }

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

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

background-color css

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

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

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

border-color css

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

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

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