#DB323A

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

Shades of Alizarin #DB323A

Tints of Alizarin #DB323A

Color information

#DB323A (or 0xDB323A) is unknown color: approx Alizarin. HEX triplet: DB, 32 and 3A. RGB value is (219,50,58). Sum of RGB (Red+Green+Blue) = 219+50+58=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB323A is #24CDC5. Grayscale: #656565. Windows color (decimal): -2411974 or 3814107. OLE color: 3814107.

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

Color convert

RGB2195058-
CMYK00.770.740.14
HSL357.16º70.12%52.75%-
HSV(B)357.16º77.17%85.88%-
XYZ31.1217.655.77-
YUV101.44103.49211.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 66.97%
GREEN value IS 50 (19.92% from 255) = 15.29%
BLUE value IS 58 (23.05% from 255) = 17.74%
R=66.97%
G=15.29%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219505800.770.740.14357.1670.1252.75
HexDB323A04D4AE1654635
Octal333627201151121654510665
Binary1101101111001011101001001101100101011101011001011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB323A; }

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

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

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

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

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

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

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

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