Html Css Color HEX #D92948 Amaranth

📋 copy color: '#D92948'

red 217 ◦ green 41 ◦ blue 72

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

Shades of Amaranth #D92948

Tints of Amaranth #D92948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.42%

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

R = 65.76%
G = 12.42%
B = 21.82%

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

#D92948 (or 0xD92948) is known color: Amaranth. HEX triplet: D9, 29 and 48. RGB value is (217,41,72). Sum of RGB (Red+Green+Blue) = 217+41+72=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D92948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92948 is #26D6B7. Grayscale: #616161. Windows color (decimal): -2545336 or 4729305. OLE color: 4729305.

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

Color convert

RGB 217 41 72 -
CMYK 0 0.81 0.67 0.15
HSL 349.43º 0.7% 0.51% -
HSV(B) 349.43º 0.81% 0.85% -
XYZ 30.58 16.81 7.76 -
YUV 97.16 113.81 213.48 -
System Red Green Blue C M Y K H S L
Decimal 217 41 72 0 0.81 0.67 0.15 349.43 0.7 0.51
Hex D9 29 48 0 51 43 F 15D 46 33
Octal 331 51 110 0 121 103 17 535 106 63
Binary 11011001 101001 1001000 0 1010001 1000011 1111 101011101 1000110 110011

Color Harmonies of #D92948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92948

Black with #D92948

Text Example


Text Example

White with #D92948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92948; }

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

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

background-color css

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

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

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

border-color css

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

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

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