Html Css Color HEX #D7224B Amaranth

📋 copy color: '#D7224B'

red 215 ◦ green 34 ◦ blue 75

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

Shades of Amaranth #D7224B

Tints of Amaranth #D7224B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.15%

R = 66.36%
G = 10.49%
B = 23.15%

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

#D7224B (or 0xD7224B) is known color: Amaranth. HEX triplet: D7, 22 and 4B. RGB value is (215,34,75). Sum of RGB (Red+Green+Blue) = 215+34+75=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D7224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7224B is #28DDB4. Grayscale: #5C5C5C. Windows color (decimal): -2678197 or 4924119. OLE color: 4924119.

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

Color convert

RGB 215 34 75 -
CMYK 0 0.84 0.65 0.16
HSL 346.41º 0.73% 0.49% -
HSV(B) 346.41º 0.84% 0.84% -
XYZ 29.87 16.1 8.19 -
YUV 92.79 117.97 215.17 -
System Red Green Blue C M Y K H S L
Decimal 215 34 75 0 0.84 0.65 0.16 346.41 0.73 0.49
Hex D7 22 4B 0 54 41 10 15A 49 31
Octal 327 42 113 0 124 101 20 532 111 61
Binary 11010111 100010 1001011 0 1010100 1000001 10000 101011010 1001001 110001

Color Harmonies of #D7224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7224B

Black with #D7224B

Text Example


Text Example

White with #D7224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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