Html Css Color HEX #D9224A Amaranth

📋 copy color: '#D9224A'

red 217 ◦ green 34 ◦ blue 74

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

Shades of Amaranth #D9224A

Tints of Amaranth #D9224A

RGB

 RED value IS 217 (85.16% from 255) = 66.77%

 GREEN value IS 34 (13.67% from 255) = 10.46%

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

R = 66.77%
G = 10.46%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9224A (or 0xD9224A) is known color: Amaranth. HEX triplet: D9, 22 and 4A. RGB value is (217,34,74). Sum of RGB (Red+Green+Blue) = 217+34+74=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D9224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9224A is #26DDB5. Grayscale: #5D5D5D. Windows color (decimal): -2547126 or 4858585. OLE color: 4858585.

HSL color Cylindrical-coordinate representation of color #D9224A: hue angle of 346.89º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9224A is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 34 74 -
CMYK 0 0.84 0.66 0.15
HSL 346.89º 0.73% 0.49% -
HSV(B) 346.89º 0.84% 0.85% -
XYZ 30.42 16.39 8.04 -
YUV 93.28 117.13 216.25 -
System Red Green Blue C M Y K H S L
Decimal 217 34 74 0 0.84 0.66 0.15 346.89 0.73 0.49
Hex D9 22 4A 0 54 42 F 15B 49 31
Octal 331 42 112 0 124 102 17 533 111 61
Binary 11011001 100010 1001010 0 1010100 1000010 1111 101011011 1001001 110001

Color Harmonies of #D9224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9224A

Black with #D9224A

Text Example


Text Example

White with #D9224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9224A; }

 p { color: rgb(217,34,74); }

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

background-color css

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

 a { background-color: rgb(217,34,74); }

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

border-color css

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

 span { border-color: rgb(217,34,74); }

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