Html Css Color HEX #D53453 Amaranth

📋 copy color: '#D53453'

red 213 ◦ green 52 ◦ blue 83

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

Shades of Amaranth #D53453

Tints of Amaranth #D53453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.94%

 BLUE value IS 83 (32.81% from 255) = 23.85%

R = 61.21%
G = 14.94%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D53453 (or 0xD53453) is known color: Amaranth. HEX triplet: D5, 34 and 53. RGB value is (213,52,83). Sum of RGB (Red+Green+Blue) = 213+52+83=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D53453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53453 is #2ACBAC. Grayscale: #676767. Windows color (decimal): -2804653 or 5453013. OLE color: 5453013.

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

Color convert

RGB 213 52 83 -
CMYK 0 0.76 0.61 0.16
HSL 348.45º 0.66% 0.52% -
HSV(B) 348.45º 0.76% 0.84% -
XYZ 30.23 17.23 9.92 -
YUV 103.67 116.34 205.98 -
System Red Green Blue C M Y K H S L
Decimal 213 52 83 0 0.76 0.61 0.16 348.45 0.66 0.52
Hex D5 34 53 0 4C 3D 10 15C 42 34
Octal 325 64 123 0 114 75 20 534 102 64
Binary 11010101 110100 1010011 0 1001100 111101 10000 101011100 1000010 110100

Color Harmonies of #D53453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53453

Black with #D53453

Text Example


Text Example

White with #D53453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53453; }

 p { color: rgb(213,52,83); }

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

background-color css

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

 a { background-color: rgb(213,52,83); }

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

border-color css

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

 span { border-color: rgb(213,52,83); }

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