Html Css Color HEX #D92D46 Amaranth

📋 copy color: '#D92D46'

red 217 ◦ green 45 ◦ blue 70

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

Shades of Amaranth #D92D46

Tints of Amaranth #D92D46

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.55%

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

R = 65.36%
G = 13.55%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D92D46 (or 0xD92D46) is known color: Amaranth. HEX triplet: D9, 2D and 46. RGB value is (217,45,70). Sum of RGB (Red+Green+Blue) = 217+45+70=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92D46 is #26D2B9. Grayscale: #636363. Windows color (decimal): -2544314 or 4599257. OLE color: 4599257.

HSL color Cylindrical-coordinate representation of color #D92D46: hue angle of 351.28º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92D46 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 45 70 -
CMYK 0 0.79 0.68 0.15
HSL 351.28º 0.69% 0.51% -
HSV(B) 351.28º 0.79% 0.85% -
XYZ 30.66 17.07 7.47 -
YUV 99.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 217 45 70 0 0.79 0.68 0.15 351.28 0.69 0.51
Hex D9 2D 46 0 4F 44 F 15F 45 33
Octal 331 55 106 0 117 104 17 537 105 63
Binary 11011001 101101 1000110 0 1001111 1000100 1111 101011111 1000101 110011

Color Harmonies of #D92D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92D46

Black with #D92D46

Text Example


Text Example

White with #D92D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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