Html Css Color HEX #DB2131 Alizarin

📋 copy color: '#DB2131'

red 219 ◦ green 33 ◦ blue 49

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

Shades of Alizarin #DB2131

Tints of Alizarin #DB2131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.28%

R = 72.76%
G = 10.96%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB2131 (or 0xDB2131) is known color: Alizarin. HEX triplet: DB, 21 and 31. RGB value is (219,33,49). Sum of RGB (Red+Green+Blue) = 219+33+49=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2131 is #24DECE. Grayscale: #5A5A5A. Windows color (decimal): -2416335 or 3219931. OLE color: 3219931.

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

Color convert

RGB 219 33 49 -
CMYK 0 0.85 0.78 0.14
HSL 354.84º 0.74% 0.49% -
HSV(B) 354.84º 0.85% 0.86% -
XYZ 30.31 16.37 4.47 -
YUV 90.44 104.62 219.7 -
System Red Green Blue C M Y K H S L
Decimal 219 33 49 0 0.85 0.78 0.14 354.84 0.74 0.49
Hex DB 21 31 0 55 4E E 163 4A 31
Octal 333 41 61 0 125 116 16 543 112 61
Binary 11011011 100001 110001 0 1010101 1001110 1110 101100011 1001010 110001

Color Harmonies of #DB2131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2131

Black with #DB2131

Text Example


Text Example

White with #DB2131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2131; }

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

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

background-color css

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

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

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

border-color css

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

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

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