Html Css Color HEX #D93C4D Amaranth

📋 copy color: '#D93C4D'

red 217 ◦ green 60 ◦ blue 77

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

Shades of Amaranth #D93C4D

Tints of Amaranth #D93C4D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.95%

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

R = 61.3%
G = 16.95%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D93C4D (or 0xD93C4D) is known color: Amaranth. HEX triplet: D9, 3C and 4D. RGB value is (217,60,77). Sum of RGB (Red+Green+Blue) = 217+60+77=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93C4D is #26C3B2. Grayscale: #6C6C6C. Windows color (decimal): -2540467 or 5061849. OLE color: 5061849.

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

Color convert

RGB 217 60 77 -
CMYK 0 0.72 0.65 0.15
HSL 353.5º 0.67% 0.54% -
HSV(B) 353.5º 0.72% 0.85% -
XYZ 31.57 18.52 8.93 -
YUV 108.88 110.01 205.12 -
System Red Green Blue C M Y K H S L
Decimal 217 60 77 0 0.72 0.65 0.15 353.5 0.67 0.54
Hex D9 3C 4D 0 48 41 F 162 43 36
Octal 331 74 115 0 110 101 17 542 103 66
Binary 11011001 111100 1001101 0 1001000 1000001 1111 101100010 1000011 110110

Color Harmonies of #D93C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C4D

Black with #D93C4D

Text Example


Text Example

White with #D93C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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