Html Css Color HEX #D92148 Amaranth

📋 copy color: '#D92148'

red 217 ◦ green 33 ◦ blue 72

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

Shades of Amaranth #D92148

Tints of Amaranth #D92148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.25%

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

R = 67.39%
G = 10.25%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D92148 (or 0xD92148) is known color: Amaranth. HEX triplet: D9, 21 and 48. RGB value is (217,33,72). Sum of RGB (Red+Green+Blue) = 217+33+72=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D92148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92148 is #26DEB7. Grayscale: #5C5C5C. Windows color (decimal): -2547384 or 4727257. OLE color: 4727257.

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

Color convert

RGB 217 33 72 -
CMYK 0 0.85 0.67 0.15
HSL 347.28º 0.74% 0.49% -
HSV(B) 347.28º 0.85% 0.85% -
XYZ 30.33 16.31 7.68 -
YUV 92.46 116.46 216.83 -
System Red Green Blue C M Y K H S L
Decimal 217 33 72 0 0.85 0.67 0.15 347.28 0.74 0.49
Hex D9 21 48 0 55 43 F 15B 4A 31
Octal 331 41 110 0 125 103 17 533 112 61
Binary 11011001 100001 1001000 0 1010101 1000011 1111 101011011 1001010 110001

Color Harmonies of #D92148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92148

Black with #D92148

Text Example


Text Example

White with #D92148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92148; }

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

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

background-color css

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

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

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

border-color css

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

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

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