Html Css Color HEX #D52751 Amaranth

📋 copy color: '#D52751'

red 213 ◦ green 39 ◦ blue 81

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

Shades of Amaranth #D52751

Tints of Amaranth #D52751

RGB

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

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

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

R = 63.96%
G = 11.71%
B = 24.32%

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

#D52751 (or 0xD52751) is known color: Amaranth. HEX triplet: D5, 27 and 51. RGB value is (213,39,81). Sum of RGB (Red+Green+Blue) = 213+39+81=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D52751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52751 is #2AD8AE. Grayscale: #5F5F5F. Windows color (decimal): -2807983 or 5318613. OLE color: 5318613.

HSL color Cylindrical-coordinate representation of color #D52751: hue angle of 345.52º degrees, saturation: 0.69, 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 #D52751 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 39 81 -
CMYK 0 0.82 0.62 0.16
HSL 345.52º 0.69% 0.49% -
HSV(B) 345.52º 0.82% 0.84% -
XYZ 29.65 16.19 9.35 -
YUV 95.81 119.65 211.58 -
System Red Green Blue C M Y K H S L
Decimal 213 39 81 0 0.82 0.62 0.16 345.52 0.69 0.49
Hex D5 27 51 0 52 3E 10 15A 45 31
Octal 325 47 121 0 122 76 20 532 105 61
Binary 11010101 100111 1010001 0 1010010 111110 10000 101011010 1000101 110001

Color Harmonies of #D52751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52751

Black with #D52751

Text Example


Text Example

White with #D52751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52751; }

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

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

background-color css

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

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

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

border-color css

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

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

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