Html Css Color HEX #D73248 Amaranth

📋 copy color: '#D73248'

red 215 ◦ green 50 ◦ blue 72

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

Shades of Amaranth #D73248

Tints of Amaranth #D73248

RGB

 RED value IS 215 (84.38% from 255) = 63.8%

 GREEN value IS 50 (19.92% from 255) = 14.84%

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

R = 63.8%
G = 14.84%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D73248 (or 0xD73248) is known color: Amaranth. HEX triplet: D7, 32 and 48. RGB value is (215,50,72). Sum of RGB (Red+Green+Blue) = 215+50+72=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D73248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73248 is #28CDB7. Grayscale: #656565. Windows color (decimal): -2674104 or 4731607. OLE color: 4731607.

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

Color convert

RGB 215 50 72 -
CMYK 0 0.77 0.67 0.16
HSL 352º 0.67% 0.52% -
HSV(B) 352º 0.77% 0.84% -
XYZ 30.33 17.2 7.85 -
YUV 101.84 111.16 208.71 -
System Red Green Blue C M Y K H S L
Decimal 215 50 72 0 0.77 0.67 0.16 352 0.67 0.52
Hex D7 32 48 0 4D 43 10 160 43 34
Octal 327 62 110 0 115 103 20 540 103 64
Binary 11010111 110010 1001000 0 1001101 1000011 10000 101100000 1000011 110100

Color Harmonies of #D73248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73248

Black with #D73248

Text Example


Text Example

White with #D73248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73248; }

 p { color: rgb(215,50,72); }

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

background-color css

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

 a { background-color: rgb(215,50,72); }

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

border-color css

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

 span { border-color: rgb(215,50,72); }

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