Html Css Color HEX #D42C4E Amaranth

📋 copy color: '#D42C4E'

red 212 ◦ green 44 ◦ blue 78

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

Shades of Amaranth #D42C4E

Tints of Amaranth #D42C4E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.17%

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

R = 63.47%
G = 13.17%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D42C4E (or 0xD42C4E) is known color: Amaranth. HEX triplet: D4, 2C and 4E. RGB value is (212,44,78). Sum of RGB (Red+Green+Blue) = 212+44+78=334 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.47% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 212 - color contains mainly: red. Hex color #D42C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42C4E is #2BD3B1. Grayscale: #626262. Windows color (decimal): -2872242 or 5123284. OLE color: 5123284.

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

Color convert

RGB 212 44 78 -
CMYK 0 0.79 0.63 0.17
HSL 347.86º 0.66% 0.5% -
HSV(B) 347.86º 0.79% 0.83% -
XYZ 29.43 16.35 8.81 -
YUV 98.11 116.66 209.24 -
System Red Green Blue C M Y K H S L
Decimal 212 44 78 0 0.79 0.63 0.17 347.86 0.66 0.5
Hex D4 2C 4E 0 4F 3F 11 15C 42 32
Octal 324 54 116 0 117 77 21 534 102 62
Binary 11010100 101100 1001110 0 1001111 111111 10001 101011100 1000010 110010

Color Harmonies of #D42C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42C4E

Black with #D42C4E

Text Example


Text Example

White with #D42C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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