Html Css Color HEX #D7254C Amaranth

📋 copy color: '#D7254C'

red 215 ◦ green 37 ◦ blue 76

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

Shades of Amaranth #D7254C

Tints of Amaranth #D7254C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 65.55%
G = 11.28%
B = 23.17%

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

#D7254C (or 0xD7254C) is known color: Amaranth. HEX triplet: D7, 25 and 4C. RGB value is (215,37,76). Sum of RGB (Red+Green+Blue) = 215+37+76=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D7254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7254C is #28DAB3. Grayscale: #5E5E5E. Windows color (decimal): -2677428 or 4990423. OLE color: 4990423.

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

Color convert

RGB 215 37 76 -
CMYK 0 0.83 0.65 0.16
HSL 346.85º 0.71% 0.49% -
HSV(B) 346.85º 0.83% 0.84% -
XYZ 29.99 16.29 8.4 -
YUV 94.67 117.47 213.83 -
System Red Green Blue C M Y K H S L
Decimal 215 37 76 0 0.83 0.65 0.16 346.85 0.71 0.49
Hex D7 25 4C 0 53 41 10 15B 47 31
Octal 327 45 114 0 123 101 20 533 107 61
Binary 11010111 100101 1001100 0 1010011 1000001 10000 101011011 1000111 110001

Color Harmonies of #D7254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7254C

Black with #D7254C

Text Example


Text Example

White with #D7254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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