Html Css Color HEX #D9234C Amaranth

📋 copy color: '#D9234C'

red 217 ◦ green 35 ◦ blue 76

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

Shades of Amaranth #D9234C

Tints of Amaranth #D9234C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.67%

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 66.16%
G = 10.67%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9234C (or 0xD9234C) is known color: Amaranth. HEX triplet: D9, 23 and 4C. RGB value is (217,35,76). Sum of RGB (Red+Green+Blue) = 217+35+76=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D9234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9234C is #26DCB3. Grayscale: #5E5E5E. Windows color (decimal): -2546868 or 4989913. OLE color: 4989913.

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

Color convert

RGB 217 35 76 -
CMYK 0 0.84 0.65 0.15
HSL 346.48º 0.72% 0.49% -
HSV(B) 346.48º 0.84% 0.85% -
XYZ 30.52 16.48 8.41 -
YUV 94.09 117.8 215.67 -
System Red Green Blue C M Y K H S L
Decimal 217 35 76 0 0.84 0.65 0.15 346.48 0.72 0.49
Hex D9 23 4C 0 54 41 F 15A 48 31
Octal 331 43 114 0 124 101 17 532 110 61
Binary 11011001 100011 1001100 0 1010100 1000001 1111 101011010 1001000 110001

Color Harmonies of #D9234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9234C

Black with #D9234C

Text Example


Text Example

White with #D9234C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9234C; }

 p { color: rgb(217,35,76); }

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

background-color css

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

 a { background-color: rgb(217,35,76); }

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

border-color css

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

 span { border-color: rgb(217,35,76); }

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