Html Css Color HEX #D93548 Amaranth

📋 copy color: '#D93548'

red 217 ◦ green 53 ◦ blue 72

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

Shades of Amaranth #D93548

Tints of Amaranth #D93548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.5%

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 63.45%
G = 15.5%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D93548 (or 0xD93548) is known color: Amaranth. HEX triplet: D9, 35 and 48. RGB value is (217,53,72). Sum of RGB (Red+Green+Blue) = 217+53+72=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D93548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93548 is #26CAB7. Grayscale: #686868. Windows color (decimal): -2542264 or 4732377. OLE color: 4732377.

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

Color convert

RGB 217 53 72 -
CMYK 0 0.76 0.67 0.15
HSL 353.05º 0.68% 0.53% -
HSV(B) 353.05º 0.76% 0.85% -
XYZ 31.06 17.77 7.92 -
YUV 104.2 109.83 208.46 -
System Red Green Blue C M Y K H S L
Decimal 217 53 72 0 0.76 0.67 0.15 353.05 0.68 0.53
Hex D9 35 48 0 4C 43 F 161 44 35
Octal 331 65 110 0 114 103 17 541 104 65
Binary 11011001 110101 1001000 0 1001100 1000011 1111 101100001 1000100 110101

Color Harmonies of #D93548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93548

Black with #D93548

Text Example


Text Example

White with #D93548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93548; }

 p { color: rgb(217,53,72); }

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

background-color css

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

 a { background-color: rgb(217,53,72); }

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

border-color css

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

 span { border-color: rgb(217,53,72); }

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