Html Css Color HEX #D7254B Amaranth

📋 copy color: '#D7254B'

red 215 ◦ green 37 ◦ blue 75

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

Shades of Amaranth #D7254B

Tints of Amaranth #D7254B

RGB

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

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

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

R = 65.75%
G = 11.31%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7254B (or 0xD7254B) is known color: Amaranth. HEX triplet: D7, 25 and 4B. RGB value is (215,37,75). Sum of RGB (Red+Green+Blue) = 215+37+75=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D7254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7254B is #28DAB4. Grayscale: #5E5E5E. Windows color (decimal): -2677429 or 4924887. OLE color: 4924887.

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

Color convert

RGB 215 37 75 -
CMYK 0 0.83 0.65 0.16
HSL 347.19º 0.71% 0.49% -
HSV(B) 347.19º 0.83% 0.84% -
XYZ 29.96 16.28 8.22 -
YUV 94.55 116.97 213.91 -
System Red Green Blue C M Y K H S L
Decimal 215 37 75 0 0.83 0.65 0.16 347.19 0.71 0.49
Hex D7 25 4B 0 53 41 10 15B 47 31
Octal 327 45 113 0 123 101 20 533 107 61
Binary 11010111 100101 1001011 0 1010011 1000001 10000 101011011 1000111 110001

Color Harmonies of #D7254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7254B

Black with #D7254B

Text Example


Text Example

White with #D7254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7254B; }

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

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

background-color css

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

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

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

border-color css

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

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

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