Html Css Color HEX #DB2B31 Alizarin

📋 copy color: '#DB2B31'

red 219 ◦ green 43 ◦ blue 49

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

Shades of Alizarin #DB2B31

Tints of Alizarin #DB2B31

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.83%

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

R = 70.42%
G = 13.83%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB2B31 (or 0xDB2B31) is known color: Alizarin. HEX triplet: DB, 2B and 31. RGB value is (219,43,49). Sum of RGB (Red+Green+Blue) = 219+43+49=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B31 is #24D4CE. Grayscale: #606060. Windows color (decimal): -2413775 or 3222491. OLE color: 3222491.

HSL color Cylindrical-coordinate representation of color #DB2B31: hue angle of 357.95º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2B31 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 43 49 -
CMYK 0 0.80 0.78 0.14
HSL 357.95º 0.71% 0.51% -
HSV(B) 357.95º 0.8% 0.86% -
XYZ 30.63 17.01 4.57 -
YUV 96.31 101.31 215.51 -
System Red Green Blue C M Y K H S L
Decimal 219 43 49 0 0.80 0.78 0.14 357.95 0.71 0.51
Hex DB 2B 31 0 50 4E E 166 47 33
Octal 333 53 61 0 120 116 16 546 107 63
Binary 11011011 101011 110001 0 1010000 1001110 1110 101100110 1000111 110011

Color Harmonies of #DB2B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B31

Black with #DB2B31

Text Example


Text Example

White with #DB2B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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