Html Css Color HEX #D8254C Amaranth

📋 copy color: '#D8254C'

red 216 ◦ green 37 ◦ blue 76

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

Shades of Amaranth #D8254C

Tints of Amaranth #D8254C

RGB

 RED value IS 216 (84.77% from 255) = 65.65%

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

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

R = 65.65%
G = 11.25%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8254C (or 0xD8254C) is known color: Amaranth. HEX triplet: D8, 25 and 4C. RGB value is (216,37,76). Sum of RGB (Red+Green+Blue) = 216+37+76=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8254C is #27DAB3. Grayscale: #5E5E5E. Windows color (decimal): -2611892 or 4990424. OLE color: 4990424.

HSL color Cylindrical-coordinate representation of color #D8254C: hue angle of 346.93º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8254C is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 37 76 -
CMYK 0 0.83 0.65 0.15
HSL 346.93º 0.71% 0.5% -
HSV(B) 346.93º 0.83% 0.85% -
XYZ 30.28 16.44 8.42 -
YUV 94.97 117.3 214.33 -
System Red Green Blue C M Y K H S L
Decimal 216 37 76 0 0.83 0.65 0.15 346.93 0.71 0.5
Hex D8 25 4C 0 53 41 F 15B 47 32
Octal 330 45 114 0 123 101 17 533 107 62
Binary 11011000 100101 1001100 0 1010011 1000001 1111 101011011 1000111 110010

Color Harmonies of #D8254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8254C

Black with #D8254C

Text Example


Text Example

White with #D8254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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