Html Css Color HEX #D8244C Amaranth

📋 copy color: '#D8244C'

red 216 ◦ green 36 ◦ blue 76

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

Shades of Amaranth #D8244C

Tints of Amaranth #D8244C

RGB

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

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

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

R = 65.85%
G = 10.98%
B = 23.17%

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

#D8244C (or 0xD8244C) is known color: Amaranth. HEX triplet: D8, 24 and 4C. RGB value is (216,36,76). Sum of RGB (Red+Green+Blue) = 216+36+76=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8244C is #27DBB3. Grayscale: #5E5E5E. Windows color (decimal): -2612148 or 4990168. OLE color: 4990168.

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

Color convert

RGB 216 36 76 -
CMYK 0 0.83 0.65 0.15
HSL 346.67º 0.71% 0.49% -
HSV(B) 346.67º 0.83% 0.85% -
XYZ 30.25 16.38 8.41 -
YUV 94.38 117.63 214.75 -
System Red Green Blue C M Y K H S L
Decimal 216 36 76 0 0.83 0.65 0.15 346.67 0.71 0.49
Hex D8 24 4C 0 53 41 F 15B 47 31
Octal 330 44 114 0 123 101 17 533 107 61
Binary 11011000 100100 1001100 0 1010011 1000001 1111 101011011 1000111 110001

Color Harmonies of #D8244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8244C

Black with #D8244C

Text Example


Text Example

White with #D8244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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