Html Css Color HEX #D8244A Amaranth

📋 copy color: '#D8244A'

red 216 ◦ green 36 ◦ blue 74

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

Shades of Amaranth #D8244A

Tints of Amaranth #D8244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.04%

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

R = 66.26%
G = 11.04%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8244A (or 0xD8244A) is known color: Amaranth. HEX triplet: D8, 24 and 4A. RGB value is (216,36,74). Sum of RGB (Red+Green+Blue) = 216+36+74=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D8244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8244A is #27DBB5. Grayscale: #5E5E5E. Windows color (decimal): -2612150 or 4859096. OLE color: 4859096.

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

Color convert

RGB 216 36 74 -
CMYK 0 0.83 0.66 0.15
HSL 347.33º 0.71% 0.49% -
HSV(B) 347.33º 0.83% 0.85% -
XYZ 30.19 16.36 8.04 -
YUV 94.15 116.63 214.91 -
System Red Green Blue C M Y K H S L
Decimal 216 36 74 0 0.83 0.66 0.15 347.33 0.71 0.49
Hex D8 24 4A 0 53 42 F 15B 47 31
Octal 330 44 112 0 123 102 17 533 107 61
Binary 11011000 100100 1001010 0 1010011 1000010 1111 101011011 1000111 110001

Color Harmonies of #D8244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8244A

Black with #D8244A

Text Example


Text Example

White with #D8244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8244A; }

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

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

background-color css

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

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

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

border-color css

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

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

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