Html Css Color HEX #D7254D Amaranth

📋 copy color: '#D7254D'

red 215 ◦ green 37 ◦ blue 77

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

Shades of Amaranth #D7254D

Tints of Amaranth #D7254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.25%

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 65.35%
G = 11.25%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7254D (or 0xD7254D) is known color: Amaranth. HEX triplet: D7, 25 and 4D. RGB value is (215,37,77). Sum of RGB (Red+Green+Blue) = 215+37+77=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D7254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7254D is #28DAB2. Grayscale: #5E5E5E. Windows color (decimal): -2677427 or 5055959. OLE color: 5055959.

HSL color Cylindrical-coordinate representation of color #D7254D: hue angle of 346.52º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7254D is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 37 77 -
CMYK 0 0.83 0.64 0.16
HSL 346.52º 0.71% 0.49% -
HSV(B) 346.52º 0.83% 0.84% -
XYZ 30.03 16.31 8.59 -
YUV 94.78 117.97 213.75 -
System Red Green Blue C M Y K H S L
Decimal 215 37 77 0 0.83 0.64 0.16 346.52 0.71 0.49
Hex D7 25 4D 0 53 40 10 15B 47 31
Octal 327 45 115 0 123 100 20 533 107 61
Binary 11010111 100101 1001101 0 1010011 1000000 10000 101011011 1000111 110001

Color Harmonies of #D7254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7254D

Black with #D7254D

Text Example


Text Example

White with #D7254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7254D; }

 p { color: rgb(215,37,77); }

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

background-color css

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

 a { background-color: rgb(215,37,77); }

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

border-color css

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

 span { border-color: rgb(215,37,77); }

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