Html Css Color HEX #D92F52 Amaranth

📋 copy color: '#D92F52'

red 217 ◦ green 47 ◦ blue 82

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

Shades of Amaranth #D92F52

Tints of Amaranth #D92F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.7%

R = 62.72%
G = 13.58%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D92F52 (or 0xD92F52) is known color: Amaranth. HEX triplet: D9, 2F and 52. RGB value is (217,47,82). Sum of RGB (Red+Green+Blue) = 217+47+82=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F52 is #26D0AD. Grayscale: #656565. Windows color (decimal): -2543790 or 5386201. OLE color: 5386201.

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

Color convert

RGB 217 47 82 -
CMYK 0 0.78 0.62 0.15
HSL 347.65º 0.69% 0.52% -
HSV(B) 347.65º 0.78% 0.85% -
XYZ 31.15 17.39 9.7 -
YUV 101.82 116.82 210.15 -
System Red Green Blue C M Y K H S L
Decimal 217 47 82 0 0.78 0.62 0.15 347.65 0.69 0.52
Hex D9 2F 52 0 4E 3E F 15C 45 34
Octal 331 57 122 0 116 76 17 534 105 64
Binary 11011001 101111 1010010 0 1001110 111110 1111 101011100 1000101 110100

Color Harmonies of #D92F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F52

Black with #D92F52

Text Example


Text Example

White with #D92F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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