#DB2D3E

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

Shades of Alizarin #DB2D3E

Tints of Alizarin #DB2D3E

Color information

#DB2D3E (or 0xDB2D3E) is unknown color: approx Alizarin. HEX triplet: DB, 2D and 3E. RGB value is (219,45,62). Sum of RGB (Red+Green+Blue) = 219+45+62=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2D3E is #24D2C1. Grayscale: #636363. Windows color (decimal): -2413250 or 4074971. OLE color: 4074971.

HSL color Cylindrical-coordinate representation of color #DB2D3E: hue angle of 354.14º 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 #DB2D3E is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB2194562-
CMYK00.790.720.14
HSL354.14º70.73%51.76%-
HSV(B)354.14º79.45%85.88%-
XYZ31.0217.286.26-
YUV98.96107.15213.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 67.18%
GREEN value IS 45 (17.97% from 255) = 13.80%
BLUE value IS 62 (24.61% from 255) = 19.02%
R=67.18%
G=13.80%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219456200.790.720.14354.1470.7351.76
HexDB2D3E04F48E1624734
Octal333557601171101654210764
Binary1101101110110111111001001111100100011101011000101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2D3E; }

 p { color: rgb(219,45,62); }

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

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

 a { background-color: rgb(219,45,62); }

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

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

 span { border-color: rgb(219,45,62); }

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