Html Css Color HEX #D91D52 Amaranth

📋 copy color: '#D91D52'

red 217 ◦ green 29 ◦ blue 82

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

Shades of Amaranth #D91D52

Tints of Amaranth #D91D52

RGB

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

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

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

R = 66.16%
G = 8.84%
B = 25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D91D52 (or 0xD91D52) is known color: Amaranth. HEX triplet: D9, 1D and 52. RGB value is (217,29,82). Sum of RGB (Red+Green+Blue) = 217+29+82=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91D52 is #26E2AD. Grayscale: #5B5B5B. Windows color (decimal): -2548398 or 5381593. OLE color: 5381593.

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

Color convert

RGB 217 29 82 -
CMYK 0 0.87 0.62 0.15
HSL 343.09º 0.76% 0.48% -
HSV(B) 343.09º 0.87% 0.85% -
XYZ 30.58 16.24 9.51 -
YUV 91.25 122.78 217.69 -
System Red Green Blue C M Y K H S L
Decimal 217 29 82 0 0.87 0.62 0.15 343.09 0.76 0.48
Hex D9 1D 52 0 57 3E F 157 4C 30
Octal 331 35 122 0 127 76 17 527 114 60
Binary 11011001 11101 1010010 0 1010111 111110 1111 101010111 1001100 110000

Color Harmonies of #D91D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D52

Black with #D91D52

Text Example


Text Example

White with #D91D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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