Html Css Color HEX #D32751 Amaranth

📋 copy color: '#D32751'

red 211 ◦ green 39 ◦ blue 81

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

Shades of Amaranth #D32751

Tints of Amaranth #D32751

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.78%

 BLUE value IS 81 (32.03% from 255) = 24.47%

R = 63.75%
G = 11.78%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D32751 (or 0xD32751) is known color: Amaranth. HEX triplet: D3, 27 and 51. RGB value is (211,39,81). Sum of RGB (Red+Green+Blue) = 211+39+81=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D32751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32751 is #2CD8AE. Grayscale: #5F5F5F. Windows color (decimal): -2939055 or 5318611. OLE color: 5318611.

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

Color convert

RGB 211 39 81 -
CMYK 0 0.82 0.62 0.17
HSL 345.35º 0.69% 0.49% -
HSV(B) 345.35º 0.82% 0.83% -
XYZ 29.07 15.89 9.32 -
YUV 95.22 119.98 210.58 -
System Red Green Blue C M Y K H S L
Decimal 211 39 81 0 0.82 0.62 0.17 345.35 0.69 0.49
Hex D3 27 51 0 52 3E 11 159 45 31
Octal 323 47 121 0 122 76 21 531 105 61
Binary 11010011 100111 1010001 0 1010010 111110 10001 101011001 1000101 110001

Color Harmonies of #D32751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32751

Black with #D32751

Text Example


Text Example

White with #D32751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32751; }

 p { color: rgb(211,39,81); }

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

background-color css

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

 a { background-color: rgb(211,39,81); }

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

border-color css

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

 span { border-color: rgb(211,39,81); }

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