Html Css Color HEX #D93751 Amaranth

📋 copy color: '#D93751'

red 217 ◦ green 55 ◦ blue 81

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

Shades of Amaranth #D93751

Tints of Amaranth #D93751

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.58%

 BLUE value IS 81 (32.03% from 255) = 22.95%

R = 61.47%
G = 15.58%
B = 22.95%

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

#D93751 (or 0xD93751) is known color: Amaranth. HEX triplet: D9, 37 and 51. RGB value is (217,55,81). Sum of RGB (Red+Green+Blue) = 217+55+81=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D93751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93751 is #26C8AE. Grayscale: #6A6A6A. Windows color (decimal): -2541743 or 5322713. OLE color: 5322713.

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

Color convert

RGB 217 55 81 -
CMYK 0 0.75 0.63 0.15
HSL 350.37º 0.68% 0.53% -
HSV(B) 350.37º 0.75% 0.85% -
XYZ 31.47 18.08 9.62 -
YUV 106.4 113.67 206.89 -
System Red Green Blue C M Y K H S L
Decimal 217 55 81 0 0.75 0.63 0.15 350.37 0.68 0.53
Hex D9 37 51 0 4B 3F F 15E 44 35
Octal 331 67 121 0 113 77 17 536 104 65
Binary 11011001 110111 1010001 0 1001011 111111 1111 101011110 1000100 110101

Color Harmonies of #D93751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93751

Black with #D93751

Text Example


Text Example

White with #D93751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93751; }

 p { color: rgb(217,55,81); }

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

background-color css

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

 a { background-color: rgb(217,55,81); }

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

border-color css

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

 span { border-color: rgb(217,55,81); }

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