Html Css Color HEX #D52650 Amaranth

📋 copy color: '#D52650'

red 213 ◦ green 38 ◦ blue 80

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

Shades of Amaranth #D52650

Tints of Amaranth #D52650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.48%

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

R = 64.35%
G = 11.48%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D52650 (or 0xD52650) is known color: Amaranth. HEX triplet: D5, 26 and 50. RGB value is (213,38,80). Sum of RGB (Red+Green+Blue) = 213+38+80=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D52650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52650 is #2AD9AF. Grayscale: #5F5F5F. Windows color (decimal): -2808240 or 5252821. OLE color: 5252821.

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

Color convert

RGB 213 38 80 -
CMYK 0 0.82 0.62 0.16
HSL 345.6º 0.7% 0.49% -
HSV(B) 345.6º 0.82% 0.84% -
XYZ 29.58 16.11 9.14 -
YUV 95.11 119.48 212.08 -
System Red Green Blue C M Y K H S L
Decimal 213 38 80 0 0.82 0.62 0.16 345.6 0.7 0.49
Hex D5 26 50 0 52 3E 10 15A 46 31
Octal 325 46 120 0 122 76 20 532 106 61
Binary 11010101 100110 1010000 0 1010010 111110 10000 101011010 1000110 110001

Color Harmonies of #D52650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52650

Black with #D52650

Text Example


Text Example

White with #D52650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52650; }

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

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

background-color css

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

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

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

border-color css

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

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

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