#D52932

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

Shades of Alizarin #D52932

Tints of Alizarin #D52932

Color information

#D52932 (or 0xD52932) is unknown color: approx Alizarin. HEX triplet: D5, 29 and 32. RGB value is (213,41,50). Sum of RGB (Red+Green+Blue) = 213+41+50=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D52932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52932 is #2AD6CD. Grayscale: #5D5D5D. Windows color (decimal): -2807502 or 3287509. OLE color: 3287509.

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

Color convert

RGB2134150-
CMYK00.810.770.16
HSL356.86º67.72%49.8%-
HSV(B)356.86º80.75%83.53%-
XYZ28.8115.964.58-
YUV93.45103.48213.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 70.07%
GREEN value IS 41 (16.41% from 255) = 13.49%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=70.07%
G=13.49%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213415000.810.770.16356.8667.7249.8
HexD529320514D101654432
Octal325516201211152054510462
Binary11010101101001110010010100011001101100001011001011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52932; }

 p { color: rgb(213,41,50); }

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

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

 a { background-color: rgb(213,41,50); }

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

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

 span { border-color: rgb(213,41,50); }

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