Html Css Color HEX #D43553 Amaranth

📋 copy color: '#D43553'

red 212 ◦ green 53 ◦ blue 83

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

Shades of Amaranth #D43553

Tints of Amaranth #D43553

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.23%

 BLUE value IS 83 (32.81% from 255) = 23.85%

R = 60.92%
G = 15.23%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D43553 (or 0xD43553) is known color: Amaranth. HEX triplet: D4, 35 and 53. RGB value is (212,53,83). Sum of RGB (Red+Green+Blue) = 212+53+83=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D43553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43553 is #2BCAAC. Grayscale: #676767. Windows color (decimal): -2869933 or 5453268. OLE color: 5453268.

HSL color Cylindrical-coordinate representation of color #D43553: hue angle of 348.68º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43553 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 53 83 -
CMYK 0 0.75 0.61 0.17
HSL 348.68º 0.65% 0.52% -
HSV(B) 348.68º 0.75% 0.83% -
XYZ 29.99 17.17 9.92 -
YUV 103.96 116.18 205.06 -
System Red Green Blue C M Y K H S L
Decimal 212 53 83 0 0.75 0.61 0.17 348.68 0.65 0.52
Hex D4 35 53 0 4B 3D 11 15D 41 34
Octal 324 65 123 0 113 75 21 535 101 64
Binary 11010100 110101 1010011 0 1001011 111101 10001 101011101 1000001 110100

Color Harmonies of #D43553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43553

Black with #D43553

Text Example


Text Example

White with #D43553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43553; }

 p { color: rgb(212,53,83); }

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

background-color css

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

 a { background-color: rgb(212,53,83); }

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

border-color css

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

 span { border-color: rgb(212,53,83); }

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