Html Css Color HEX #D91D50 Amaranth

📋 copy color: '#D91D50'

red 217 ◦ green 29 ◦ blue 80

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

Shades of Amaranth #D91D50

Tints of Amaranth #D91D50

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.9%

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

R = 66.56%
G = 8.9%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D91D50 (or 0xD91D50) is known color: Amaranth. HEX triplet: D9, 1D and 50. RGB value is (217,29,80). Sum of RGB (Red+Green+Blue) = 217+29+80=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91D50 is #26E2AF. Grayscale: #5B5B5B. Windows color (decimal): -2548400 or 5250521. OLE color: 5250521.

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

Color convert

RGB 217 29 80 -
CMYK 0 0.87 0.63 0.15
HSL 343.72º 0.76% 0.48% -
HSV(B) 343.72º 0.87% 0.85% -
XYZ 30.5 16.21 9.11 -
YUV 91.03 121.78 217.85 -
System Red Green Blue C M Y K H S L
Decimal 217 29 80 0 0.87 0.63 0.15 343.72 0.76 0.48
Hex D9 1D 50 0 57 3F F 158 4C 30
Octal 331 35 120 0 127 77 17 530 114 60
Binary 11011001 11101 1010000 0 1010111 111111 1111 101011000 1001100 110000

Color Harmonies of #D91D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D50

Black with #D91D50

Text Example


Text Example

White with #D91D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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