Html Css Color HEX #D94049 Amaranth

📋 copy color: '#D94049'

red 217 ◦ green 64 ◦ blue 73

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

Shades of Amaranth #D94049

Tints of Amaranth #D94049

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.08%

 BLUE value IS 73 (28.91% from 255) = 20.62%

R = 61.3%
G = 18.08%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D94049 (or 0xD94049) is known color: Amaranth. HEX triplet: D9, 40 and 49. RGB value is (217,64,73). Sum of RGB (Red+Green+Blue) = 217+64+73=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D94049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94049 is #26BFB6. Grayscale: #6E6E6E. Windows color (decimal): -2539447 or 4800729. OLE color: 4800729.

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

Color convert

RGB 217 64 73 -
CMYK 0 0.71 0.66 0.15
HSL 356.47º 0.67% 0.55% -
HSV(B) 356.47º 0.71% 0.85% -
XYZ 31.65 18.9 8.28 -
YUV 110.77 106.69 203.77 -
System Red Green Blue C M Y K H S L
Decimal 217 64 73 0 0.71 0.66 0.15 356.47 0.67 0.55
Hex D9 40 49 0 47 42 F 164 43 37
Octal 331 100 111 0 107 102 17 544 103 67
Binary 11011001 1000000 1001001 0 1000111 1000010 1111 101100100 1000011 110111

Color Harmonies of #D94049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94049

Black with #D94049

Text Example


Text Example

White with #D94049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94049; }

 p { color: rgb(217,64,73); }

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

background-color css

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

 a { background-color: rgb(217,64,73); }

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

border-color css

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

 span { border-color: rgb(217,64,73); }

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