Html Css Color HEX #D92F48 Amaranth

📋 copy color: '#D92F48'

red 217 ◦ green 47 ◦ blue 72

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

Shades of Amaranth #D92F48

Tints of Amaranth #D92F48

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.99%

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

R = 64.58%
G = 13.99%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D92F48 (or 0xD92F48) is known color: Amaranth. HEX triplet: D9, 2F and 48. RGB value is (217,47,72). Sum of RGB (Red+Green+Blue) = 217+47+72=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92F48 is #26D0B7. Grayscale: #646464. Windows color (decimal): -2543800 or 4730841. OLE color: 4730841.

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

Color convert

RGB 217 47 72 -
CMYK 0 0.78 0.67 0.15
HSL 351.18º 0.69% 0.52% -
HSV(B) 351.18º 0.78% 0.85% -
XYZ 30.8 17.25 7.84 -
YUV 100.68 111.82 210.97 -
System Red Green Blue C M Y K H S L
Decimal 217 47 72 0 0.78 0.67 0.15 351.18 0.69 0.52
Hex D9 2F 48 0 4E 43 F 15F 45 34
Octal 331 57 110 0 116 103 17 537 105 64
Binary 11011001 101111 1001000 0 1001110 1000011 1111 101011111 1000101 110100

Color Harmonies of #D92F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F48

Black with #D92F48

Text Example


Text Example

White with #D92F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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