Html Css Color HEX #D53254 Amaranth

📋 copy color: '#D53254'

red 213 ◦ green 50 ◦ blue 84

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

Shades of Amaranth #D53254

Tints of Amaranth #D53254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.41%

 BLUE value IS 84 (33.2% from 255) = 24.21%

R = 61.38%
G = 14.41%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D53254 (or 0xD53254) is known color: Amaranth. HEX triplet: D5, 32 and 54. RGB value is (213,50,84). Sum of RGB (Red+Green+Blue) = 213+50+84=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D53254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53254 is #2ACDAB. Grayscale: #666666. Windows color (decimal): -2805164 or 5518037. OLE color: 5518037.

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

Color convert

RGB 213 50 84 -
CMYK 0 0.77 0.61 0.16
HSL 347.48º 0.66% 0.52% -
HSV(B) 347.48º 0.77% 0.84% -
XYZ 30.18 17.07 10.09 -
YUV 102.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 213 50 84 0 0.77 0.61 0.16 347.48 0.66 0.52
Hex D5 32 54 0 4D 3D 10 15B 42 34
Octal 325 62 124 0 115 75 20 533 102 64
Binary 11010101 110010 1010100 0 1001101 111101 10000 101011011 1000010 110100

Color Harmonies of #D53254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53254

Black with #D53254

Text Example


Text Example

White with #D53254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53254; }

 p { color: rgb(213,50,84); }

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

background-color css

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

 a { background-color: rgb(213,50,84); }

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

border-color css

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

 span { border-color: rgb(213,50,84); }

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