Html Css Color HEX #D92251 Amaranth

📋 copy color: '#D92251'

red 217 ◦ green 34 ◦ blue 81

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

Shades of Amaranth #D92251

Tints of Amaranth #D92251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.24%

 BLUE value IS 81 (32.03% from 255) = 24.4%

R = 65.36%
G = 10.24%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D92251 (or 0xD92251) is known color: Amaranth. HEX triplet: D9, 22 and 51. RGB value is (217,34,81). Sum of RGB (Red+Green+Blue) = 217+34+81=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D92251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92251 is #26DDAE. Grayscale: #5E5E5E. Windows color (decimal): -2547119 or 5317337. OLE color: 5317337.

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

Color convert

RGB 217 34 81 -
CMYK 0 0.84 0.63 0.15
HSL 344.59º 0.73% 0.49% -
HSV(B) 344.59º 0.84% 0.85% -
XYZ 30.67 16.49 9.35 -
YUV 94.08 120.63 215.68 -
System Red Green Blue C M Y K H S L
Decimal 217 34 81 0 0.84 0.63 0.15 344.59 0.73 0.49
Hex D9 22 51 0 54 3F F 159 49 31
Octal 331 42 121 0 124 77 17 531 111 61
Binary 11011001 100010 1010001 0 1010100 111111 1111 101011001 1001001 110001

Color Harmonies of #D92251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92251

Black with #D92251

Text Example


Text Example

White with #D92251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92251; }

 p { color: rgb(217,34,81); }

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

background-color css

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

 a { background-color: rgb(217,34,81); }

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

border-color css

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

 span { border-color: rgb(217,34,81); }

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