Html Css Color HEX #D52537 Alizarin

📋 copy color: '#D52537'

red 213 ◦ green 37 ◦ blue 55

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

Shades of Alizarin #D52537

Tints of Alizarin #D52537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.03%

R = 69.84%
G = 12.13%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D52537 (or 0xD52537) is known color: Alizarin. HEX triplet: D5, 25 and 37. RGB value is (213,37,55). Sum of RGB (Red+Green+Blue) = 213+37+55=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D52537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52537 is #2ADAC8. Grayscale: #5B5B5B. Windows color (decimal): -2808521 or 3614165. OLE color: 3614165.

HSL color Cylindrical-coordinate representation of color #D52537: hue angle of 353.86º 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 #D52537 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 37 55 -
CMYK 0 0.83 0.74 0.16
HSL 353.86º 0.7% 0.49% -
HSV(B) 353.86º 0.83% 0.84% -
XYZ 28.79 15.75 5.14 -
YUV 91.68 107.31 214.54 -
System Red Green Blue C M Y K H S L
Decimal 213 37 55 0 0.83 0.74 0.16 353.86 0.7 0.49
Hex D5 25 37 0 53 4A 10 162 46 31
Octal 325 45 67 0 123 112 20 542 106 61
Binary 11010101 100101 110111 0 1010011 1001010 10000 101100010 1000110 110001

Color Harmonies of #D52537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52537

Black with #D52537

Text Example


Text Example

White with #D52537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52537; }

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

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

background-color css

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

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

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

border-color css

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

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

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