Html Css Color HEX #D92647 Amaranth

📋 copy color: '#D92647'

red 217 ◦ green 38 ◦ blue 71

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

Shades of Amaranth #D92647

Tints of Amaranth #D92647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.66%

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

R = 66.56%
G = 11.66%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D92647 (or 0xD92647) is known color: Amaranth. HEX triplet: D9, 26 and 47. RGB value is (217,38,71). Sum of RGB (Red+Green+Blue) = 217+38+71=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D92647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92647 is #26D9B8. Grayscale: #5F5F5F. Windows color (decimal): -2546105 or 4663001. OLE color: 4663001.

HSL color Cylindrical-coordinate representation of color #D92647: hue angle of 348.94º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92647 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 38 71 -
CMYK 0 0.82 0.67 0.15
HSL 348.94º 0.7% 0.5% -
HSV(B) 348.94º 0.82% 0.85% -
XYZ 30.45 16.59 7.56 -
YUV 95.28 114.3 214.82 -
System Red Green Blue C M Y K H S L
Decimal 217 38 71 0 0.82 0.67 0.15 348.94 0.7 0.5
Hex D9 26 47 0 52 43 F 15D 46 32
Octal 331 46 107 0 122 103 17 535 106 62
Binary 11011001 100110 1000111 0 1010010 1000011 1111 101011101 1000110 110010

Color Harmonies of #D92647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92647

Black with #D92647

Text Example


Text Example

White with #D92647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92647; }

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

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

background-color css

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

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

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

border-color css

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

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

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