Html Css Color HEX #DB2132 Alizarin

📋 copy color: '#DB2132'

red 219 ◦ green 33 ◦ blue 50

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

Shades of Alizarin #DB2132

Tints of Alizarin #DB2132

RGB

 RED value IS 219 (85.94% from 255) = 72.52%

 GREEN value IS 33 (13.28% from 255) = 10.93%

 BLUE value IS 50 (19.92% from 255) = 16.56%

R = 72.52%
G = 10.93%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB2132 (or 0xDB2132) is known color: Alizarin. HEX triplet: DB, 21 and 32. RGB value is (219,33,50). Sum of RGB (Red+Green+Blue) = 219+33+50=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2132 is #24DECD. Grayscale: #5A5A5A. Windows color (decimal): -2416334 or 3285467. OLE color: 3285467.

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

Color convert

RGB 219 33 50 -
CMYK 0 0.85 0.77 0.14
HSL 354.52º 0.74% 0.49% -
HSV(B) 354.52º 0.85% 0.86% -
XYZ 30.33 16.38 4.58 -
YUV 90.55 105.12 219.62 -
System Red Green Blue C M Y K H S L
Decimal 219 33 50 0 0.85 0.77 0.14 354.52 0.74 0.49
Hex DB 21 32 0 55 4D E 163 4A 31
Octal 333 41 62 0 125 115 16 543 112 61
Binary 11011011 100001 110010 0 1010101 1001101 1110 101100011 1001010 110001

Color Harmonies of #DB2132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2132

Black with #DB2132

Text Example


Text Example

White with #DB2132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2132; }

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

 H1.HeaderClassName
 {
   color: #DB2132;
 }
 .AnyTagClassName
 {
   color: #DB2132;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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