Html Css Color HEX #D92D48 Amaranth

📋 copy color: '#D92D48'

red 217 ◦ green 45 ◦ blue 72

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

Shades of Amaranth #D92D48

Tints of Amaranth #D92D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.56%

R = 64.97%
G = 13.47%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D92D48 (or 0xD92D48) is known color: Amaranth. HEX triplet: D9, 2D and 48. RGB value is (217,45,72). Sum of RGB (Red+Green+Blue) = 217+45+72=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92D48 is #26D2B7. Grayscale: #636363. Windows color (decimal): -2544312 or 4730329. OLE color: 4730329.

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

Color convert

RGB 217 45 72 -
CMYK 0 0.79 0.67 0.15
HSL 350.58º 0.69% 0.51% -
HSV(B) 350.58º 0.79% 0.85% -
XYZ 30.72 17.1 7.81 -
YUV 99.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 217 45 72 0 0.79 0.67 0.15 350.58 0.69 0.51
Hex D9 2D 48 0 4F 43 F 15F 45 33
Octal 331 55 110 0 117 103 17 537 105 63
Binary 11011001 101101 1001000 0 1001111 1000011 1111 101011111 1000101 110011

Color Harmonies of #D92D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92D48

Black with #D92D48

Text Example


Text Example

White with #D92D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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