Html Css Color HEX #D9244D Amaranth

📋 copy color: '#D9244D'

red 217 ◦ green 36 ◦ blue 77

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

Shades of Amaranth #D9244D

Tints of Amaranth #D9244D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.91%

 BLUE value IS 77 (30.47% from 255) = 23.33%

R = 65.76%
G = 10.91%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9244D (or 0xD9244D) is known color: Amaranth. HEX triplet: D9, 24 and 4D. RGB value is (217,36,77). Sum of RGB (Red+Green+Blue) = 217+36+77=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D9244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9244D is #26DBB2. Grayscale: #5E5E5E. Windows color (decimal): -2546611 or 5055705. OLE color: 5055705.

HSL color Cylindrical-coordinate representation of color #D9244D: hue angle of 346.41º degrees, saturation: 0.72, 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 #D9244D is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 36 77 -
CMYK 0 0.83 0.65 0.15
HSL 346.41º 0.72% 0.5% -
HSV(B) 346.41º 0.83% 0.85% -
XYZ 30.59 16.55 8.6 -
YUV 94.79 117.97 215.17 -
System Red Green Blue C M Y K H S L
Decimal 217 36 77 0 0.83 0.65 0.15 346.41 0.72 0.5
Hex D9 24 4D 0 53 41 F 15A 48 32
Octal 331 44 115 0 123 101 17 532 110 62
Binary 11011001 100100 1001101 0 1010011 1000001 1111 101011010 1001000 110010

Color Harmonies of #D9244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9244D

Black with #D9244D

Text Example


Text Example

White with #D9244D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9244D; }

 p { color: rgb(217,36,77); }

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

background-color css

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

 a { background-color: rgb(217,36,77); }

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

border-color css

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

 span { border-color: rgb(217,36,77); }

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