Html Css Color HEX #D52555 Amaranth

📋 copy color: '#D52555'

red 213 ◦ green 37 ◦ blue 85

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

Shades of Amaranth #D52555

Tints of Amaranth #D52555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

 BLUE value IS 85 (33.59% from 255) = 25.37%

R = 63.58%
G = 11.04%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D52555 (or 0xD52555) is known color: Amaranth. HEX triplet: D5, 25 and 55. RGB value is (213,37,85). Sum of RGB (Red+Green+Blue) = 213+37+85=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D52555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52555 is #2ADAAA. Grayscale: #5F5F5F. Windows color (decimal): -2808491 or 5580245. OLE color: 5580245.

HSL color Cylindrical-coordinate representation of color #D52555: hue angle of 343.64º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52555 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 37 85 -
CMYK 0 0.83 0.60 0.16
HSL 343.64º 0.7% 0.49% -
HSV(B) 343.64º 0.83% 0.84% -
XYZ 29.74 16.13 10.14 -
YUV 95.1 122.31 212.1 -
System Red Green Blue C M Y K H S L
Decimal 213 37 85 0 0.83 0.60 0.16 343.64 0.7 0.49
Hex D5 25 55 0 53 3C 10 158 46 31
Octal 325 45 125 0 123 74 20 530 106 61
Binary 11010101 100101 1010101 0 1010011 111100 10000 101011000 1000110 110001

Color Harmonies of #D52555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52555

Black with #D52555

Text Example


Text Example

White with #D52555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52555; }

 p { color: rgb(213,37,85); }

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

background-color css

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

 a { background-color: rgb(213,37,85); }

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

border-color css

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

 span { border-color: rgb(213,37,85); }

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