#DB323B

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

Shades of Alizarin #DB323B

Tints of Alizarin #DB323B

Color information

#DB323B (or 0xDB323B) is unknown color: approx Alizarin. HEX triplet: DB, 32 and 3B. RGB value is (219,50,59). Sum of RGB (Red+Green+Blue) = 219+50+59=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB323B is #24CDC4. Grayscale: #656565. Windows color (decimal): -2411973 or 3879643. OLE color: 3879643.

HSL color Cylindrical-coordinate representation of color #DB323B: hue angle of 356.8º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB323B is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB2195059-
CMYK00.770.730.14
HSL356.8º70.12%52.75%-
HSV(B)356.8º77.17%85.88%-
XYZ31.1417.665.9-
YUV101.56103.99211.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 66.77%
GREEN value IS 50 (19.92% from 255) = 15.24%
BLUE value IS 59 (23.44% from 255) = 17.99%
R=66.77%
G=15.24%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219505900.770.730.14356.870.1252.75
HexDB323B04D49E1654635
Octal333627301151111654510665
Binary1101101111001011101101001101100100111101011001011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB323B; }

 p { color: rgb(219,50,59); }

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

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

 a { background-color: rgb(219,50,59); }

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

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

 span { border-color: rgb(219,50,59); }

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