Html Css Color HEX #D8224D Amaranth

📋 copy color: '#D8224D'

red 216 ◦ green 34 ◦ blue 77

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

Shades of Amaranth #D8224D

Tints of Amaranth #D8224D

RGB

 RED value IS 216 (84.77% from 255) = 66.06%

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

 BLUE value IS 77 (30.47% from 255) = 23.55%

R = 66.06%
G = 10.4%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8224D (or 0xD8224D) is known color: Amaranth. HEX triplet: D8, 22 and 4D. RGB value is (216,34,77). Sum of RGB (Red+Green+Blue) = 216+34+77=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8224D is #27DDB2. Grayscale: #5D5D5D. Windows color (decimal): -2612659 or 5055192. OLE color: 5055192.

HSL color Cylindrical-coordinate representation of color #D8224D: hue angle of 345.82º 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 #D8224D is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 34 77 -
CMYK 0 0.84 0.64 0.15
HSL 345.82º 0.73% 0.49% -
HSV(B) 345.82º 0.84% 0.85% -
XYZ 30.23 16.28 8.57 -
YUV 93.32 118.8 215.5 -
System Red Green Blue C M Y K H S L
Decimal 216 34 77 0 0.84 0.64 0.15 345.82 0.73 0.49
Hex D8 22 4D 0 54 40 F 15A 49 31
Octal 330 42 115 0 124 100 17 532 111 61
Binary 11011000 100010 1001101 0 1010100 1000000 1111 101011010 1001001 110001

Color Harmonies of #D8224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8224D

Black with #D8224D

Text Example


Text Example

White with #D8224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8224D; }

 p { color: rgb(216,34,77); }

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

background-color css

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

 a { background-color: rgb(216,34,77); }

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

border-color css

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

 span { border-color: rgb(216,34,77); }

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