Html Css Color HEX #D42556 Amaranth

📋 copy color: '#D42556'

red 212 ◦ green 37 ◦ blue 86

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

Shades of Amaranth #D42556

Tints of Amaranth #D42556

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

 BLUE value IS 86 (33.98% from 255) = 25.67%

R = 63.28%
G = 11.04%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D42556 (or 0xD42556) is known color: Amaranth. HEX triplet: D4, 25 and 56. RGB value is (212,37,86). Sum of RGB (Red+Green+Blue) = 212+37+86=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D42556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42556 is #2BDAA9. Grayscale: #5E5E5E. Windows color (decimal): -2874026 or 5645780. OLE color: 5645780.

HSL color Cylindrical-coordinate representation of color #D42556: hue angle of 343.2º degrees, saturation: 0.7, 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 #D42556 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 37 86 -
CMYK 0 0.83 0.59 0.17
HSL 343.2º 0.7% 0.49% -
HSV(B) 343.2º 0.83% 0.83% -
XYZ 29.49 15.99 10.34 -
YUV 94.91 122.98 211.52 -
System Red Green Blue C M Y K H S L
Decimal 212 37 86 0 0.83 0.59 0.17 343.2 0.7 0.49
Hex D4 25 56 0 53 3B 11 157 46 31
Octal 324 45 126 0 123 73 21 527 106 61
Binary 11010100 100101 1010110 0 1010011 111011 10001 101010111 1000110 110001

Color Harmonies of #D42556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42556

Black with #D42556

Text Example


Text Example

White with #D42556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42556; }

 p { color: rgb(212,37,86); }

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

background-color css

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

 a { background-color: rgb(212,37,86); }

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

border-color css

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

 span { border-color: rgb(212,37,86); }

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