Html Css Color HEX #D7224C Amaranth

📋 copy color: '#D7224C'

red 215 ◦ green 34 ◦ blue 76

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

Shades of Amaranth #D7224C

Tints of Amaranth #D7224C

RGB

 RED value IS 215 (84.38% from 255) = 66.15%

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

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

R = 66.15%
G = 10.46%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7224C (or 0xD7224C) is known color: Amaranth. HEX triplet: D7, 22 and 4C. RGB value is (215,34,76). Sum of RGB (Red+Green+Blue) = 215+34+76=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D7224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7224C is #28DDB3. Grayscale: #5C5C5C. Windows color (decimal): -2678196 or 4989655. OLE color: 4989655.

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

Color convert

RGB 215 34 76 -
CMYK 0 0.84 0.65 0.16
HSL 346.08º 0.73% 0.49% -
HSV(B) 346.08º 0.84% 0.84% -
XYZ 29.9 16.11 8.37 -
YUV 92.91 118.47 215.08 -
System Red Green Blue C M Y K H S L
Decimal 215 34 76 0 0.84 0.65 0.16 346.08 0.73 0.49
Hex D7 22 4C 0 54 41 10 15A 49 31
Octal 327 42 114 0 124 101 20 532 111 61
Binary 11010111 100010 1001100 0 1010100 1000001 10000 101011010 1001001 110001

Color Harmonies of #D7224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7224C

Black with #D7224C

Text Example


Text Example

White with #D7224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7224C; }

 p { color: rgb(215,34,76); }

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

background-color css

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

 a { background-color: rgb(215,34,76); }

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

border-color css

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

 span { border-color: rgb(215,34,76); }

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