Html Css Color HEX #D32053 Amaranth

📋 copy color: '#D32053'

red 211 ◦ green 32 ◦ blue 83

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

Shades of Amaranth #D32053

Tints of Amaranth #D32053

RGB

 RED value IS 211 (82.81% from 255) = 64.72%

 GREEN value IS 32 (12.89% from 255) = 9.82%

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

R = 64.72%
G = 9.82%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D32053 (or 0xD32053) is known color: Amaranth. HEX triplet: D3, 20 and 53. RGB value is (211,32,83). Sum of RGB (Red+Green+Blue) = 211+32+83=326 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.72% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 211 - color contains mainly: red. Hex color #D32053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32053 is #2CDFAC. Grayscale: #5B5B5B. Windows color (decimal): -2940845 or 5447891. OLE color: 5447891.

HSL color Cylindrical-coordinate representation of color #D32053: hue angle of 342.91º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D32053 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 32 83 -
CMYK 0 0.85 0.61 0.17
HSL 342.91º 0.74% 0.48% -
HSV(B) 342.91º 0.85% 0.83% -
XYZ 28.94 15.51 9.65 -
YUV 91.34 123.3 213.35 -
System Red Green Blue C M Y K H S L
Decimal 211 32 83 0 0.85 0.61 0.17 342.91 0.74 0.48
Hex D3 20 53 0 55 3D 11 157 4A 30
Octal 323 40 123 0 125 75 21 527 112 60
Binary 11010011 100000 1010011 0 1010101 111101 10001 101010111 1001010 110000

Color Harmonies of #D32053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32053

Black with #D32053

Text Example


Text Example

White with #D32053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32053; }

 p { color: rgb(211,32,83); }

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

background-color css

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

 a { background-color: rgb(211,32,83); }

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

border-color css

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

 span { border-color: rgb(211,32,83); }

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