Html Css Color HEX #D4224E Amaranth

📋 copy color: '#D4224E'

red 212 ◦ green 34 ◦ blue 78

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

Shades of Amaranth #D4224E

Tints of Amaranth #D4224E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.49%

 BLUE value IS 78 (30.86% from 255) = 24.07%

R = 65.43%
G = 10.49%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4224E (or 0xD4224E) is known color: Amaranth. HEX triplet: D4, 22 and 4E. RGB value is (212,34,78). Sum of RGB (Red+Green+Blue) = 212+34+78=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D4224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4224E is #2BDDB1. Grayscale: #5C5C5C. Windows color (decimal): -2874802 or 5120724. OLE color: 5120724.

HSL color Cylindrical-coordinate representation of color #D4224E: hue angle of 345.17º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4224E is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 34 78 -
CMYK 0 0.84 0.63 0.17
HSL 345.17º 0.72% 0.48% -
HSV(B) 345.17º 0.84% 0.83% -
XYZ 29.1 15.69 8.7 -
YUV 92.24 119.97 213.42 -
System Red Green Blue C M Y K H S L
Decimal 212 34 78 0 0.84 0.63 0.17 345.17 0.72 0.48
Hex D4 22 4E 0 54 3F 11 159 48 30
Octal 324 42 116 0 124 77 21 531 110 60
Binary 11010100 100010 1001110 0 1010100 111111 10001 101011001 1001000 110000

Color Harmonies of #D4224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4224E

Black with #D4224E

Text Example


Text Example

White with #D4224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4224E; }

 p { color: rgb(212,34,78); }

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

background-color css

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

 a { background-color: rgb(212,34,78); }

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

border-color css

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

 span { border-color: rgb(212,34,78); }

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