Html Css Color HEX #D8274A Amaranth

📋 copy color: '#D8274A'

red 216 ◦ green 39 ◦ blue 74

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

Shades of Amaranth #D8274A

Tints of Amaranth #D8274A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.49%

R = 65.65%
G = 11.85%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8274A (or 0xD8274A) is known color: Amaranth. HEX triplet: D8, 27 and 4A. RGB value is (216,39,74). Sum of RGB (Red+Green+Blue) = 216+39+74=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8274A is #27D8B5. Grayscale: #5F5F5F. Windows color (decimal): -2611382 or 4859864. OLE color: 4859864.

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

Color convert

RGB 216 39 74 -
CMYK 0 0.82 0.66 0.15
HSL 348.14º 0.69% 0.5% -
HSV(B) 348.14º 0.82% 0.85% -
XYZ 30.28 16.54 8.08 -
YUV 95.91 115.64 213.65 -
System Red Green Blue C M Y K H S L
Decimal 216 39 74 0 0.82 0.66 0.15 348.14 0.69 0.5
Hex D8 27 4A 0 52 42 F 15C 45 32
Octal 330 47 112 0 122 102 17 534 105 62
Binary 11011000 100111 1001010 0 1010010 1000010 1111 101011100 1000101 110010

Color Harmonies of #D8274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8274A

Black with #D8274A

Text Example


Text Example

White with #D8274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8274A; }

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

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

background-color css

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

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

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

border-color css

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

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

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