Html Css Color HEX #DB323B Alizarin

📋 copy color: '#DB323B'

red 219 ◦ green 50 ◦ blue 59

#DB323B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #DB323B

Tints of Alizarin #DB323B

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 value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB323B (or 0xDB323B) is known color: 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

RGB 219 50 59 -
CMYK 0 0.77 0.73 0.14
HSL 356.8º 0.7% 0.53% -
HSV(B) 356.8º 0.77% 0.86% -
XYZ 31.14 17.66 5.9 -
YUV 101.56 103.99 211.77 -
System Red Green Blue C M Y K H S L
Decimal 219 50 59 0 0.77 0.73 0.14 356.8 0.7 0.53
Hex DB 32 3B 0 4D 49 E 165 46 35
Octal 333 62 73 0 115 111 16 545 106 65
Binary 11011011 110010 111011 0 1001101 1001001 1110 101100101 1000110 110101

Color Harmonies of #DB323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB323B

Black with #DB323B

Text Example


Text Example

White with #DB323B

Text Example


Text Example

HTML Codes & Css Web 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>