Html Css Color HEX #D73C4B Amaranth

📋 copy color: '#D73C4B'

red 215 ◦ green 60 ◦ blue 75

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

Shades of Amaranth #D73C4B

Tints of Amaranth #D73C4B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.14%

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

R = 61.43%
G = 17.14%
B = 21.43%

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

#D73C4B (or 0xD73C4B) is known color: Amaranth. HEX triplet: D7, 3C and 4B. RGB value is (215,60,75). Sum of RGB (Red+Green+Blue) = 215+60+75=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C4B is #28C3B4. Grayscale: #6C6C6C. Windows color (decimal): -2671541 or 4930775. OLE color: 4930775.

HSL color Cylindrical-coordinate representation of color #D73C4B: hue angle of 354.19º 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 #D73C4B is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 60 75 -
CMYK 0 0.72 0.65 0.16
HSL 354.19º 0.66% 0.54% -
HSV(B) 354.19º 0.72% 0.84% -
XYZ 30.91 18.19 8.54 -
YUV 108.06 109.35 204.28 -
System Red Green Blue C M Y K H S L
Decimal 215 60 75 0 0.72 0.65 0.16 354.19 0.66 0.54
Hex D7 3C 4B 0 48 41 10 162 42 36
Octal 327 74 113 0 110 101 20 542 102 66
Binary 11010111 111100 1001011 0 1001000 1000001 10000 101100010 1000010 110110

Color Harmonies of #D73C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73C4B

Black with #D73C4B

Text Example


Text Example

White with #D73C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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