Html Css Color HEX #D2224D Amaranth

📋 copy color: '#D2224D'

red 210 ◦ green 34 ◦ blue 77

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

Shades of Amaranth #D2224D

Tints of Amaranth #D2224D

RGB

 RED value IS 210 (82.42% from 255) = 65.42%

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

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

R = 65.42%
G = 10.59%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2224D (or 0xD2224D) is known color: Amaranth. HEX triplet: D2, 22 and 4D. RGB value is (210,34,77). Sum of RGB (Red+Green+Blue) = 210+34+77=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D2224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2224D is #2DDDB2. Grayscale: #5B5B5B. Windows color (decimal): -3005875 or 5055186. OLE color: 5055186.

HSL color Cylindrical-coordinate representation of color #D2224D: hue angle of 345.34º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2224D is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 34 77 -
CMYK 0 0.84 0.63 0.18
HSL 345.34º 0.72% 0.48% -
HSV(B) 345.34º 0.84% 0.82% -
XYZ 28.49 15.38 8.49 -
YUV 91.53 119.81 212.5 -
System Red Green Blue C M Y K H S L
Decimal 210 34 77 0 0.84 0.63 0.18 345.34 0.72 0.48
Hex D2 22 4D 0 54 3F 12 159 48 30
Octal 322 42 115 0 124 77 22 531 110 60
Binary 11010010 100010 1001101 0 1010100 111111 10010 101011001 1001000 110000

Color Harmonies of #D2224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2224D

Black with #D2224D

Text Example


Text Example

White with #D2224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2224D; }

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

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

background-color css

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

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

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

border-color css

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

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

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