Html Css Color HEX #D92A48 Amaranth

📋 copy color: '#D92A48'

red 217 ◦ green 42 ◦ blue 72

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

Shades of Amaranth #D92A48

Tints of Amaranth #D92A48

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.69%

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

R = 65.56%
G = 12.69%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D92A48 (or 0xD92A48) is known color: Amaranth. HEX triplet: D9, 2A and 48. RGB value is (217,42,72). Sum of RGB (Red+Green+Blue) = 217+42+72=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92A48 is #26D5B7. Grayscale: #616161. Windows color (decimal): -2545080 or 4729561. OLE color: 4729561.

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

Color convert

RGB 217 42 72 -
CMYK 0 0.81 0.67 0.15
HSL 349.71º 0.7% 0.51% -
HSV(B) 349.71º 0.81% 0.85% -
XYZ 30.61 16.88 7.77 -
YUV 97.75 113.48 213.06 -
System Red Green Blue C M Y K H S L
Decimal 217 42 72 0 0.81 0.67 0.15 349.71 0.7 0.51
Hex D9 2A 48 0 51 43 F 15E 46 33
Octal 331 52 110 0 121 103 17 536 106 63
Binary 11011001 101010 1001000 0 1010001 1000011 1111 101011110 1000110 110011

Color Harmonies of #D92A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92A48

Black with #D92A48

Text Example


Text Example

White with #D92A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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