Html Css Color HEX #D93448 Amaranth

📋 copy color: '#D93448'

red 217 ◦ green 52 ◦ blue 72

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

Shades of Amaranth #D93448

Tints of Amaranth #D93448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.25%

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

R = 63.64%
G = 15.25%
B = 21.11%

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

#D93448 (or 0xD93448) is known color: Amaranth. HEX triplet: D9, 34 and 48. RGB value is (217,52,72). Sum of RGB (Red+Green+Blue) = 217+52+72=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D93448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93448 is #26CBB7. Grayscale: #676767. Windows color (decimal): -2542520 or 4732121. OLE color: 4732121.

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

Color convert

RGB 217 52 72 -
CMYK 0 0.76 0.67 0.15
HSL 352.73º 0.68% 0.53% -
HSV(B) 352.73º 0.76% 0.85% -
XYZ 31.01 17.68 7.91 -
YUV 103.62 110.16 208.87 -
System Red Green Blue C M Y K H S L
Decimal 217 52 72 0 0.76 0.67 0.15 352.73 0.68 0.53
Hex D9 34 48 0 4C 43 F 161 44 35
Octal 331 64 110 0 114 103 17 541 104 65
Binary 11011001 110100 1001000 0 1001100 1000011 1111 101100001 1000100 110101

Color Harmonies of #D93448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93448

Black with #D93448

Text Example


Text Example

White with #D93448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93448; }

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

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

background-color css

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

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

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

border-color css

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

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

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