Html Css Color HEX #D52550 Amaranth

📋 copy color: '#D52550'

red 213 ◦ green 37 ◦ blue 80

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

Shades of Amaranth #D52550

Tints of Amaranth #D52550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.21%

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 64.55%
G = 11.21%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D52550 (or 0xD52550) is known color: Amaranth. HEX triplet: D5, 25 and 50. RGB value is (213,37,80). Sum of RGB (Red+Green+Blue) = 213+37+80=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D52550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52550 is #2ADAAF. Grayscale: #5E5E5E. Windows color (decimal): -2808496 or 5252565. OLE color: 5252565.

HSL color Cylindrical-coordinate representation of color #D52550: hue angle of 345.34º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52550 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 37 80 -
CMYK 0 0.83 0.62 0.16
HSL 345.34º 0.7% 0.49% -
HSV(B) 345.34º 0.83% 0.84% -
XYZ 29.55 16.05 9.13 -
YUV 94.53 119.81 212.5 -
System Red Green Blue C M Y K H S L
Decimal 213 37 80 0 0.83 0.62 0.16 345.34 0.7 0.49
Hex D5 25 50 0 53 3E 10 159 46 31
Octal 325 45 120 0 123 76 20 531 106 61
Binary 11010101 100101 1010000 0 1010011 111110 10000 101011001 1000110 110001

Color Harmonies of #D52550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52550

Black with #D52550

Text Example


Text Example

White with #D52550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52550; }

 p { color: rgb(213,37,80); }

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

background-color css

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

 a { background-color: rgb(213,37,80); }

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

border-color css

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

 span { border-color: rgb(213,37,80); }

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