Html Css Color HEX #D4244D Amaranth

📋 copy color: '#D4244D'

red 212 ◦ green 36 ◦ blue 77

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

Shades of Amaranth #D4244D

Tints of Amaranth #D4244D

RGB

 RED value IS 212 (83.2% from 255) = 65.23%

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

 BLUE value IS 77 (30.47% from 255) = 23.69%

R = 65.23%
G = 11.08%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4244D (or 0xD4244D) is known color: Amaranth. HEX triplet: D4, 24 and 4D. RGB value is (212,36,77). Sum of RGB (Red+Green+Blue) = 212+36+77=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D4244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4244D is #2BDBB2. Grayscale: #5D5D5D. Windows color (decimal): -2874291 or 5055700. OLE color: 5055700.

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

Color convert

RGB 212 36 77 -
CMYK 0 0.83 0.64 0.17
HSL 346.02º 0.71% 0.49% -
HSV(B) 346.02º 0.83% 0.83% -
XYZ 29.12 15.79 8.53 -
YUV 93.3 118.81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 212 36 77 0 0.83 0.64 0.17 346.02 0.71 0.49
Hex D4 24 4D 0 53 40 11 15A 47 31
Octal 324 44 115 0 123 100 21 532 107 61
Binary 11010100 100100 1001101 0 1010011 1000000 10001 101011010 1000111 110001

Color Harmonies of #D4244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4244D

Black with #D4244D

Text Example


Text Example

White with #D4244D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4244D; }

 p { color: rgb(212,36,77); }

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

background-color css

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

 a { background-color: rgb(212,36,77); }

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

border-color css

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

 span { border-color: rgb(212,36,77); }

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