Html Css Color HEX #D93650 Amaranth

📋 copy color: '#D93650'

red 217 ◦ green 54 ◦ blue 80

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

Shades of Amaranth #D93650

Tints of Amaranth #D93650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.38%

 BLUE value IS 80 (31.64% from 255) = 22.79%

R = 61.82%
G = 15.38%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D93650 (or 0xD93650) is known color: Amaranth. HEX triplet: D9, 36 and 50. RGB value is (217,54,80). Sum of RGB (Red+Green+Blue) = 217+54+80=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D93650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93650 is #26C9AF. Grayscale: #696969. Windows color (decimal): -2542000 or 5256921. OLE color: 5256921.

HSL color Cylindrical-coordinate representation of color #D93650: hue angle of 350.43º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D93650 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 54 80 -
CMYK 0 0.75 0.63 0.15
HSL 350.43º 0.68% 0.53% -
HSV(B) 350.43º 0.75% 0.85% -
XYZ 31.38 17.97 9.4 -
YUV 105.7 113.5 207.39 -
System Red Green Blue C M Y K H S L
Decimal 217 54 80 0 0.75 0.63 0.15 350.43 0.68 0.53
Hex D9 36 50 0 4B 3F F 15E 44 35
Octal 331 66 120 0 113 77 17 536 104 65
Binary 11011001 110110 1010000 0 1001011 111111 1111 101011110 1000100 110101

Color Harmonies of #D93650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93650

Black with #D93650

Text Example


Text Example

White with #D93650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93650; }

 p { color: rgb(217,54,80); }

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

background-color css

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

 a { background-color: rgb(217,54,80); }

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

border-color css

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

 span { border-color: rgb(217,54,80); }

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