Html Css Color HEX #D73052 Amaranth

📋 copy color: '#D73052'

red 215 ◦ green 48 ◦ blue 82

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

Shades of Amaranth #D73052

Tints of Amaranth #D73052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.91%

 BLUE value IS 82 (32.42% from 255) = 23.77%

R = 62.32%
G = 13.91%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D73052 (or 0xD73052) is known color: Amaranth. HEX triplet: D7, 30 and 52. RGB value is (215,48,82). Sum of RGB (Red+Green+Blue) = 215+48+82=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D73052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73052 is #28CFAD. Grayscale: #656565. Windows color (decimal): -2674606 or 5386455. OLE color: 5386455.

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

Color convert

RGB 215 48 82 -
CMYK 0 0.78 0.62 0.16
HSL 347.78º 0.68% 0.52% -
HSV(B) 347.78º 0.78% 0.84% -
XYZ 30.6 17.17 9.68 -
YUV 101.81 116.83 208.74 -
System Red Green Blue C M Y K H S L
Decimal 215 48 82 0 0.78 0.62 0.16 347.78 0.68 0.52
Hex D7 30 52 0 4E 3E 10 15C 44 34
Octal 327 60 122 0 116 76 20 534 104 64
Binary 11010111 110000 1010010 0 1001110 111110 10000 101011100 1000100 110100

Color Harmonies of #D73052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73052

Black with #D73052

Text Example


Text Example

White with #D73052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73052; }

 p { color: rgb(215,48,82); }

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

background-color css

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

 a { background-color: rgb(215,48,82); }

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

border-color css

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

 span { border-color: rgb(215,48,82); }

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