Html Css Color HEX #D8294B Amaranth

📋 copy color: '#D8294B'

red 216 ◦ green 41 ◦ blue 75

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

Shades of Amaranth #D8294B

Tints of Amaranth #D8294B

RGB

 RED value IS 216 (84.77% from 255) = 65.06%

 GREEN value IS 41 (16.41% from 255) = 12.35%

 BLUE value IS 75 (29.69% from 255) = 22.59%

R = 65.06%
G = 12.35%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8294B (or 0xD8294B) is known color: Amaranth. HEX triplet: D8, 29 and 4B. RGB value is (216,41,75). Sum of RGB (Red+Green+Blue) = 216+41+75=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D8294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8294B is #27D6B4. Grayscale: #616161. Windows color (decimal): -2610869 or 4925912. OLE color: 4925912.

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

Color convert

RGB 216 41 75 -
CMYK 0 0.81 0.65 0.15
HSL 348.34º 0.69% 0.5% -
HSV(B) 348.34º 0.81% 0.85% -
XYZ 30.38 16.69 8.28 -
YUV 97.2 115.48 212.74 -
System Red Green Blue C M Y K H S L
Decimal 216 41 75 0 0.81 0.65 0.15 348.34 0.69 0.5
Hex D8 29 4B 0 51 41 F 15C 45 32
Octal 330 51 113 0 121 101 17 534 105 62
Binary 11011000 101001 1001011 0 1010001 1000001 1111 101011100 1000101 110010

Color Harmonies of #D8294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8294B

Black with #D8294B

Text Example


Text Example

White with #D8294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8294B; }

 p { color: rgb(216,41,75); }

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

background-color css

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

 a { background-color: rgb(216,41,75); }

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

border-color css

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

 span { border-color: rgb(216,41,75); }

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