Html Css Color HEX #D73B4B Amaranth

📋 copy color: '#D73B4B'

red 215 ◦ green 59 ◦ blue 75

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

Shades of Amaranth #D73B4B

Tints of Amaranth #D73B4B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.91%

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

R = 61.6%
G = 16.91%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D73B4B (or 0xD73B4B) is known color: Amaranth. HEX triplet: D7, 3B and 4B. RGB value is (215,59,75). Sum of RGB (Red+Green+Blue) = 215+59+75=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73B4B is #28C4B4. Grayscale: #6B6B6B. Windows color (decimal): -2671797 or 4930519. OLE color: 4930519.

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

Color convert

RGB 215 59 75 -
CMYK 0 0.73 0.65 0.16
HSL 353.85º 0.66% 0.54% -
HSV(B) 353.85º 0.73% 0.84% -
XYZ 30.86 18.08 8.52 -
YUV 107.47 109.68 204.7 -
System Red Green Blue C M Y K H S L
Decimal 215 59 75 0 0.73 0.65 0.16 353.85 0.66 0.54
Hex D7 3B 4B 0 49 41 10 162 42 36
Octal 327 73 113 0 111 101 20 542 102 66
Binary 11010111 111011 1001011 0 1001001 1000001 10000 101100010 1000010 110110

Color Harmonies of #D73B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73B4B

Black with #D73B4B

Text Example


Text Example

White with #D73B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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