Html Css Color HEX #D92247 Amaranth

📋 copy color: '#D92247'

red 217 ◦ green 34 ◦ blue 71

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

Shades of Amaranth #D92247

Tints of Amaranth #D92247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.05%

R = 67.39%
G = 10.56%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D92247 (or 0xD92247) is known color: Amaranth. HEX triplet: D9, 22 and 47. RGB value is (217,34,71). Sum of RGB (Red+Green+Blue) = 217+34+71=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D92247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92247 is #26DDB8. Grayscale: #5C5C5C. Windows color (decimal): -2547129 or 4661977. OLE color: 4661977.

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

Color convert

RGB 217 34 71 -
CMYK 0 0.84 0.67 0.15
HSL 347.87º 0.73% 0.49% -
HSV(B) 347.87º 0.84% 0.85% -
XYZ 30.32 16.35 7.52 -
YUV 92.94 115.63 216.49 -
System Red Green Blue C M Y K H S L
Decimal 217 34 71 0 0.84 0.67 0.15 347.87 0.73 0.49
Hex D9 22 47 0 54 43 F 15C 49 31
Octal 331 42 107 0 124 103 17 534 111 61
Binary 11011001 100010 1000111 0 1010100 1000011 1111 101011100 1001001 110001

Color Harmonies of #D92247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92247

Black with #D92247

Text Example


Text Example

White with #D92247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92247; }

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

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

background-color css

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

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

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

border-color css

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

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

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