Html Css Color HEX #D53950 Amaranth

📋 copy color: '#D53950'

red 213 ◦ green 57 ◦ blue 80

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

Shades of Amaranth #D53950

Tints of Amaranth #D53950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.29%

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

R = 60.86%
G = 16.29%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D53950 (or 0xD53950) is known color: Amaranth. HEX triplet: D5, 39 and 50. RGB value is (213,57,80). Sum of RGB (Red+Green+Blue) = 213+57+80=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D53950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53950 is #2AC6AF. Grayscale: #6A6A6A. Windows color (decimal): -2803376 or 5257685. OLE color: 5257685.

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

Color convert

RGB 213 57 80 -
CMYK 0 0.73 0.62 0.16
HSL 351.15º 0.65% 0.53% -
HSV(B) 351.15º 0.73% 0.84% -
XYZ 30.35 17.65 9.4 -
YUV 106.27 113.18 204.13 -
System Red Green Blue C M Y K H S L
Decimal 213 57 80 0 0.73 0.62 0.16 351.15 0.65 0.53
Hex D5 39 50 0 49 3E 10 15F 41 35
Octal 325 71 120 0 111 76 20 537 101 65
Binary 11010101 111001 1010000 0 1001001 111110 10000 101011111 1000001 110101

Color Harmonies of #D53950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53950

Black with #D53950

Text Example


Text Example

White with #D53950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53950; }

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

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

background-color css

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

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

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

border-color css

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

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

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