Html Css Color HEX #D92746 Amaranth

📋 copy color: '#D92746'

red 217 ◦ green 39 ◦ blue 70

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

Shades of Amaranth #D92746

Tints of Amaranth #D92746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.96%

 BLUE value IS 70 (27.73% from 255) = 21.47%

R = 66.56%
G = 11.96%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D92746 (or 0xD92746) is known color: Amaranth. HEX triplet: D9, 27 and 46. RGB value is (217,39,70). Sum of RGB (Red+Green+Blue) = 217+39+70=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D92746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92746 is #26D8B9. Grayscale: #5F5F5F. Windows color (decimal): -2545850 or 4597721. OLE color: 4597721.

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

Color convert

RGB 217 39 70 -
CMYK 0 0.82 0.68 0.15
HSL 349.55º 0.7% 0.5% -
HSV(B) 349.55º 0.82% 0.85% -
XYZ 30.45 16.64 7.4 -
YUV 95.76 113.47 214.48 -
System Red Green Blue C M Y K H S L
Decimal 217 39 70 0 0.82 0.68 0.15 349.55 0.7 0.5
Hex D9 27 46 0 52 44 F 15E 46 32
Octal 331 47 106 0 122 104 17 536 106 62
Binary 11011001 100111 1000110 0 1010010 1000100 1111 101011110 1000110 110010

Color Harmonies of #D92746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92746

Black with #D92746

Text Example


Text Example

White with #D92746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92746; }

 p { color: rgb(217,39,70); }

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

background-color css

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

 a { background-color: rgb(217,39,70); }

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

border-color css

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

 span { border-color: rgb(217,39,70); }

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