Html Css Color HEX #D43952 Amaranth

📋 copy color: '#D43952'

red 212 ◦ green 57 ◦ blue 82

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

Shades of Amaranth #D43952

Tints of Amaranth #D43952

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.24%

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

R = 60.4%
G = 16.24%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D43952 (or 0xD43952) is known color: Amaranth. HEX triplet: D4, 39 and 52. RGB value is (212,57,82). Sum of RGB (Red+Green+Blue) = 212+57+82=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D43952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43952 is #2BC6AD. Grayscale: #6A6A6A. Windows color (decimal): -2868910 or 5388756. OLE color: 5388756.

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

Color convert

RGB 212 57 82 -
CMYK 0 0.73 0.61 0.17
HSL 350.32º 0.64% 0.53% -
HSV(B) 350.32º 0.73% 0.83% -
XYZ 30.14 17.53 9.78 -
YUV 106.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 212 57 82 0 0.73 0.61 0.17 350.32 0.64 0.53
Hex D4 39 52 0 49 3D 11 15E 40 35
Octal 324 71 122 0 111 75 21 536 100 65
Binary 11010100 111001 1010010 0 1001001 111101 10001 101011110 1000000 110101

Color Harmonies of #D43952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43952

Black with #D43952

Text Example


Text Example

White with #D43952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43952; }

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

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

background-color css

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

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

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

border-color css

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

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

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