Html Css Color HEX #D92C54 Amaranth

📋 copy color: '#D92C54'

red 217 ◦ green 44 ◦ blue 84

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

Shades of Amaranth #D92C54

Tints of Amaranth #D92C54

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.75%

 BLUE value IS 84 (33.2% from 255) = 24.35%

R = 62.9%
G = 12.75%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D92C54 (or 0xD92C54) is known color: Amaranth. HEX triplet: D9, 2C and 54. RGB value is (217,44,84). Sum of RGB (Red+Green+Blue) = 217+44+84=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92C54 is #26D3AB. Grayscale: #646464. Windows color (decimal): -2544556 or 5516505. OLE color: 5516505.

HSL color Cylindrical-coordinate representation of color #D92C54: hue angle of 346.13º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92C54 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 44 84 -
CMYK 0 0.80 0.61 0.15
HSL 346.13º 0.69% 0.51% -
HSV(B) 346.13º 0.8% 0.85% -
XYZ 31.12 17.19 10.07 -
YUV 100.29 118.81 211.25 -
System Red Green Blue C M Y K H S L
Decimal 217 44 84 0 0.80 0.61 0.15 346.13 0.69 0.51
Hex D9 2C 54 0 50 3D F 15A 45 33
Octal 331 54 124 0 120 75 17 532 105 63
Binary 11011001 101100 1010100 0 1010000 111101 1111 101011010 1000101 110011

Color Harmonies of #D92C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92C54

Black with #D92C54

Text Example


Text Example

White with #D92C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92C54; }

 p { color: rgb(217,44,84); }

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

background-color css

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

 a { background-color: rgb(217,44,84); }

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

border-color css

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

 span { border-color: rgb(217,44,84); }

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