Html Css Color HEX #D93D48 Amaranth

📋 copy color: '#D93D48'

red 217 ◦ green 61 ◦ blue 72

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

Shades of Amaranth #D93D48

Tints of Amaranth #D93D48

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.43%

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

R = 62%
G = 17.43%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D93D48 (or 0xD93D48) is known color: Amaranth. HEX triplet: D9, 3D and 48. RGB value is (217,61,72). Sum of RGB (Red+Green+Blue) = 217+61+72=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93D48 is #26C2B7. Grayscale: #6D6D6D. Windows color (decimal): -2540216 or 4734425. OLE color: 4734425.

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

Color convert

RGB 217 61 72 -
CMYK 0 0.72 0.67 0.15
HSL 355.77º 0.67% 0.55% -
HSV(B) 355.77º 0.72% 0.85% -
XYZ 31.45 18.56 8.05 -
YUV 108.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 217 61 72 0 0.72 0.67 0.15 355.77 0.67 0.55
Hex D9 3D 48 0 48 43 F 164 43 37
Octal 331 75 110 0 110 103 17 544 103 67
Binary 11011001 111101 1001000 0 1001000 1000011 1111 101100100 1000011 110111

Color Harmonies of #D93D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D48

Black with #D93D48

Text Example


Text Example

White with #D93D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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