#DB2629

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

Shades of Alizarin #DB2629

Tints of Alizarin #DB2629

Color information

#DB2629 (or 0xDB2629) is unknown color: approx Alizarin. HEX triplet: DB, 26 and 29. RGB value is (219,38,41). Sum of RGB (Red+Green+Blue) = 219+38+41=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2629 is #24D9D6. Grayscale: #5C5C5C. Windows color (decimal): -2415063 or 2696923. OLE color: 2696923.

HSL color Cylindrical-coordinate representation of color #DB2629: hue angle of 359.01º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2629 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB2193841-
CMYK00.830.810.14
HSL359.01º71.54%50.39%-
HSV(B)359.01º82.65%85.88%-
XYZ30.3116.613.71-
YUV92.4698.97218.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 73.49%
GREEN value IS 38 (15.23% from 255) = 12.75%
BLUE value IS 41 (16.41% from 255) = 13.76%
R=73.49%
G=12.75%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219384100.830.810.14359.0171.5450.39
HexDB262905351E1674832
Octal333465101231211654711062
Binary1101101110011010100101010011101000111101011001111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2629; }

 p { color: rgb(219,38,41); }

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

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

 a { background-color: rgb(219,38,41); }

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

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

 span { border-color: rgb(219,38,41); }

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