Html Css Color HEX #D8274C Amaranth

📋 copy color: '#D8274C'

red 216 ◦ green 39 ◦ blue 76

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

Shades of Amaranth #D8274C

Tints of Amaranth #D8274C

RGB

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

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

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

R = 65.26%
G = 11.78%
B = 22.96%

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

#D8274C (or 0xD8274C) is known color: Amaranth. HEX triplet: D8, 27 and 4C. RGB value is (216,39,76). Sum of RGB (Red+Green+Blue) = 216+39+76=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D8274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8274C is #27D8B3. Grayscale: #606060. Windows color (decimal): -2611380 or 4990936. OLE color: 4990936.

HSL color Cylindrical-coordinate representation of color #D8274C: hue angle of 347.46º degrees, saturation: 0.69, 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 #D8274C is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 39 76 -
CMYK 0 0.82 0.65 0.15
HSL 347.46º 0.69% 0.5% -
HSV(B) 347.46º 0.82% 0.85% -
XYZ 30.35 16.57 8.44 -
YUV 96.14 116.64 213.49 -
System Red Green Blue C M Y K H S L
Decimal 216 39 76 0 0.82 0.65 0.15 347.46 0.69 0.5
Hex D8 27 4C 0 52 41 F 15B 45 32
Octal 330 47 114 0 122 101 17 533 105 62
Binary 11011000 100111 1001100 0 1010010 1000001 1111 101011011 1000101 110010

Color Harmonies of #D8274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8274C

Black with #D8274C

Text Example


Text Example

White with #D8274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8274C; }

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

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

background-color css

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

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

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

border-color css

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

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

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