#DB2E37

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

Shades of Alizarin #DB2E37

Tints of Alizarin #DB2E37

Color information

#DB2E37 (or 0xDB2E37) is unknown color: approx Alizarin. HEX triplet: DB, 2E and 37. RGB value is (219,46,55). Sum of RGB (Red+Green+Blue) = 219+46+55=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2E37 is #24D1C8. Grayscale: #626262. Windows color (decimal): -2413001 or 3616475. OLE color: 3616475.

HSL color Cylindrical-coordinate representation of color #DB2E37: hue angle of 356.88º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2E37 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB2194655-
CMYK00.790.750.14
HSL356.88º70.61%51.96%-
HSV(B)356.88º79%85.88%-
XYZ30.8817.295.32-
YUV98.75103.31213.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 68.44%
GREEN value IS 46 (18.36% from 255) = 14.38%
BLUE value IS 55 (21.88% from 255) = 17.19%
R=68.44%
G=14.38%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219465500.790.750.14356.8870.6151.96
HexDB2E3704F4BE1654734
Octal333566701171131654510764
Binary1101101110111011011101001111100101111101011001011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2E37; }

 p { color: rgb(219,46,55); }

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

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

 a { background-color: rgb(219,46,55); }

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

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

 span { border-color: rgb(219,46,55); }

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