Html Css Color HEX #D9274C Amaranth

📋 copy color: '#D9274C'

red 217 ◦ green 39 ◦ blue 76

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

Shades of Amaranth #D9274C

Tints of Amaranth #D9274C

RGB

 RED value IS 217 (85.16% from 255) = 65.36%

 GREEN value IS 39 (15.63% from 255) = 11.75%

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

R = 65.36%
G = 11.75%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9274C (or 0xD9274C) is known color: Amaranth. HEX triplet: D9, 27 and 4C. RGB value is (217,39,76). Sum of RGB (Red+Green+Blue) = 217+39+76=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D9274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9274C is #26D8B3. Grayscale: #606060. Windows color (decimal): -2545844 or 4990937. OLE color: 4990937.

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

Color convert

RGB 217 39 76 -
CMYK 0 0.82 0.65 0.15
HSL 347.53º 0.7% 0.5% -
HSV(B) 347.53º 0.82% 0.85% -
XYZ 30.65 16.72 8.45 -
YUV 96.44 116.47 213.99 -
System Red Green Blue C M Y K H S L
Decimal 217 39 76 0 0.82 0.65 0.15 347.53 0.7 0.5
Hex D9 27 4C 0 52 41 F 15C 46 32
Octal 331 47 114 0 122 101 17 534 106 62
Binary 11011001 100111 1001100 0 1010010 1000001 1111 101011100 1000110 110010

Color Harmonies of #D9274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9274C

Black with #D9274C

Text Example


Text Example

White with #D9274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9274C; }

 p { color: rgb(217,39,76); }

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

background-color css

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

 a { background-color: rgb(217,39,76); }

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

border-color css

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

 span { border-color: rgb(217,39,76); }

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