#D52839

Color #D52839 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #D52839

Tints of Alizarin #D52839

Color information

#D52839 (or 0xD52839) is unknown color: approx Alizarin. HEX triplet: D5, 28 and 39. RGB value is (213,40,57). Sum of RGB (Red+Green+Blue) = 213+40+57=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D52839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52839 is #2AD7C6. Grayscale: #5D5D5D. Windows color (decimal): -2807751 or 3746005. OLE color: 3746005.

HSL color Cylindrical-coordinate representation of color #D52839: hue angle of 354.1º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52839 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB2134057-
CMYK00.810.730.16
HSL354.1º68.38%49.61%-
HSV(B)354.1º81.22%83.53%-
XYZ28.9415.965.43-
YUV93.66107.31213.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 68.71%
GREEN value IS 40 (16.02% from 255) = 12.90%
BLUE value IS 57 (22.66% from 255) = 18.39%
R=68.71%
G=12.90%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213405700.810.730.16354.168.3849.61
HexD5283905149101624432
Octal325507101211112054210462
Binary11010101101000111001010100011001001100001011000101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52839; }

 p { color: rgb(213,40,57); }

 H1.HeaderClassName
 {
   color: #D52839;
 }
 .AnyTagClassName
 {
   color: #D52839;
 }
</style>
background-color css

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

 a { background-color: rgb(213,40,57); }

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

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

 span { border-color: rgb(213,40,57); }

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