Html Css Color HEX #D91F4F Amaranth

📋 copy color: '#D91F4F'

red 217 ◦ green 31 ◦ blue 79

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

Shades of Amaranth #D91F4F

Tints of Amaranth #D91F4F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.48%

 BLUE value IS 79 (31.25% from 255) = 24.16%

R = 66.36%
G = 9.48%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D91F4F (or 0xD91F4F) is known color: Amaranth. HEX triplet: D9, 1F and 4F. RGB value is (217,31,79). Sum of RGB (Red+Green+Blue) = 217+31+79=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91F4F is #26E0B0. Grayscale: #5C5C5C. Windows color (decimal): -2547889 or 5185497. OLE color: 5185497.

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

Color convert

RGB 217 31 79 -
CMYK 0 0.86 0.64 0.15
HSL 344.52º 0.75% 0.49% -
HSV(B) 344.52º 0.86% 0.85% -
XYZ 30.52 16.3 8.93 -
YUV 92.09 120.62 217.1 -
System Red Green Blue C M Y K H S L
Decimal 217 31 79 0 0.86 0.64 0.15 344.52 0.75 0.49
Hex D9 1F 4F 0 56 40 F 159 4B 31
Octal 331 37 117 0 126 100 17 531 113 61
Binary 11011001 11111 1001111 0 1010110 1000000 1111 101011001 1001011 110001

Color Harmonies of #D91F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91F4F

Black with #D91F4F

Text Example


Text Example

White with #D91F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91F4F; }

 p { color: rgb(217,31,79); }

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

background-color css

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

 a { background-color: rgb(217,31,79); }

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

border-color css

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

 span { border-color: rgb(217,31,79); }

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