Html Css Color HEX #D7304B Amaranth

📋 copy color: '#D7304B'

red 215 ◦ green 48 ◦ blue 75

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

Shades of Amaranth #D7304B

Tints of Amaranth #D7304B

RGB

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

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

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

R = 63.61%
G = 14.2%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7304B (or 0xD7304B) is known color: Amaranth. HEX triplet: D7, 30 and 4B. RGB value is (215,48,75). Sum of RGB (Red+Green+Blue) = 215+48+75=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D7304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7304B is #28CFB4. Grayscale: #656565. Windows color (decimal): -2674613 or 4927703. OLE color: 4927703.

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

Color convert

RGB 215 48 75 -
CMYK 0 0.78 0.65 0.16
HSL 350.3º 0.68% 0.52% -
HSV(B) 350.3º 0.78% 0.84% -
XYZ 30.35 17.07 8.35 -
YUV 101.01 113.33 209.3 -
System Red Green Blue C M Y K H S L
Decimal 215 48 75 0 0.78 0.65 0.16 350.3 0.68 0.52
Hex D7 30 4B 0 4E 41 10 15E 44 34
Octal 327 60 113 0 116 101 20 536 104 64
Binary 11010111 110000 1001011 0 1001110 1000001 10000 101011110 1000100 110100

Color Harmonies of #D7304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7304B

Black with #D7304B

Text Example


Text Example

White with #D7304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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