Html Css Color HEX #D9234E Amaranth

📋 copy color: '#D9234E'

red 217 ◦ green 35 ◦ blue 78

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

Shades of Amaranth #D9234E

Tints of Amaranth #D9234E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.64%

R = 65.76%
G = 10.61%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9234E (or 0xD9234E) is known color: Amaranth. HEX triplet: D9, 23 and 4E. RGB value is (217,35,78). Sum of RGB (Red+Green+Blue) = 217+35+78=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D9234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9234E is #26DCB1. Grayscale: #5E5E5E. Windows color (decimal): -2546866 or 5120985. OLE color: 5120985.

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

Color convert

RGB 217 35 78 -
CMYK 0 0.84 0.64 0.15
HSL 345.82º 0.72% 0.49% -
HSV(B) 345.82º 0.84% 0.85% -
XYZ 30.59 16.5 8.78 -
YUV 94.32 118.8 215.5 -
System Red Green Blue C M Y K H S L
Decimal 217 35 78 0 0.84 0.64 0.15 345.82 0.72 0.49
Hex D9 23 4E 0 54 40 F 15A 48 31
Octal 331 43 116 0 124 100 17 532 110 61
Binary 11011001 100011 1001110 0 1010100 1000000 1111 101011010 1001000 110001

Color Harmonies of #D9234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9234E

Black with #D9234E

Text Example


Text Example

White with #D9234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9234E; }

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

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

background-color css

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

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

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

border-color css

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

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

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