Html Css Color HEX #D52953 Amaranth

📋 copy color: '#D52953'

red 213 ◦ green 41 ◦ blue 83

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

Shades of Amaranth #D52953

Tints of Amaranth #D52953

RGB

 RED value IS 213 (83.59% from 255) = 63.2%

 GREEN value IS 41 (16.41% from 255) = 12.17%

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

R = 63.2%
G = 12.17%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D52953 (or 0xD52953) is known color: Amaranth. HEX triplet: D5, 29 and 53. RGB value is (213,41,83). Sum of RGB (Red+Green+Blue) = 213+41+83=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D52953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52953 is #2AD6AC. Grayscale: #616161. Windows color (decimal): -2807469 or 5450197. OLE color: 5450197.

HSL color Cylindrical-coordinate representation of color #D52953: hue angle of 345.35º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52953 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 41 83 -
CMYK 0 0.81 0.61 0.16
HSL 345.35º 0.68% 0.5% -
HSV(B) 345.35º 0.81% 0.84% -
XYZ 29.79 16.36 9.77 -
YUV 97.22 119.98 210.58 -
System Red Green Blue C M Y K H S L
Decimal 213 41 83 0 0.81 0.61 0.16 345.35 0.68 0.5
Hex D5 29 53 0 51 3D 10 159 44 32
Octal 325 51 123 0 121 75 20 531 104 62
Binary 11010101 101001 1010011 0 1010001 111101 10000 101011001 1000100 110010

Color Harmonies of #D52953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52953

Black with #D52953

Text Example


Text Example

White with #D52953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52953; }

 p { color: rgb(213,41,83); }

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

background-color css

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

 a { background-color: rgb(213,41,83); }

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

border-color css

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

 span { border-color: rgb(213,41,83); }

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