Html Css Color HEX #D8234D Amaranth

📋 copy color: '#D8234D'

red 216 ◦ green 35 ◦ blue 77

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

Shades of Amaranth #D8234D

Tints of Amaranth #D8234D

RGB

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

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

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

R = 65.85%
G = 10.67%
B = 23.48%

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

#D8234D (or 0xD8234D) is known color: Amaranth. HEX triplet: D8, 23 and 4D. RGB value is (216,35,77). Sum of RGB (Red+Green+Blue) = 216+35+77=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8234D is #27DCB2. Grayscale: #5D5D5D. Windows color (decimal): -2612403 or 5055448. OLE color: 5055448.

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

Color convert

RGB 216 35 77 -
CMYK 0 0.84 0.64 0.15
HSL 346.08º 0.72% 0.49% -
HSV(B) 346.08º 0.84% 0.85% -
XYZ 30.26 16.34 8.58 -
YUV 93.91 118.47 215.08 -
System Red Green Blue C M Y K H S L
Decimal 216 35 77 0 0.84 0.64 0.15 346.08 0.72 0.49
Hex D8 23 4D 0 54 40 F 15A 48 31
Octal 330 43 115 0 124 100 17 532 110 61
Binary 11011000 100011 1001101 0 1010100 1000000 1111 101011010 1001000 110001

Color Harmonies of #D8234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8234D

Black with #D8234D

Text Example


Text Example

White with #D8234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8234D; }

 p { color: rgb(216,35,77); }

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

background-color css

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

 a { background-color: rgb(216,35,77); }

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

border-color css

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

 span { border-color: rgb(216,35,77); }

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