Html Css Color HEX #D92648 Amaranth

📋 copy color: '#D92648'

red 217 ◦ green 38 ◦ blue 72

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

Shades of Amaranth #D92648

Tints of Amaranth #D92648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.62%

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

R = 66.36%
G = 11.62%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D92648 (or 0xD92648) is known color: Amaranth. HEX triplet: D9, 26 and 48. RGB value is (217,38,72). Sum of RGB (Red+Green+Blue) = 217+38+72=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D92648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92648 is #26D9B7. Grayscale: #5F5F5F. Windows color (decimal): -2546104 or 4728537. OLE color: 4728537.

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

Color convert

RGB 217 38 72 -
CMYK 0 0.82 0.67 0.15
HSL 348.6º 0.7% 0.5% -
HSV(B) 348.6º 0.82% 0.85% -
XYZ 30.48 16.61 7.73 -
YUV 95.4 114.8 214.74 -
System Red Green Blue C M Y K H S L
Decimal 217 38 72 0 0.82 0.67 0.15 348.6 0.7 0.5
Hex D9 26 48 0 52 43 F 15D 46 32
Octal 331 46 110 0 122 103 17 535 106 62
Binary 11011001 100110 1001000 0 1010010 1000011 1111 101011101 1000110 110010

Color Harmonies of #D92648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92648

Black with #D92648

Text Example


Text Example

White with #D92648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92648; }

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

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

background-color css

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

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

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

border-color css

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

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

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