Html Css Color HEX #D43B52 Amaranth

📋 copy color: '#D43B52'

red 212 ◦ green 59 ◦ blue 82

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

Shades of Amaranth #D43B52

Tints of Amaranth #D43B52

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.71%

 BLUE value IS 82 (32.42% from 255) = 23.23%

R = 60.06%
G = 16.71%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D43B52 (or 0xD43B52) is known color: Amaranth. HEX triplet: D4, 3B and 52. RGB value is (212,59,82). Sum of RGB (Red+Green+Blue) = 212+59+82=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43B52 is #2BC4AD. Grayscale: #6B6B6B. Windows color (decimal): -2868398 or 5389268. OLE color: 5389268.

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

Color convert

RGB 212 59 82 -
CMYK 0 0.72 0.61 0.17
HSL 350.98º 0.64% 0.53% -
HSV(B) 350.98º 0.72% 0.83% -
XYZ 30.24 17.73 9.81 -
YUV 107.37 113.69 202.63 -
System Red Green Blue C M Y K H S L
Decimal 212 59 82 0 0.72 0.61 0.17 350.98 0.64 0.53
Hex D4 3B 52 0 48 3D 11 15F 40 35
Octal 324 73 122 0 110 75 21 537 100 65
Binary 11010100 111011 1010010 0 1001000 111101 10001 101011111 1000000 110101

Color Harmonies of #D43B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43B52

Black with #D43B52

Text Example


Text Example

White with #D43B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43B52; }

 p { color: rgb(212,59,82); }

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

background-color css

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

 a { background-color: rgb(212,59,82); }

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

border-color css

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

 span { border-color: rgb(212,59,82); }

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