#D52237

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

Shades of Alizarin #D52237

Tints of Alizarin #D52237

Color information

#D52237 (or 0xD52237) is unknown color: approx Alizarin. HEX triplet: D5, 22 and 37. RGB value is (213,34,55). Sum of RGB (Red+Green+Blue) = 213+34+55=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D52237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52237 is #2ADDC8. Grayscale: #5A5A5A. Windows color (decimal): -2809289 or 3613397. OLE color: 3613397.

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

Color convert

RGB2133455-
CMYK00.840.740.16
HSL352.96º72.47%48.43%-
HSV(B)352.96º84.04%83.53%-
XYZ28.715.575.11-
YUV89.92108.3215.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 70.53%
GREEN value IS 34 (13.67% from 255) = 11.26%
BLUE value IS 55 (21.88% from 255) = 18.21%
R=70.53%
G=11.26%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213345500.840.740.16352.9672.4748.43
HexD522370544A101614830
Octal325426701241122054111060
Binary11010101100010110111010101001001010100001011000011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52237; }

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

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

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

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

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

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

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

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