Html Css Color HEX #D52251 Amaranth

📋 copy color: '#D52251'

red 213 ◦ green 34 ◦ blue 81

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

Shades of Amaranth #D52251

Tints of Amaranth #D52251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.37%

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

R = 64.94%
G = 10.37%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D52251 (or 0xD52251) is known color: Amaranth. HEX triplet: D5, 22 and 51. RGB value is (213,34,81). Sum of RGB (Red+Green+Blue) = 213+34+81=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D52251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52251 is #2ADDAE. Grayscale: #5C5C5C. Windows color (decimal): -2809263 or 5317333. OLE color: 5317333.

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

Color convert

RGB 213 34 81 -
CMYK 0 0.84 0.62 0.16
HSL 344.25º 0.72% 0.48% -
HSV(B) 344.25º 0.84% 0.84% -
XYZ 29.5 15.88 9.3 -
YUV 92.88 121.3 213.68 -
System Red Green Blue C M Y K H S L
Decimal 213 34 81 0 0.84 0.62 0.16 344.25 0.72 0.48
Hex D5 22 51 0 54 3E 10 158 48 30
Octal 325 42 121 0 124 76 20 530 110 60
Binary 11010101 100010 1010001 0 1010100 111110 10000 101011000 1001000 110000

Color Harmonies of #D52251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52251

Black with #D52251

Text Example


Text Example

White with #D52251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52251; }

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

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

background-color css

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

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

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

border-color css

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

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

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