Html Css Color HEX #D92550 Amaranth

📋 copy color: '#D92550'

red 217 ◦ green 37 ◦ blue 80

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

Shades of Amaranth #D92550

Tints of Amaranth #D92550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.08%

 BLUE value IS 80 (31.64% from 255) = 23.95%

R = 64.97%
G = 11.08%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D92550 (or 0xD92550) is known color: Amaranth. HEX triplet: D9, 25 and 50. RGB value is (217,37,80). Sum of RGB (Red+Green+Blue) = 217+37+80=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D92550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92550 is #26DAAF. Grayscale: #5F5F5F. Windows color (decimal): -2546352 or 5252569. OLE color: 5252569.

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

Color convert

RGB 217 37 80 -
CMYK 0 0.83 0.63 0.15
HSL 345.67º 0.71% 0.5% -
HSV(B) 345.67º 0.83% 0.85% -
XYZ 30.72 16.65 9.18 -
YUV 95.72 119.13 214.5 -
System Red Green Blue C M Y K H S L
Decimal 217 37 80 0 0.83 0.63 0.15 345.67 0.71 0.5
Hex D9 25 50 0 53 3F F 15A 47 32
Octal 331 45 120 0 123 77 17 532 107 62
Binary 11011001 100101 1010000 0 1010011 111111 1111 101011010 1000111 110010

Color Harmonies of #D92550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92550

Black with #D92550

Text Example


Text Example

White with #D92550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92550; }

 p { color: rgb(217,37,80); }

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

background-color css

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

 a { background-color: rgb(217,37,80); }

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

border-color css

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

 span { border-color: rgb(217,37,80); }

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