Html Css Color HEX #D52249 Amaranth

📋 copy color: '#D52249'

red 213 ◦ green 34 ◦ blue 73

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

Shades of Amaranth #D52249

Tints of Amaranth #D52249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.63%

 BLUE value IS 73 (28.91% from 255) = 22.81%

R = 66.56%
G = 10.63%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D52249 (or 0xD52249) is known color: Amaranth. HEX triplet: D5, 22 and 49. RGB value is (213,34,73). Sum of RGB (Red+Green+Blue) = 213+34+73=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D52249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52249 is #2ADDB6. Grayscale: #5B5B5B. Windows color (decimal): -2809271 or 4793045. OLE color: 4793045.

HSL color Cylindrical-coordinate representation of color #D52249: hue angle of 346.93º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52249 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 34 73 -
CMYK 0 0.84 0.66 0.16
HSL 346.93º 0.72% 0.48% -
HSV(B) 346.93º 0.84% 0.84% -
XYZ 29.22 15.77 7.81 -
YUV 91.97 117.3 214.33 -
System Red Green Blue C M Y K H S L
Decimal 213 34 73 0 0.84 0.66 0.16 346.93 0.72 0.48
Hex D5 22 49 0 54 42 10 15B 48 30
Octal 325 42 111 0 124 102 20 533 110 60
Binary 11010101 100010 1001001 0 1010100 1000010 10000 101011011 1001000 110000

Color Harmonies of #D52249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52249

Black with #D52249

Text Example


Text Example

White with #D52249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52249; }

 p { color: rgb(213,34,73); }

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

background-color css

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

 a { background-color: rgb(213,34,73); }

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

border-color css

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

 span { border-color: rgb(213,34,73); }

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