Html Css Color HEX #D92653 Amaranth

📋 copy color: '#D92653'

red 217 ◦ green 38 ◦ blue 83

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

Shades of Amaranth #D92653

Tints of Amaranth #D92653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.56%

R = 64.2%
G = 11.24%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D92653 (or 0xD92653) is known color: Amaranth. HEX triplet: D9, 26 and 53. RGB value is (217,38,83). Sum of RGB (Red+Green+Blue) = 217+38+83=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D92653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92653 is #26D9AC. Grayscale: #606060. Windows color (decimal): -2546093 or 5449433. OLE color: 5449433.

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

Color convert

RGB 217 38 83 -
CMYK 0 0.82 0.62 0.15
HSL 344.92º 0.7% 0.5% -
HSV(B) 344.92º 0.82% 0.85% -
XYZ 30.87 16.76 9.79 -
YUV 96.65 120.3 213.84 -
System Red Green Blue C M Y K H S L
Decimal 217 38 83 0 0.82 0.62 0.15 344.92 0.7 0.5
Hex D9 26 53 0 52 3E F 159 46 32
Octal 331 46 123 0 122 76 17 531 106 62
Binary 11011001 100110 1010011 0 1010010 111110 1111 101011001 1000110 110010

Color Harmonies of #D92653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92653

Black with #D92653

Text Example


Text Example

White with #D92653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92653; }

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

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

background-color css

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

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

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

border-color css

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

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

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