Html Css Color HEX #D73D4B Amaranth

📋 copy color: '#D73D4B'

red 215 ◦ green 61 ◦ blue 75

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

Shades of Amaranth #D73D4B

Tints of Amaranth #D73D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.37%

R = 61.25%
G = 17.38%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D73D4B (or 0xD73D4B) is known color: Amaranth. HEX triplet: D7, 3D and 4B. RGB value is (215,61,75). Sum of RGB (Red+Green+Blue) = 215+61+75=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D4B is #28C2B4. Grayscale: #6C6C6C. Windows color (decimal): -2671285 or 4931031. OLE color: 4931031.

HSL color Cylindrical-coordinate representation of color #D73D4B: hue angle of 354.55º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73D4B is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 61 75 -
CMYK 0 0.72 0.65 0.16
HSL 354.55º 0.66% 0.54% -
HSV(B) 354.55º 0.72% 0.84% -
XYZ 30.96 18.29 8.56 -
YUV 108.64 109.02 203.86 -
System Red Green Blue C M Y K H S L
Decimal 215 61 75 0 0.72 0.65 0.16 354.55 0.66 0.54
Hex D7 3D 4B 0 48 41 10 163 42 36
Octal 327 75 113 0 110 101 20 543 102 66
Binary 11010111 111101 1001011 0 1001000 1000001 10000 101100011 1000010 110110

Color Harmonies of #D73D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73D4B

Black with #D73D4B

Text Example


Text Example

White with #D73D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73D4B; }

 p { color: rgb(215,61,75); }

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

background-color css

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

 a { background-color: rgb(215,61,75); }

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

border-color css

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

 span { border-color: rgb(215,61,75); }

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