Html Css Color HEX #D93148 Amaranth

📋 copy color: '#D93148'

red 217 ◦ green 49 ◦ blue 72

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

Shades of Amaranth #D93148

Tints of Amaranth #D93148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.5%

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

R = 64.2%
G = 14.5%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D93148 (or 0xD93148) is known color: Amaranth. HEX triplet: D9, 31 and 48. RGB value is (217,49,72). Sum of RGB (Red+Green+Blue) = 217+49+72=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D93148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93148 is #26CEB7. Grayscale: #656565. Windows color (decimal): -2543288 or 4731353. OLE color: 4731353.

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

Color convert

RGB 217 49 72 -
CMYK 0 0.77 0.67 0.15
HSL 351.79º 0.69% 0.52% -
HSV(B) 351.79º 0.77% 0.85% -
XYZ 30.88 17.42 7.86 -
YUV 101.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 217 49 72 0 0.77 0.67 0.15 351.79 0.69 0.52
Hex D9 31 48 0 4D 43 F 160 45 34
Octal 331 61 110 0 115 103 17 540 105 64
Binary 11011001 110001 1001000 0 1001101 1000011 1111 101100000 1000101 110100

Color Harmonies of #D93148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93148

Black with #D93148

Text Example


Text Example

White with #D93148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93148; }

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

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

background-color css

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

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

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

border-color css

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

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

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