Html Css Color HEX #DB2E31 Alizarin

📋 copy color: '#DB2E31'

red 219 ◦ green 46 ◦ blue 49

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

Shades of Alizarin #DB2E31

Tints of Alizarin #DB2E31

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.65%

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

R = 69.75%
G = 14.65%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB2E31 (or 0xDB2E31) is known color: Alizarin. HEX triplet: DB, 2E and 31. RGB value is (219,46,49). Sum of RGB (Red+Green+Blue) = 219+46+49=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2E31 is #24D1CE. Grayscale: #626262. Windows color (decimal): -2413007 or 3223259. OLE color: 3223259.

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

Color convert

RGB 219 46 49 -
CMYK 0 0.79 0.78 0.14
HSL 358.96º 0.71% 0.52% -
HSV(B) 358.96º 0.79% 0.86% -
XYZ 30.74 17.24 4.61 -
YUV 98.07 100.31 214.26 -
System Red Green Blue C M Y K H S L
Decimal 219 46 49 0 0.79 0.78 0.14 358.96 0.71 0.52
Hex DB 2E 31 0 4F 4E E 167 47 34
Octal 333 56 61 0 117 116 16 547 107 64
Binary 11011011 101110 110001 0 1001111 1001110 1110 101100111 1000111 110100

Color Harmonies of #DB2E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2E31

Black with #DB2E31

Text Example


Text Example

White with #DB2E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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